﻿@CHARSET "UTF-8";
body,h1,h2,h3,p,form,ul,li,dl,dt,dd {
	padding:0;
	margin:0;
	list-style-type: none;
	font-size: 12px;
}
a:link {
	color: #0062C4;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}
.title{
	font-size: 14px;
	font-weight: bold;
	background-color: #eef3f7;
	padding: 8px 0 8px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B7C4;
	margin-bottom: 1px;
	margin-left: 1px;
}
h1{
	font-size: 22px;
	font-weight: bold;
	margin: 10px;
}
h2{/*小标题*/
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #0062C4;
}
#company div.chunk{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.userinfo{
	border: 1px solid #BED7DA;
	padding: 20px;
	width: 750px;
	margin-left: 30px;
	background-color: #F5FAFA;
}
.userinfo li{
	line-height: 250%;
}
.menuadd {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.menuadd li{
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #FFD393;
	font-size: 12px;
	font-weight: bold;
}
table{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BED7DA;
	border-bottom-color: #BED7DA;
	border-top-width: 1px;
	border-top-color: #BED7DA;
	border-left-width: 1px;
	border-left-color: #BED7DA;
	border-top-style: solid;
	border-left-style: solid;
}
tr{
	margin: 0px;
	padding: 0px;
}
tr:hover{
	background-color: #EAF2F7;
}
th{
	margin: 0px;
	padding: 0px;
	
	background-color: #eef3f7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
td{
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BED7DA;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BED7DA;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/*添加传感器*/
.addsensor{
	border: 1px solid #BED7DA;
	padding: 20px;
	width: 750px;
	margin-left: 30px;
	background-color: #F5FAFA;
}
/*输入框*/
.inp{
	
	height: 32px;
	margin-left: 18px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.inp:hover{
    border: 1px solid #ff7d0a;
}
.textarea{
	margin-left: 18px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding-left: 10px;
}

.textarea:hover{
    border: 1px solid #ff7d0a;
}
/*分配权限选框*/
.role {
	line-height: 200%;
	padding-left: 50px;
}
.ckbox{
	height: 18px;
	width: 18px;
	list-style-type: none;
	line-height: 280%;
}
.labels{
	display: block;
	width: 250px;
	clear: both;
	height: 30px;
}
.labels lir{
	line-height: 30px;
	vertical-align:middle;
	height: 30px;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 8px;
}
.labels li{
	line-height: 30px;
	vertical-align:middle;
	height: 30px;
	display: block;
	float: left;
}
.labels:hover{
	background-color: #E1F2F9;
	display: block;
	clear: both;
	width: 250px;
	height: 30px;
}
/*提交按钮*/
.sub{
width:100px;
	height:35px;
	line-height:35px;
	background-color: #FF8635;
	border: 1px solid #FF6600;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 20px;
	color: #FFFFFF;
}
/*管理员给用户分配权限的提交按钮*/
.subauth{
	background-color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 10px;
	color: #666666;
	margin-right: 10px;
	border: 1px dashed #FFFFFF;
}
.sub:hover{
	
	background-color: #FF6600;
	border: 1px solid #E85C00;
}
/*左侧管理*/
#tempehumadmin div.tempehumadmin {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
#tempehumadmin ul {
	font-size: 14px;
	background-color: #ECF2F7;
	margin-top: 8px;
	color: #666666;
	font-size: 14px;
	height: 23px;
	padding-top: 8px;
	border: 1px solid #E1E7EC;
	text-indent: 15px;
	letter-spacing: 2px;
}
#tempehumadmin dl a{
	height: 22px;
	text-decoration: none;
	padding-top: 11px;
	display: block;
	padding-left: 10px;
	color: #000000;
	list-style-type: square;
	background-image: url(../images/tempehummenu.gif);
	background-position: 0px 33px;
	text-indent: 30px;
	letter-spacing: 2px;
}
#tempehumadmin dl a:hover{
	text-decoration: none;
	background-color: #EFF8FA;
	display: block;
	color: #FF0000;
}
#tempehumadmin dd a{
	height: 22px;
	text-decoration: none;
	padding-top: 11px;
	display: block;
	padding-left: 10px;
	color: #000000;
	letter-spacing: 2px;
	list-style-type: square;
	background-position: 0px 33px;
}
#tempehumadmin dd a:hover{
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	color: #FF0000;
}
/*help弹窗*/
.black_overlay{ 
	display: none; 
	position: absolute; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: #666666; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=88); 
} 
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 8%;
	width: 600px;
	height: 200px;
	padding: 20px;
	border: 10px solid #ABE1F5;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	text-align: center;
} 
.helpclose a{/*弹出DIV按钮*/
	width: 40px;
	height:45px;
	position: fixed;
	z-index: 999;
	left:95%;
	top: 10%;
	background-image: url(../images/help.png);
	background-position: 0px 0px;
	display: block;
}
.helpclose a:hover{
	width: 40px;
	height:45px;
	position: fixed;
	z-index: 999;
	left:95%;
	top: 10%;
	background-image: url(../images/help.png);
	background-position: 0px -50px;
	display: block;
}
.white_content .close a{/*弹出DIV中关闭按钮*/
	width: 40px;
	height:45px;
	position: fixed;
	z-index: 999;
	left:95%;
	top: 10%;
	background-image: url(../images/help.png);
	background-position: 50px -100px;
	display: block;
} 
.white_content .close a:hover{
	width: 40px;
	height:45px;
	position: fixed;
	z-index: 999;
	left:95%;
	top: 10%;
	background-image: url(../images/help.png);
	background-position: 0px -100px;
	display: block;
} 
/*帮助*/
#main div.help{
	border: 1px solid #BED7DA;
	padding: 20px;
	width: 750px;
	margin-left: 30px;
	background-color: #F5FAFA;
	line-height: 220%;
}
#main div.help a{
	color: #0000FF;
}
#main div.help a:hover{
	color: #FF0000;
}
#main div.help span{
	font-weight: bold;
	color: #000000;
}
/*上传图片*/
.uppic{
	width:300px;
	height:35px;
	line-height:100%;
	background-color: #E4EDEF;
	border: 1px solid #C0D2DA;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 20px;
	color: #666666;
}
.uppic:hover{
	background-color: #D3E1E4;
	color: #333333;
}
/*分页*/
.page {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.page a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.page span.current {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	line-height: 100%;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #CCCCCC;
}
.page a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}
/*用户信息弹出层*/
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.div2{
	position:absolute;
	display:none;
	width: 500px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 5px solid #CCCCCC;
}
.back{
	text-align: center;
	height: 50px;
	width: 300px;
	padding-top: 30px;
}