/*信息提示框*/
.divrsvp	{position:absolute;z-index:100;width:250px; margin:0;border:#57759F 1px solid;BACKGROUND-COLOR: #fff;}
	.divrsvp dt	{margin:1px; height:25px; BACKGROUND-COLOR: #3D77CB;cursor:move;color:#fff;text-indent:10px;font-size:14px;font-weight:bold;line-height:22px;}
	.divrsvp dd	{margin:0; padding:5px;BACKGROUND-COLOR: #fff;}
.ajax-bg	{background:#000000;opacity: 0.5;-moz-opacity:0.5; filter:alpha(opacity=50); width:100%; position:absolute; top:0; left:0;z-index:0;}

/*	关闭浮动层	*/
.closeMsgDiv{float:right; margin:5px 10px 0 0; border:0}

/*顶部的加载中提示信息*/
#toploading {right:0; top:0; width:130px; height:30px; position:fixed; padding:20px 10px 10px 10px; text-align:center; font-weight:bold; background:#fff; BORDER: #69C1F3 1px solid; filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8; text-align:center;} 
* html #toploading {position:absolute; right:16px;}	/*only for ie*/ 
/*
html {overflow:auto !important; overflow:hidden;}
*/

/*AJAX*/
.focus {
	BORDER-RIGHT: #00a8ff 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #00a8ff 1px solid; PADDING-LEFT: 20px; 
	BACKGROUND: url(../status/icon1.gif) #e2f5ff no-repeat left top; PADDING-BOTTOM: 3px; BORDER-LEFT: #00a8ff 1px solid; COLOR: #000000; PADDING-TOP: 3px; BORDER-BOTTOM: #00a8ff 1px solid
}
.blur {
	BORDER-RIGHT: #ffffff 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 20px; BACKGROUND: url(../status/icon0.gif) #ffffff no-repeat left top; PADDING-BOTTOM: 3px; BORDER-LEFT: #ffffff 1px solid; COLOR: #949494; PADDING-TOP: 3px; BORDER-BOTTOM: #ffffff 1px solid
}
.fail{
	MARGIN:0; BORDER-RIGHT: #ff6600 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #ff6600 1px solid; PADDING-LEFT: 20px; BACKGROUND: url(../status/icon2.gif) #fff2e9 no-repeat left top; PADDING-BOTTOM: 3px; BORDER-LEFT: #ff6600 1px solid; COLOR: #000000; PADDING-TOP: 3px; BORDER-BOTTOM: #ff6600 1px solid
}
.true {
	BORDER-RIGHT: #00be00 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #00be00 1px solid; PADDING-LEFT: 20px; BACKGROUND: url(../status/icon3.gif) #e6ffe6 no-repeat left top; PADDING-BOTTOM: 3px; BORDER-LEFT: #00be00 1px solid; COLOR: #000000; PADDING-TOP: 3px; BORDER-BOTTOM: #00be00 1px solid
}
.noback {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
.none {
	DISPLAY: none
}

/*上传框架样式*/
.uploadiframe{
	height:23px; border:0; width:98%
}


.pagesNumbers{padding-top: 5px; text-align:right; clear:both;}
/*
	.pagesNumbers span { color:#FFF;  padding: 5px; background: #45ACE1 url(images/page-bg.gif) repeat-x top left; }
*/
	.allPages1{ border: 1px solid #BDDAF7; background:#F5FAFE url(images/list.gif) no-repeat 1px 1px; text-align: center; color: #188BCC; padding:5px; }
		.allPages1 a{ color: #333; padding: 5px; }
		.allPages1 a:hover{ color: #fff; padding: 5px;  background: #45ACE1 url(images/page-bg.gif) repeat-x top left; text-decoration:none;}

	.allPages2{ display:block; height:26px; line-height:26px; border: 1px solid #BDDAF7; background:#F5FAFE url(images/list.gif) no-repeat 1px 1px; text-align: center; color: #188BCC;}
		.allPages2  span{ line-height:26px; padding:5px;}
		.allPages2 a{color: #333; padding:5px; height:26px; overflow:hidden;}
		.allPages2 a:hover{ color: #fff;  background: #45ACE1 url(images/page-bg.gif) repeat-x top left; text-decoration:none; padding:5px;}

	.allPages3{ padding-left:5px; padding-right:5px; line-height:26px; border: 1px solid #BDDAF7; border-left: none; text-align: center;background:#F5FAFE url(images/list.gif) no-repeat 1px 1px;}
			.allPages3 input{ height: 16px; margin: 0 2px; }


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../confirm/header.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}


