@charset "UTF-8";

body {
	background: #FFFFFF;
	font-family: Arial;
	color: #000;
	font-size: 14px;
	overflow-x: hidden;
}

div {
	overflow: hidden;
	display: block;
}

/*查询框div*/
.cmsToolFrames {
	border: 1px solid #dde2e9;
	background: #f7f8fa;
}

.cmsToolFrames .cTFTit {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #486889;
	text-align: center;
}

.cmsToolFrames .cTFTitBody {
	height: 60px;
}

.cmsToolFrames .cTFTitBody:after {
	clear: both;
}

.cmsToolFrames .condition {
	margin: 15px;
	width: 30%;
	float: left;
}

.cmsToolFrames .cTFTitBodySmall {
	height: 50px;
}

.cmsToolFrames .cTFTitBodySmall:after {
	clear: both;
}

.cmsToolFrames .conditionSmall {
	margin: 10px;
	width: 45%;
	float: left;
}

/*查询按钮div*/
.cmScBtnRows {
	text-align: center;
	padding: 22px 0;
	float: none;
}

.cmScBtnRows .cmsBtn {
	text-decoration: none;
	color: white;
	background: #067DCC;
	display: inline-block;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	width: 120px;
	text-align: center;
	font-size: 16px;
	margin-left: 20px;
	cursor: pointer;
	border-radius: 4px;
	font-family: Arial;
	font-weight: bold;
}

.cmScBtnRows .cmsBtn:hover .cmsBtn1:hover {
	background-color: #193668;
	font-weight: bold;
}

.cmScBtnRows .cmsBtn:active .cmsBtn1:active {
	background-color: #010151;
}

/*对话框查询按钮div*/
.cmDlBtnRows {
	text-align: right;
	padding: 5px 15px;
}

.cmDlBtnRows .cmsBtn {
	color: #FFF;
	background: #224d94;
	display: inline-block;
	zoom: 1;
	border: 1px solid #3991c4;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	width: 100px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	cursor: pointer;
}

.cmDlBtnRows .cmsBtn:hover {
	background-color: #193668;
	color: white;
	font-weight: bold;
}

.cmDlBtnRows .cmsBtn:active {
	background-color: #010151;
	color: white;
}

.cmDlBtnRows .cmsBtnGrey {
	color: #444;
	background: #f5f5f5;
	display: inline-block;
	zoom: 1;
	border: 1px solid #3991c4;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	width: 100px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	cursor: pointer;
}

.cmDlBtnRows .cmsBtnGrey:hover {
	background-color: #ddd;
	font-weight: bold;
}

.cmDlBtnRows .cmsBtnGrey:active {
	background-color: #bbb;
}

/*编辑框标签*/
#editDataDialog div, #dealDialog div, #alertDialog div {
	margin: 10px;
}

/*左侧自定义label*/
.labelStyle {
	text-align: left;
	width: 91px;
	height: 30px;
	line-height: 30px;
}

/*登录页 注册和忘记密码*/
.linkBtn:link, .linkBtn:visited {
	white-space: nowrap;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0px;
	cursor: pointer;
	height: 14px;
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	line-height: 14px;
	color: rgba(6, 125, 204, 1);
	opacity: 1;
}

.linkBtn:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.linkBtn:active {
	color: white;
	text-decoration: none;
}

.myReadOnly {
	background: #E0E0E0 !important;
	color: #333 !important;
}