﻿.modalDialog_transparentDivs
{
	z-index: 1;
	position: absolute; /* Always needed	*/
	-moz-opacity: 0.3;
	opacity: .30;
	filter: alpha(opacity=30);
	background-color: #000000;
}
.modalDialog_contentDiv
{
	border: 3px solid #000;
	padding: 2px;
	z-index: 100; /* Always needed	*/
	position: absolute; /* Always needed	*/
	background-color: #FFF; /* White background color for the message */
}
.modalDialog_contentDiv_shadow
{
	z-index: 90; /* Always needed	- to make it appear below the message */
	position: absolute; /* Always needed	*/
	background-color: #000;
	filter: alpha(opacity=12); /* Transparency */
}
.modalDialog_MsgBox
{
	padding: 0px;
	z-index: 100; /* Always needed	*/
	position: absolute; /* Always needed	*/
	background-color: #FFF; /* White background color for the message */
}
.titlebar
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px;
	height: 25px;
	line-height: 25px;
	color: white;
	background-color: #3b5998;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(0.2, rgba(255, 255, 255, 0.4)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent)); /* firefox */
	font-size: 8pt;
	font-family: arial, verdana, tahoma, helvetica;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF98A8C9', EndColorStr='#FF3B5998');


	padding-left:10px;
	padding-right:10px;
	width:100%;
	float:left;
	position:relative;
	font-weight:700;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=   '#fffef9' , EndColorStr= '#ddd9cd' );*/
}
a.lightboxClose
{

	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
	background-color: transparent;
	border: 0px;
	width: 20px;
	padding-left: 3px;
	padding-right: 3px;
	top: 5px;
	font-size: 10px;
	position: absolute;
	right: 3px;
	display: block;
	float: right;
	text-decoration: none;
	color: #444;
	background-image: url("https://di0qm9yjrw76f.cloudfront.net/closex.1.png");
	background-repeat:no-repeat;
	background-position:right top;
	font-family:arial, verdana;
	outline:none;
    
}
div.titleWrapper
{
	width:100%;
	height:100%;
	min-width:150px;
	white-space:nowrap;
	
}
div.msgboxbody
{
	background-color:#ffffff;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:10pt;
	text-align:left;
	font-family: arial, verdana, tahoma, helvetica;
	padding-bottom:15px;
	clear:both;
	width:100%;
	
}