@charset "UTF-8";
/* CSS Document */

a:link {
	color:#009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#009933;
}
a:hover {
	text-decoration: underline;
	color:#006600;
}
a:active {
	text-decoration: none;
	color: #009933;
}
.seriestitle, .series_active {
	text-align:center;
	cursor:pointer;
}
.series_active a {
	font-weight:bold;
	font-size:12px;
	color:#333333;
}
.seriestitle a {
	 
}
.server_totals {
	position:fixed;
	bottom:30px;
}
.server_totals1 {
	position:fixed;
	width:100%;
}
.server_totals1 table {
	width:250px;
}
.optheader {
	background:#009933;
	color:#FFFFFF;
	padding:3px;
}
.optheader a, .optheader a:link, .optheader a:hover, .optheader a:visited, .optheader a:active {
	color:#CCCCCC;
}
.optrow {
	border-left:solid 1px #009933;
	border-right:solid 1px #009933;
}
.option0, .option1 {
	padding:3px;
}
.option1 {
	background:#efefef;
}