/************************************************************************************************************
*	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=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	position:absolute; /* Always needed	*/
	width:1024px;
	heigth:768px;
	z-index:999;
	cursor:not-allowed;
}
.modalDialog_contentDiv{
	background: #FFFFFF;
	border:10px solid #E8E2E5;
	padding:0px;
	z-index:1000;/* Always needed	*/
	position:absolute;	/* Always needed	*/
}
/* ajaxUtil loading*/
.modalDialog_contentDivNoBg{
	padding:0px;
	z-index:1000;/* Always needed	*/
	position:absolute;	/* Always needed	*/
}
.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 */	
}
#bjdiv_Loading{
	filter:alpha(opacity=0);	/* Transparency */
	opacity:0;	/* Transparency */
	position:absolute; /* Always needed	*/
	width:1024px;
	heigth:768px;
}
/* 新体制*/
.bj{
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	position:absolute; /* Always needed	*/
	cursor:not-allowed;
	padding:0px;
}
.ct{
	background: #FFFFFF;
	padding:0px;
	position:absolute;	/* Always needed	*/
}
.uiModalPanel{
	background-color:#FFFFFF none repeat scroll 0 0;
	border:5px solid #999999;
	/*background:transparent url(/files/jsp/web/images/modal/info.gif) no-repeat scroll 5px 27px;*/
}
.modalPanelHead{
	background:#CCCCCC url(/files/jsp/web/images/modal/title.gif) repeat-x scroll left top;
	border-color:#FFFFFF #FFFFFF #999999;
	border-style:solid;
	border-width:1px;
	margin:0px;
	padding:0px;
	color:#666666;
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
	line-height:18px;
}
.modalPanelHeadBoby{
	font-weight:bold;
}
.btnContent{
	margin:0px;
	font-size:12px;
	padding:5px 5px 5px 46px;
	text-decoration:none;
	line-height:18px;
}
.modalPanelBody{
	height:50%;
	padding:15px 5px 0px 10px;
	margin:1px 2px;
	font-size:12px;
	line-height:18px;
}
.bodyContent{
	background:url(/files/jsp/web/images/modal/citiao.gif) repeat;
}
.modalBtn{
	/*width:60px;c4w9.18*/
	min-width: 60px;
	margin:10px 10px 0px 0px;
	height:25px;
}
.modalBtnTxt{
	margin:5px 10px 0px 0px;
	height:25px;
	text-align:right;
}
.modalCloseCt{
	float:right;
	cursor:pointer;
	margin-right:1px;
	margin-top:1px;
}