@charset "utf-8";
/*-----------------------------------------------------
This is the generic SISModalDialog css
-----------------------------------------------------*/
.SISModalDialog_transparentDivs{	
	filter:alpha(opacity=40);	 /*Transparency */
	opacity:0.4;	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	background-color:#000;
	top:0;
	left:0;
	position:absolute; /* Always needed	*/
	z-index:100000; /*Always needed	- to make it appear below the message */
}

.SISModalDialog_contentDiv{
	border:3px solid #5F5F5F;	
	padding:2px; 
	z-index:100002; /*Always needed	*/
	position:absolute;	 /*Always needed	*/
	background-color:#FFF;	/* White background color /*for the message */
}
.SISModalDialog_contentDiv_shadow{
	z-index:100001; /*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 */	
	-moz-opacity:0.3;/* Transparency */
}
.SISModalDialog_statusBarDiv {
	text-align:right;
	background-color:#CCC;
}

.SISModalDialog_messageAreaDiv{
	z-index:100004; /*Always needed	- to make it appear below the message */
}

.modalDialog{
	border:3px solid #FFF;	
	padding:2px;
	z-index:2000000;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#DDDDDD;	/* White background color for the message */
	color:#000;
}