.overlay_content
{

	background-color: #ffffff;
	
}

.input_hidden
{
	border-top:  0px #ffffff solid;
	border-left:  0px #ffffff solid;
	border-right:  0px #ffffff solid;	
	border-bottom:  0px #ffffff solid;	
	color: #ffffff;
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

	cursor: none;

	width: 0px;
	height: 0px;
	
}

#lightbox
{

	display:none;
	position: absolute;
	z-index:9999;
	width:616px;
	height:100px;
	background:transparent;
	
	text-align:center;

}

#lightbox[id]
{
	position:fixed;
}

#overlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

	background-image: url('../../images/overlay.png');
	background-repeat: repeat;

}

#overlay3
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

	background-image: url('../../images/box_corners/overlay_left_top.png');
	background-repeat: repeat;

}

#overlay[id]
{
	position:fixed;
}



#lightbox.done #lbLoadMessage
{
	display:none;
}

#lightbox.done #lbContent
{
	display:block;
	width:616px;
}

#lightbox.loading #lbContent
{
	display:none;
}

#lightbox.loading #lbLoadMessage
{
	display:block;
	width:504px;
}

/*quacl*/
#globaldialog {top:120px; position:absolute; margin-left:150px; z-index:30; visibility:hidden}
#dlgcontent{padding: 30px 0 30px;}
/*with a differnt background*/
/*
#dlgbody{width:502px; background-image: url(../../images/overlay/body.png); }
#dlgcap { margin:0px; height:10px; width:502px; background-image: url(../../images/overlay/cap.png); background-position: center bottom; }
#dlgbase { height:15px; width:502px; background-image: url(../../images/overlay/base.png); background-position: center top;}
*/
#dlgbody{width:502px; }
#dlgcap { margin:0px; height:10px; width:502px;}
#dlgbase { height:15px; width:502px; }

#dlgmessage{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#FFFFFF; padding-bottom:8px}
#smokeglass {background-color:black; opacity:0; filter: alpha(opacity=0); height:100%; width:100%;  display:none; z-index:15; top:0px; left:0px; position:absolute;}
#quacl {width:673px; position:absolute; z-index:25; visibility:hidden; top: 50px; margin-left:50px; overflow:hidden}
#quaclcapimg {height:5px; width:673px; z-index:inherit}
#quaclheader  {color:#FFFFFF; font-size:11px; font-weight:bold; text-align:left; background:#B9090B; margin:0; padding:0px 10px 5px 10px;}
#quaclbaseimg {height:5px; width:673px; z-index:inherit}
#quaclbody {overflow:hidden; width:673px;  z-index:inherit}
#quaclcontent {background:#fff; margin:0; z-index:inherit}
#qclback, #qclfwd, #qclpipe {text-align:left; font-size:11px; color:#fff; font-weight:bold;  cursor:pointer; visibility: hidden}
#qclpipe {padding: 0 10px 0; cursor:auto; vertical-align: middle;}
#qclfwd {position:relative; top:-1px; padding-left: 0 !important;}
.qclclose{font-weight:normal; font-size:11px; float:right; cursor:pointer; margin-top: 4px;}
#quacl-result-content {padding:10px}
.qclglyph {position:absolute; height:90px; margin-left:51px; cursor:pointer; width:28px;}
#qclmove, #qclrem {margin:5px 0px 5px; cursor:pointer}
#quacl-warn {display:none}

