/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
	min-width:1000px;
	opacity: .70;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/siteImages/quote/maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
}
div#loadingDiv{display:none;position:absolute; background-color:white; border:#000 solid 1px; width:260px;font-size:12px; top:45%; left:45%; z-index: 201; color:#666; font-weight:bold; text-align:center; }
div#loadingDiv img{margin:15px;}
div#loadingMsg{padding:0px 10px 10px 10px;}
#loadingMaskDiv {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
	min-width:1000px;
	opacity: .70;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/siteImages/quote/maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	
}
.popupInner {
	border: 4px solid #000;
	background-color: #e2e2e2;
	font-size:0.8em;display:none; position:absolute;z-index:999;
	padding-bottom:5px;
}
#popupInner{border: 4px solid #000;}

#popupFrame {

	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #ffffff;
	color: #ffffff;
	width:100%;
	float:left;
	font-weight: bold;
	/*height: 1.3em;*/
	/*padding: 5px;*/
	position: relative;
	z-index: 203;
	height:30px;
}
#popupTitle {
	float:left;
	font-size: 1.2em;
	background-color:#fff;	
	color:#000;
	width:100%;
}
div#title{margin:5px 5px 5px 3px;font-size:14px; float:left;}
#popupControls {
	/*float: right;*/
	cursor: pointer;
	float:left;
	text-align:right;
	padding:2px;
	width:99%;
}
#modalHeader{color:#000; font-size:1.2em; width:100%; background-color:#ffffff; float:left;}
.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}
