/* Nice tables */
table.std_nicetable {
	/*background-color:#DDD;*/
}
table.std_nicetable td {
	padding:2px;
	border:1px solid #DDD;
}
table.std_nicetable thead td {
	background: url(../../../images/bg.gif) #DDD repeat-x;
	border:1px solid #DDD;
	font-weight:bold;
	color:#A6301C;
}
table.std_nicetable thead td a,
table.std_nicetable thead td a:visited
table.std_nicetable thead td a:hover { color:#A6301C; }
td.clean { background-color: #FFF; }
td.hlight { background-color: #F3F3F3; }
