/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@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{	
	filter:alpha(opacity=60);	/* Transparency */
	opacity:0.6;	/* Transparency */
	background-color:#fff;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv
{
	border:0px;	
	padding:0px;
	margin:0px; 
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	vertical-align:top; 
	background-color:red;
	
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.modelDialog_buttonBlue {
	background-color: #70A2DF;
	border: 1px solid #545454;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 3px;
	cursor:hand; 
}
.t0
{
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 8pt;
	border: none;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
	padding: 0;
	border-spacing: 0px;
}
	
.t1
{
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 8pt;
	border: 1px solid #005782;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
	padding: 0;
	border-spacing: 0px;
}
 
.t2 { 
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 10pt; 
    border: 0px ;
    border-collapse: collapse; 
    vertical-align: top;
   	padding-left: 10px;
   	border-spacing: 1px;   	
 }
 
.msg { 
	font-family: Trebuchet MS;
	color: #000000;
	background-color:#FFF;
	padding:0px;
	margin:0px; 
	font-size: 8pt; 
    border: none;
    text-align:center;
    border-collapse: collapse; 
    vertical-align: top;
   	border-spacing: 0px;  
  	
 }
 .pagetitlewhite
{
	border: medium none;
	font-size: 10pt;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
 
	background: url(../../images/c3.png) repeat-x;
}
	