.scorecard
{
	width:100%;	
	font-size:11px;
	font-family:trebuchet ms;
	color: #555;
	font-weight: normal;
	background: #fff;
}

.scorecard tr
{
	height:22px;
}

.scorecard th, .scorecard td
{
	border: 1px solid #888;
}

.scorecard th
{
	background:#eeeeff;	
	color : #000;
	text-align:center;
}

.scorecard td
{
	text-align:left;
}

.stablefordScoreCell
{
	background: #eeeeff;
	font-weight:bolder;
}

.twoCell{
	background: #CC6666;
	font-weight:bold;
	color: #fff;
}