table {
	font-size: 12px;
}

.listsearch {
	background-color: #F4F4F4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD
}

.inputrequired {
	color: red;
	padding-left: 5px;
	padding-right: 5px;
	display: contents;
}

.inputtext {
	vertical-align: middle;
	padding: 0px 0px;
}

.editform {
	padding: 0px 0px;
}

.editform table {
	border: 1px solid #c0c0c0;
	width: 100%;
	color: #000;
	text-align: left;
	background: #fafcff;
	border-collapse: collapse;
	border-spacing: 0px;
}

.editform td.label {
	text-align: left;
	width: 20%;
	word-break: keep-all;
	white-space: nowrap;
}

.editform td {
	height: 26px;
	width: 80%;
	border: 1px solid #c0c0c0;
	padding-left: 5px;
	padding-right: 5px;
}

.alert-error {
	padding-left: 5px;
	padding-right: 5px;
}

.editform input[readonly] {
	background-color: #F8F8F8;
}

.ui-corner-all-12, .ui-corner-top-12, .ui-corner-left-12,
	.ui-corner-tl-12 {
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-khtml-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
}

.ui-corner-all-12, .ui-corner-top-12, .ui-corner-right-12,
	.ui-corner-tr-12 {
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

.ui-corner-all-12, .ui-corner-bottom-12, .ui-corner-left-12,
	.ui-corner-bl-12 {
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.ui-corner-all-12, .ui-corner-bottom-12, .ui-corner-right-12,
	.ui-corner-br-12 {
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

/*主页面布局*/
.header {
	height: 50px;
	background: url("../images/common/bg1.png");
	background-repeat: repeat-x;
	z-index: -1;
}

.header_logo {
	width: 153px;
	height: 50px;
	float: left;
	margin-left: 10px;
	background-image: url("../images/common/logo.png")
}

.header_index_css {
	clear: left;
}

.header_title {
	width: 340px;
	height: 25px;
	text-align: center;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-image: url("../images/common/nav_01-4.png");
}

.header_menu {
	width: 640px;
	height: 100%;
	float: left;
	margin-left: 10px;
}

.header_menuParent {
	width: 80px;
	height: 100%;
	line-height: 50px;
	font-family: 'yahei';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #058574;
	float: left;
}

.header_menuParent:hover {
	color: #869901;
	cursor: pointer;
}

.header_menuParent_bg {
	background-image: url("../images/common/navback.png");
}

.header_showUser {
	height: 100%;
	float: right;
	margin-right: 15px;
}

.header_showUser span {
	color: #058574; 
	float: left; 
	margin-top: 1px;
}

.header_showActiveUsers {
	height: 100%;
	float: right;
	margin-right: 15px;
}

.header_showActiveUsers a {
	color: #058574;
}

.header_showActiveUsers a:hover {
	color: red;
}

.header_changePswBtn {
	width: 90px;
	height: 100%;
	float: right;
	cursor: pointer;
}

.header_quitBtn {
	width: 65px;
	height: 100%;
	float: right;
	cursor: pointer;
}

.header_helpBtn {
	width: 20px;
	height: 100%;
	float: right;
	cursor: pointer;
}

.footer {
	height: 30px;
	background: url("../images/common/bg-botm.png");
}

.footer div {
	color: #058574;
	font-size: 13px;
	margin-top: 10px;
}

/*实时监测地图*/
.maplefttop {
	width: 270px;
}

.maplefttop .table {
	background: #fff;
	opacity: 0.2;
	filter: Alpha(opacity = 60); /* 只支持IE6、7、8、9 */
	position: static;
	/* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
	*zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
}

.maplefttop div img {
	opacity: 0.7;
	filter: Alpha(opacity = 70); /* 只支持IE6、7、8、9 */
	position: static;
	/* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
	*zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
}

.maplefttop table {
	color: #000;
	font-size: 12px;
	font-family: '宋体';
	line-height: 27px;
	position: relative;
	font-weight: 100;
	background: url(../images/mapbg.png) no-repeat;
}

.maplefttop table tr {
	padding-left: 5px;
	border-bottom: 1px solid #000;
	z-index: 99999
}

.showall {
	position: absolute;
	top: 60px;
	right: 40px;
	width: 80px;
	height: 30px;
	line-height: 30px;
}

.showall .imgsel {
	margin: 4px;
	height: 20px;
	width: 20px;
	float: right;
	display: inline-block;
	background: url(../images/showallsel.png) no-repeat
}

.showall .imgselct {
	margin: 4px;
	height: 20px;
	width: 20px;
	float: right;
	display: inline-block;
	background: url(../images/showselct.png) no-repeat
}

.showall .text {
	height: 20px;
	width: 50px;
	float: right;
}

.showSelect {
	position: absolute;
	top: 40px;
	right: 470px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-family: '宋体';
}

.showSelect .label {
	height: 20px;
	width: 80px;
	float: left;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.showSelect .imgsel {
	margin: 4px;
	height: 20px;
	width: 20px;
	float: right;
	display: inline-block;
	background: url(../images/showallsel.png) no-repeat
}

.showSelect .imgselct {
	margin: 4px;
	height: 20px;
	width: 20px;
	float: right;
	display: inline-block;
	background: url(../images/showselct.png) no-repeat
}

.showSelect .text {
	height: 20px;
	width: 80px;
	float: right;
	color: white;
}

.div_allinline {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.subdiv_allinline {
	margin: 0;
	padding: 0 50px 0 0;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
}

/*数据列表*/
.datalist {
	float: right;
	color: #048375;
	width: 250px;
	height: 650px;
	z-index: 999
}

.notice {
	width: 100%;
	height: 42px;
	background: url(../images/noticebg.png) repeat-x;
}

.datalist table {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 32px;
	text-align: center;
}

.datalist table .title {
	margin-left: -3px;
	border-bottom: none;
	background: url(../images/tablebg.png) repeat-x;
}

.datalist table tr {
	border-bottom: 1px dashed #e5e5e5
}

.datalist table tr:hover {
	background-color: #fef9ba
}

.datalist table td {
	border-right: 1px dashed #e5e5e5
}

.datalist table th {
	color: #838383;
	font-weight: 100;
	border-right: 1px dashed #e5e5e5
}

.datalist table th.no-border {
	border-right: none;
}

.datalist table td.no-border {
	border-right: none;
}