div.leagueresults
{
	width: 1000px; 
	background: #FFFFFF; 
	margin: 0 auto 0 auto; 
}

table.leagueresults
{
	width: 100%;
}

table.leagueresults tr th
{
	color: #222222;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #cecece;
	font-weight: normal;
	background: #F4F4F4;
}

table.leagueresults tr th span
{
	font-size: 10px; 
	color: #888888; 
	font-weight: normal;
}

table.leagueresults tr td
{
	color: #555555;
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #cecece;
	font-size: 10px;
}

table.leagueresults tr th.matchcolumn
{
	font-size: 10px;
}

table.leagueresults tr th.matchcolumn,table.leagueresults tr td.matchcolumn
{
	width: 60px;
}

table.leagueresults tr th.matchtotal,table.leagueresults tr td.matchtotal
{
	width: 60px;
}