@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	
	scrollbar-face-color:#FFF; 
	scrollbar-highlight-color:#dbeaf1;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-Shadow-color:#dbeaf1; 
	scrollbar-arrow-color:#dbeaf1; 
	scrollbar-track-color:#ECF1FA;
	/*background:url(images/bg.jpg) no-repeat right bottom fixed;*/
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

.header {
	background:url(images/2010_topbg.gif);
	height: 83px;
}

.topMenubar {
	background: #3e84c0;
	height: 22px;
	color:#FFFFFF;
}

.topMenu {
	color:#FFFFFF;
}

.topMenubar a:link {
	color:#FFFFFF;
}

.topMenubar a:visited {
	color:#FFFFFF;
}

.topMenuOn {
	background: url(images/2010_menubg_on.gif);
	color:#000033;
	font-weight:bold;
}

.leftbg {
	background:url(images/2010_leftbg.gif) top left no-repeat;
	min-height: 333px;
}

.leftMenu {}

.leftMenu a:link {
	color: #000;
	text-decoration: none;
}

.leftMenu a:visited {
	color: #000000;
	text-decoration: none;
}

.leftMenu a:hover {
	color: #FF6600;
	text-decoration: none;
}

.equiplink {color:#ff6600}

.equiplink a:link {
	color: #ff6600;
	text-decoration: none;
}

.equiplink a:visited {
	color: #ff6600;
	text-decoration: none;
}

.equiplink a:hover {
	color: #CC0000;
	text-decoration: none;
}

.mainbg {
	background: url(images/2010_mainbg.jpg) top left repeat-x fixed;
}

.deviceName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.deviceTd {}

.deviceTd td {
	background: #fff;
	padding: 5px;
}

.deviceTd_alert {}

.deviceTd_alert td {
	background: url(images/alertBg.gif);
	color:#FF0000;
	padding: 5px;
}

.deviceTdTitle {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background: #dbeaf1;
}

/* 报警颜色*/
.status_ok { color:green}
.status_upperlimit { color:red}
.status_lowerlimit { color:#0000FF}
.status_error { color:#999}
.status_nodata { color:#CCC}

/*jifang.htm*/
.jifang_title {
	margin:10px 0;
	padding-left:5px;
	font-size:120%;
	font-weight:bold;
	color: #FF6600;
}

/*itroom_test.htm*/
.itroom_font {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0000FF;
}