/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}

table.sortable {
	font-weight: bold;
	border: 1px solid #ECECEC;
}

table.sortable td {
	text-align: center;
	padding: 4px 2px;
}

table.sortable td {
	text-align: center;
	padding: 4px 2px;
}

table.sortable td.teams {
	text-align: left;
	padding: 4px 2px;
}

table.sortable tr.row3 a, table.sortable tr.row3 a:visited {
	color: #FFFFFF;
}

table.sortable tr.row3 a:hover {
	color: #FF0000;
}

table.sortable tr.odd:hover td, table.sortable tr.odd:hover td a, table.sortable tr.even:hover td, table.sortable tr.even:hover td a  {
	background: #000000;
	color: #FFFFFF;
}

table.sortable tr.odd td {
	background: #ECECEC;
}

table.sortable tr.even td {
	background-color: #fff;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}