#MatchTable {
	width: 90% ; 
	padding: 0;
	margin: 0;
	border-color: Silver;
	font-size:smaller ; 
}

#MatchTable thead
{
	background-color: Silver;
	font-weight: bold;
	text-align: center;
}

#MatchTable opponent 
{
	width: 140px;
	height: 20px;
}

#MatchTable matchDate
{
	width: 70px;
}

#MatchTable status 
{
	width: 75px;
}

#MatchTable score
{
	width:115px;
}

a {
	color: #c75f3e;
}

#ScoreEntryDiv 
{
	margin: 0% 0% 0% 0% ; 
	font-size: 11px;
}

#PageHeading 
{
	height:18px;
	margin-bottom:8px;
}

#CurrentLadder 
{
	width: 100%;
	font-weight: bold;
	color: #666; 
}

#StatusList
{
	font-size: smaller;
	width:15%;
	margin: 0% 0% 0% 5%;
}

#ScoreList
{
	font-size:smaller;
	width:15%;
	margin: 0% 0% 0% 5%;
}

#SaveCancelDiv
{
	margin: 0% 0% 0% 7%; 
}

#MatchDate
{
	margin:0% 0% 0% 27%;
}

#Message 
{
	color:white;
	background-color:white;
	width:250px;
	margin-bottom:7px ; 
	margin-top: 7px;
}

.odd
{
	background-color: white;
}
 
.even
{
	background-color: #eeeeee;
} 