* {
	font-family: "tahoma" "simsun";
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*去掉点击后的虚线*/
a {
	outline: none;
	nofocus:expression(this.onFocus=this.blur());
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input {
	border: 1px solid #7F9DB9;
	padding-left:3px;
}
.input {
	border: 1px solid #ff0000;
}
.button {
	background: url(../images/button.gif);
	border: 0px;
	width: 69px;
	height: 21px;
	font-weight: bold;
}
.login_button {
	background: url(../images/login_btn.gif);
	border: 0px;
	width: 65px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.quick_button a {
	background: url(../images/quick_button.gif);
	border: 0px;
	/*width: 80px;
	height: 21px;*/
	line-height: 21px;
	text-align: center;
	padding: 3px 16px 3px 16px;
	*padding: 5px 16px 2px 16px;
	_padding: 3px 16px 3px 16px;
	
}
.quick_button a:hover {
	background: url(../images/quick_button_a.gif);
}
.operation a {
	padding: 0px 3px 0px 3px;
	border: 1px solid #FAFAFA;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.operation a:hover {
	background: url(../images/operation.gif);
	border: 1px solid #DACEAB;
}
.bottom_line {
	border-bottom: 1px solid #CAD1D9;
}
.font_big {
	font-size: 14px;
}
.font_white {
	color: #FFFFFF;
}
.font_gray {
	color: #666666;
}
.font_blue {
	color: #0F2650;
}
.mainbody {
	padding: 0px 15px 0px 15px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-x: auto !important;
}
/***********************************************************************************
注销确认对话框
***********************************************************************************/
#myidc{
	filter:alpha(opacity=30);
	-moz-opacity:0.3; 
	opacity:0.3;
	background:#000000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#myidck{
	left:50%;
	top:50%;
	position:absolute;
	margin-left:-180px;
	margin-top:-70px;
	height:140px;
	width:360px;
	background:#FFFFFF;
	border:	1px #6a8fb5 solid;
}
/***********************************************************************************
表单验证样式
***********************************************************************************/
.Validator_MessagePanel_Warn{
	font: bold 12px Tahoma;
	color: #f06000;
	padding-left: 20px;
	padding-top: 2px;
	background: url(../images/msg_error.gif) no-repeat 2px 3px !important;
	background: url(../images/msg_error.gif) no-repeat 2px 0px;
	margin-left: 8px; 
}
/*去掉checkbox,radio边框*/
.list input{
	border: 0;
}