table.standings
{
	border: #bdb5ac 1px solid;
	border-spacing: 0px 0px;
	width: 100%;
}
table.standings thead tr th
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	border-bottom: #bdb5ac 1px solid;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: #fafbf3;
}
table.standings tbody tr td
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 0px;
	border-bottom: #bdb5ac 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}
table.standings tfoot tr td
{
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	background: #fafbf3;
}
table.standings .standings_team
{
	text-indent: 16px;
}
table.standings .standings_data
{
	text-align: center;
}
table.standings .standings_0hilight
{
	background-color: #ffffff;
}
table.standings .standings_vhilight
{
	font-weight: bold;
	background-color: #dddddd;
}
table.standings .standings_hhilight
{
	background-color: #ffea00;
}
table.standings .standings_2hilight
{
	font-weight: bold;
	background-color: #eed900;
}
table.standings tbody tr td a:hover
{
	background-color: #eeeeff;
	color: #660000;
}
