/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2010
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	z-index:5;
	position:absolute; /* Always needed	*/
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.modalDialog_transparentIframes{	
	z-index:5;
	position:absolute; /* Always needed	*/
	background-color: #FFFFFF;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20; 
}
.modalDialog_transparentpr{	
	background:none;
}
.modalDialog_contentDiv{
/*	border:1px solid #1D62B8;
	padding:20px; */
	background:Transparent;
	background-color:Transparent;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
/*	background-color:#FFFFFF;	 White background color for the message */
}
.modalDialog_contentDiv1{
/*	border:1px solid #1D62B8; */
	padding:0px;
	height:100%;
	overflow:hidden;
	-moz-overflow:hiddden;
	z-index:100;/* Always needed	*/
/*	position:absolute;	 Always needed	*/
		/* 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:#FFFFFF; */
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
	display:none;
	visibility:hidden;
}
.midaj {
	padding:12px 12px 12px 12px;
	border:#1D93C3 2px solid;
	border-top:none;
	background-image:url(../images/space.gif);
	background-color:#FFFFFF;
}
.whiteheadertext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
}
