/* Safety Stylesheet */
div.menu a {
	color:rgb(200,200,200);
	font-size:12px;
}

div.menu a:hover {
	text-decoration:underline;
}

/* Filter */
select.cs_filter {
	background: black;
	border: 1px solid black;
	color: rgb(204,204,204);
	width: 150px;
}
td.cs_filter {
	font-weight:bold;
	vertical-align:top;
}
#cs_go {
	background:black;
	cursor:pointer;
	font-size:11px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
}
/* Results */
th.cs_results {background:black;}
td.cs_results {background:rgb(60,60,60);}
/* Ratings */
.good {color:rgb(1,192,56);}
.acceptable {color:rgb(255,255,0);}
.marginal {color:rgb(255,159,5);}
.poor {color:rgb(255,0,0);}

