.OpaqueLayer {
	width:100%;height:100%;background:#292929;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position:fixed;
	left:0px;
	top:0px;
	display:none;
	margin:0px;
	padding:0px;
	z-index:100000;
}
* html .OpaqueLayer { /* ie hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	 z-index:100000;
}
.DialogLayer{
	width:100%;
	position:absolute;
	left:50%;
	top:14%;
	margin-left:-275px;
	display:none;
	background:transparent;
	font-family:Arial,sans-serif;
	text-align:center;
}

#ConfirmDialogTitleContainer	{text-align:left;color:black;}

.DialogTitle {
	width:100%;
	height:25px;
	background:transparent;
	position: relative;
	vertical-align:bottom;	
	margin:0px;
	padding:0px;
	font-family:Arial,sans-serif;
}
.DialogBodyText
{	
	padding:10px 0px 10px 0px;
	border:1px solid gray;
	background-color:white;
	font-size:9pt;
	font-family:Arial,sans-serif;
	text-align:center;
}

.DialogBodyText-fvjv
{	
	padding:10px 0px 10px 0px;
	font-size:9pt;
	font-family:Arial,sans-serif;
	width:100%;
}
.AdDialogBodyText
{
	padding:0px 0px 10px 0px;
	border:none;
	font-size:9pt;
	font-family:Arial,sans-serif;
	text-align:center;
}

#AdDialogBody
{
    width:492px;
}

.DialogBodyText table
{	
	margin:12px;
	font-size:9pt;
	font-family:Arial,sans-serif;
}
.headcontainer {
	background-position: top left;
	
}
.headcontainer SPAN
{
	font:menu;
	padding-top:4px;
	vertical-align:middle;
	line-height:20px;
	height:20px;
	font-size:9pt;
	color:#000;
	font-weight:bold;
}
.leftcorner {
	width:10px;
	overflow:hidden;
}
.rightcorner {
	width:10px;
	overflow:hidden;
}
.closebox {
	background-position: top left;

	background-repeat: repeat-x;
	padding-top:1px;	
	padding-right:12px;
	text-align:right;
	width:46px;
}
.layercontent {
	padding:5px 5px 0px 5px;
}


.InfoTooltip
{
 padding:0px 8px 18px 18px;
 background:url('/Images/info-tooltip.png') repeat-x center top;
 width:522px;
 height:auto;
 border:1px solid gray;
 text-align:left;
}

#close
{
 float:right;
 margin:0px 11px 10px 0px;
 color:#212121;
 }
 
#close:hover {color:#660809}

#ConfirmDialogContainTxt	{padding:0px 18px 0px 18px;clear:both;width:320px;height:270px;border:1px solid gray;background:url('/Images/info-tooltip.png') repeat-x center top;text-align:center;}

#ConfirmDialog				{left:50%;top:25%;/*margin-left:-180px;*/}

#CloseConfirm	{color:#212121;margin:0px;}

#CloseConfirm:hover	{color:#660809}

.HeadContainer		{width:210px}

#ConfirmDialogBody	{float:left;width:304px;margin-top:8px;padding:8px;margin-bottom:18px;}

