﻿.aqp_timedMessageContent
{
	background-color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
}


.shadowBox
{
	
	filter: alpha(opacity=33); -moz-opacity: 0.7;
	background-color: #515153;
}


.shadowContent
{
	position: relative;
	padding: 0px; 
	top: 0px; /* these two define the shadow 'offset'*/
	left: 0px;/*...*/
	
	color: black;
	border: 1px solid #2E595C;
	background-color: #ffffff;
	overflow: auto;
}	

.quickTipTitleBar
{
	background-color: #F49437;
	font-weight: bold;
	margin-bottom: 5px;
}

.quickPopUpWindowBar
{
	background-image:url(/BtyPlayground/images/bar_gradientPopUp3.jpg); background-repeat:repeat-x;
}



/*NEW DROP SHADOW*/
#shadow-container
         {
         	position: relative;
         	left: 3px;
         	top: 3px;
         	margin-right: 3px;
         	margin-bottom: 3px;
         }
         #shadow-container .shadow2,
         #shadow-container .shadow3,
         #shadow-container .container
         {
         	position: relative;
         	left: -1px;
         	top: -1px;
         }
         
         #shadow-container .shadow1
         {
         	background: #C9C7C7;
         	/*filter: alpha(opacity=33); -moz-opacity: 0.7;
			background-color: #515153;*/
         }  
         #shadow-container .shadow2
         {
         	background: #C9C7C7;
         	/*filter: alpha(opacity=33); -moz-opacity: 0.7;
			background-color: #515153;*/
         }  
         #shadow-container .shadow3
         {
         	background: #C9C7C7;
         	/*filter: alpha(opacity=33); -moz-opacity: 0.7;
			background-color: #515153;*/
         }         
         #shadow-container .container
         {
         	border: 1px solid #2E595C;
			background-color: #ffffff;
			overflow: auto;
         }  
