/* 公用样式 */
body, p, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}
body {
	background: #f5f5f5;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑"; 
}
ul, ol, li {
	list-style-type: none;
}
i, strong {
	font-style: normal;
}
img {
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cle {
	clear: both;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.hid {
	width: 0;
	height: 0;
	text-indent: -99999px;
}
.black {
	font-family: "微软雅黑";
	font-weight: normal;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.bice {
	color: #7593b2;
}
.validator {
    color: #F81A06;
}

.input_err {
    border-bottom: #ff0000 1px solid;
    border-left: #ff0000 1px solid;
    border-right: #ff0000 1px solid;
    border-top:#ff0000 1px solid;
}

a, a:hover {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #0088cc;
}
.ic {
	background: url(../images/cmn/icon.png) no-repeat;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
input {
	outline: none
}
.blue {
	color: #0088cc;
}
.but {
	background: url(../images/cmn/button.png) no-repeat;
}
.button {
	padding: 0 5px 0 16px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}
.button em {
	background-position: right 0;
	width: 11px;
	height: 27px;
	top: 0;
	right: -11px;
	display: block;
}
.but2 {
	width: 62px;
}
.but70 {
	width: 70px;
}
.but140 {
    width: 140px;
}
.but3 {
	width: 82px;
}
.but4 {
	width: 100px;
}
.butdisabled {
	pointer-events: none;
	cursor: default !important;
	color:#999 !important; 
}
.onBut, .offBut, .onBut2, .offBut2 {
	background: url(../images/cmn/onOff.png) no-repeat 0 -31px;
	width: 60px;
	height: 21px;
	display: block;
}
.offBut, .offBut2 {
	background-position: 0 0;
}
.onBut.disabled, .onBut2.disabled {
	background-position: -60px -31px;
}
.offBut.disabled, .offBut2.disabled {
	background-position: -60px 0;
}
.mail, .download {
	background-position: 0 -133px;
	width: 18px;
	height: 15px;
	display: block;
	margin: 14px 8px 0 8px;
}
.download {
	background-position: 0 -149px;
}

.arrow, .arrow2 {
	background: url(../images/cmn/arrow.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
}
.spread .arrow1 {
	background-position: 0 -18px;
}
.arrow2 {
	width: 18px;
	height: 18px;
	background-position: 0 -33px;
	margin: 11px 0;
}
.arrow2_h {
	background-position: 0 -52px;
}
.arrow3 {
	background-position: 9px -87px;
	width: 26px;
}
.spread .arrow3 {
	background-position: 9px -71px;
	width: 26px;
}
.arrow4 {
	background-position: 9px -119px;
	width: 26px;
}
.spread .arrow4 {
	background-position: 9px -103px;
	width: 26px;
}
.arrow5 {
	background-position: 9px -151px;
	width: 26px;
}
.spread .arrow5 {
	background-position: 9px -135px;
	width: 26px;
}
.arrow6 {
	background-position: 0px -183px;
	width: 18px;
	height: 16px;
	margin: 11px 0;
}
.spread .arrow6 {
	background-position: 9px -167px;
	width: 26px;
}
.arrow7 {
	background-position: 0 -199px;
	width: 18px;
	height: 17px;
	margin: 11px 0;
}

.rankIcon {
	background: url(../images/cmn/rank.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
}
.rank2 {
	background-position: 0 -25px;
}
.rank3 {
	background-position: 0 -50px;
}
.rank4 {
	background-position: 0 -75px;
}

.addIcon {
	background-position: 0 -188px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	margin: 0 5px;
}
.close {
	background-position: 0 -204px;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.edit {
	background-position: 0 -220px;
	width: 19px;
	height: 20px;
	margin: 3px 0;
	display: inline-block;
}
.edit2 {
	background-position: 0 -275px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.ml10 {
	margin-left: 10px;
}
.ml100 {
	margin-left: 100px;
}
.ml20 {
    margin-left: 20px;
}
.ml24 {
    margin-left: 24px;
}
.ml40 {
    margin-left: 40px;
}
.ml-20 {
    margin-left: -20px;
}
.ml16{
    margin-left: 16px;
}
.mr10 {
	margin-right: 10px;
}
.mr100 {
    margin-right: 100px;
}
.mb6{
	margin-bottom: 6px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb14{
	margin-bottom: 14px;
}
.mb20{
	margin-bottom: 20px;
}
.mt3{
	margin-top: 3px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: -30px;
}

.loginArea {
	width: 677px;
	margin: 150px auto 0;
}
.loginMain {
	background: url(../images/cmn/login.png) no-repeat;
	width: 620px;
	margin: 0 0 30px;
	font-family: "微软雅黑";
	padding: 20px 30px 30px;
	height: 250px;
}
.loginMain .cover {
	float: left;
	width: 200px;
	color: #565656;
	text-align: center;
}
.loginMain .logo {
	background: url(../images/cmn/logo.jpg) no-repeat;
	background-size: 35px;
	font-family: Arial;
	font-size: 24px;
	padding: 5px 0 0 45px;
	display: block;
	margin: 5px 0 10px 69px;	
	color: #565656;
}

.loginMain .cover img {
	margin: 70px 0 10px;
}
.loginMain .cover p {
	text-align: center;
	line-height: 24px;
}
.loginMain .info {
	float: right;
	width: 330px;
	position: relative;
	background: url("../images/cmn/login_info.png") no-repeat;
	padding-left: 60px
}
.loginMain .lang {
	position: absolute;
	top: -10px;
	right: -10px;
}
.loginMain .lang a {
	text-decoration: underline;
	color: #08c
}
.loginMain .info input{
	background: url(../images/cmn/loginInput.png) no-repeat;
	width: 167px;
	border: 0 none;
	padding: 5px;
	height: 20px;
}

#selLdapDomain{
    width: 175px;
    padding: 3px;
}
.loginBtn {
	background: url(../images/cmn/loginBtn.png) no-repeat;
	margin-top: 5px;
	width: 79px;
	border: 0 none;
	text-align: center;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	display: block
}
.loginMain .info li {
	overflow: hidden;
	padding: 0 0 8px 70px;
}
.loginMain .info .label {
	margin-left: -70px;
	float: left;
	width: 70px;
	display: inline;
	line-height: 30px;
}
a.loginBtn.disabled {
	background-position: left bottom;
	cursor: default
}
.loginArea .cy {
	color: #999;
	line-heiht: 24px;
	text-align: center;
}
.loginArea .cy em {
	background: url(../images/cmn/cy.png) no-repeat;
	width: 21px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.loginArea .i_help{
    background:url("../images/cmn/help.png") no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    margin: -57px 45px 0 0;
}

.normal {
	color: #b7b7b7
}
.inputText{
	display: none;
}
.password{position: absolute;left: 136px;top: 98px;*top: 100px;color: #b7b7b7;z-index:2; background-color:#fff}
.remote_Login_head, .remote_Login_head .box, .remote_Login_head li span, .remote_Login_head li a.arrows {
	background: url(../images/cmn/remote_Control.png) no-repeat;
}
.remote_Login_head {
	background-position: 100% -29px;
	padding-right: 27px;
	margin: 0 auto;
	width: 480px;
}
.remote_Login_head .box {
	background-position: left top;
	padding-left: 27px;
}
.remote_Login_head .content {
	background-color: #9ecae8;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
}
.remote_Login_head li {
	float: left;
}
.remote_Login_head li a {
	color: #333;
	display: inline-block;
	margin: 0 5px;
}
.remote_Login_head li span {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
.remote_Login_head li a.arrows {
	padding-right: 10px;
	background-position: 22px -266px;
}
.remote_Login_head li a.arrows.a {
	background-position: 22px -268px;
}
.remote_Login_head li .icon1 {
	background-position: 0 -62px;
}
.remote_Login_head li .icon2 {
	background-position: 0 -82px;
	height: 18px;
}
.remote_Login_head li .icon3 {
	background-position: 0 -100px;
	height: 23px;
}
.remote_Login_head li .icon4 {
	background-position: 0 -127px;
	height: 22px;
}
.remote_Login_head li .icon5 {
	background-position: 0 -151px;
}
.remote_Login_head li .icon6 {
	background-position: 0 -171px;
}
.remote_Login_head li .icon7 {
	background-position: 0 -191px;
}
.remote_Login_head li .icon8 {
	background-position: 0 -211px;
}
.remote_Login_head li .icon9 {
	background-position: 0 -231px;
	height: 16px;
}
.remote_Login_head li .icon10 {
	background-position: 0 -253px;
	width: 10px;
	height: 10px;
}

.loginMain .tc {
	text-align: center;
	color: #f00;
	clear: both;
	padding: 10px 0 0;
	width: 330px;
	position: absolute;
	top: 215px;
}
.ulBox li em {
	font-style: normal
}

.remote_Box {
	padding-left: 5px;
	margin-top: 30px;
}
.remote_Box .item {
	margin: -35px 0 30px;
	z-index: 2;
	position: relative;
}
.remote_Box li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.remote_Box li.title {
	border: 0;
	font-weight: bold;
	margin-top: 10px;
	background: url(../images/cmn/moniCon_bj.png) repeat-x left bottom;
	padding: 0 0 10px;
}
.remote_Box li .t_t {
}
.remote_Box li .label {
	display: inline-block;
	width: 280px;
	text-align: left;
}
.remote_Box li a.link {
	color: #08c;
    text-decoration: underline;
}
.IpLink{ margin:-20px 0 30px;height:60px;}
.IpLink li{display: inline-block;*display: inline;width: 150px;}
.IpLink ul.title{background-color:#eee}

.t_aera
{ 
    display:inline;
    margin-right:8px;
}

.t_aera select{ 
	font-size: 12px; 
	color: #333; 
	font-family: "微软雅黑";
	font-weight: normal;
}
.select_disabled{
	background-color: #E7E7E7;
 }
 
.alertPanel {
	background-color: #ffffce;
	border: solid 1px #f0c000;
	text-align: left;
	padding: 0.5em; 
}

.alertIcon {background:url(../images/cmn/alert.png) no-repeat;width:16px;height:16px;display:inline-block;overflow:hidden;}

.element_hide { display:none }

.securityInfo{
	width:680px;margin-bottom:10px
}
.securityInfo p{
	white-space:pre-wrap;
	width:676px;
	padding:0px 1px 0px 1px;
	max-height:150px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align: justify;
    	word-wrap: break-word;
}

.securityInfo h5{
	line-height:17px;
	border-bottom:1px solid black;
	font-weight:bold;
	margin-bottom:5px;
	padding:0px 1px 0px 1px;
	font-size: 15px;
}

.hideInput{display:none;cursor: pointer;width: 290px; height: 26px;opacity:0;}

.deleteIcon {background:url(../images/cmn/ic_common.png) no-repeat;width:16px;height:16px;display:block;overflow:hidden;background-position:-95px -48px;margin:0 auto}
.operatIcon {background:url(../images/cmn/ic_common.png) no-repeat;width:16px;height:16px;display:block;overflow:hidden;background-position:-144px -80px;margin:0 auto}
.okStateIcon {background:url(../images/cmn/ic_common.png) no-repeat;width:16px;height:16px;display:block;overflow:hidden;background-position:-193px -32px;margin:0 auto}
.errStateIcon {background:url(../images/cmn/ic_common.png) no-repeat;width:16px;height:16px;display:block;overflow:hidden;background-position:-208px -32px;margin:0 auto}
.tableDetail li{margin-right: 16px; width:460px;height:32px;line-height:16px !important;padding:7px 0 8px 0;float:left;color:#222;background:url(../images/cmn/tit_bg.jpg) repeat-x bottom left;}
.tableDetail li span{color:#666;}
.tableDetail li p{font-family:Arial;white-space:nowrap;}

