body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: "Î¢ÈíÑÅºÚ";
}
td{font-size:12px;
}

th{
	font-size: 12px;
	line-height: 12px;
	color: #777;
	background-color: #FFF;
	height: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 10;
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


input{ font-size:12px; color:#2F521D; font-family:Arial, Helvetica, sans-serif;}
a:link {
	font-size: 12px;
	color: #555;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #111;
	text-decoration:none;
}
li{
	line-height: 2em;	
}


#white_box{
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	overflow: auto;
}

#hf{
	height: 250px;
	width: 320px;
	position: absolute;
	z-index: 10;
	overflow: visible;
	display: none;
	border: 2px groove #FFF;
}
#error_panel{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #689;
	text-align: center;
	vertical-align: top;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
}

#cover{
	background-color: #446;
	z-index: 9;
	filter: Alpha(Opacity=70);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#pannel_title{
	color: #333;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: bold;
	background-color: #CCF;
	font-size: 12px;
	padding: 2px;
}



/*²Ù×÷°´Å¥*/
.v_button{
	padding-bottom: 5px;
	position: relative;
	padding-top: 3px;
	
}
.v_button form{
	clear: right;
	float:left;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.v_button a:link,.v_button a:visited{
	border:   1px   solid   rgb(99,99,99);
	background-color: #DDF;
	margin: 3px;
	position: relative;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	text-decoration: none;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #333;
	float: left;
}
.v_button a:hover
{
	font-weight: bold;
	color: #FFF;
	background-color: #039;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Í³¼ÆÍ¼±í*/
.chart
{
	height: 320px;
	width: 986px;
	margin-left: -423px;
	position: relative;
	left:50%;
	clear: both;
	background-color: #eee;
	margin-bottom: 20px;
	padding: 10px;
	
}
.chart .c_title
{
	padding: 0px;
	height: 50px;
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
	position: relative;
	
}
.chart .tu_area
{
	padding: 0px;
	height: 200px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 5px;
	margin-top: 10px;
}
.chart .tu_area .pv_area
{
	background-color:#9C9;
	padding: 0px;
	clear: none;
	float: left;
	width: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	position: relative;
}
.chart .tu_area .ip_area
{
	background-color:#FC0;
	padding: 0px;
	clear: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 15px;
	overflow: visible;
	position: relative;
}
.chart .tu_area .pv_area p{
	color: #500;
	font-size: 8px;
	line-height: 8px;
	margin-top: -8px;
	position: relative;
}
.chart .tu_area .ip_area p
{
	color: #050;
	font-size: 8px;
	line-height: 8px;
	margin-top: -8px;
	position: relative;
}

.chart .hour
{
	padding: 0px;
	clear: none;
	float: left;
	margin-right: 3px;
	margin-left: 0px;
	width: 32px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	font-size: 9px;
	text-align: left;
}


.t_unit{
	position:relative;
	float:left;
	width:90px;
	margin-right:5px;
	margin-top:5px;
	border: 1px dotted #666;
}
.t_unit img{	
	width:50px;
	height:50px;
	float:left; 
	clear:left;
	margin-bottom:1px;
}
.t_unit .title{
	width:80px;
	margin-left: 1px;
	background-color: #CCC;
}
.t_unit .del,.t_unit .bt {
	position:relative;
	float:right;
	margin-right:1px;
	clear:right;	
}

.clr{	width:100%;	clear:both; }