table.scorecard
{
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	width: 100%;
}
table.scorecard tr td,
table.scorecard tr th
{
	border-bottom: 1px solid #AAAAAA;
	padding: 2px;
}
table.scorecard tr.holes td,
table.scorecard tr.holes th
{
	border-bottom: 1px solid #AAAAAA;
	background-color: #edffee;
}
table.scorecard tr.evenNB td
{
	border-bottom: hidden;
}
table.scorecard tr.odd td
{
	background-color: #f5faff;
}
table.scorecard tr.oddNB td
{
	border-bottom: hidden;
	background-color: #f5faff;
}
table.scorecard tr th
{
	text-align: left;
}
table.scorecard tr td.hole,
table.scorecard tr th.hole
{
	width: 2em;
	text-align: center;
}
table.scorecard tr td.edit,
table.scorecard tr th.edit
{
	width: 2.5em;
	text-align: center;
}
table.tees
{
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	width: 100%;
	text-align: left;
}
table.tees tr th,
table.tees tr td
{
	border-bottom: 1px solid #AAAAAA;
	padding: 2px;
}
table.tees tr.odd td
{
	background-color: #f5faff;
}
table.tees tr th
{
	background-color: #edffee;
}
.scInput
{
	text-align: left;
	font-size: 11px;
	width: 2em;
}
