/* CSS Document */
th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
tr.alt td {
	background: #ecf6fc;
}

tr.over td, tr:hover td {
	background: #bcd4ec;
}