table.dataTable tr.odd_row:hover,
table.dataTable tr.even_row:hover,
table.dataTable tr.odd_row:hover a,
table.dataTable tr.even_row:hover a {
	background-color: #f1eb80;
	text-decoration: none;
	color: #585858;
}

table.dataTable2 tr.odd_row2:hover,
table.dataTable2 tr.even_row2:hover,
table.dataTable2 tr.odd_row2:hover a,
table.dataTable2 tr.even_row2:hover a {
	background-color: #706f5a;
	color: #FFFFFF;
	text-decoration: none;
}

table.dataTable3 tr.odd_row3:hover,
table.dataTable3 tr.even_row3:hover,
table.dataTable3 tr.odd_row3:hover a,
table.dataTable3 tr.even_row3:hover a {
	background-color: #605d5c;
	color: #FFFFFF;
	text-decoration: none;
} .d {
	color: #900;
}

