﻿.scorecardtable
{
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	background-color:#f0f0f0;
	width:100%;
	height:100%;
	font-size: 8pt;
}

.scorecardtable .header
{
	font-weight:bold;
}

.scorecardtable td
{
	width:30px;
}

.scorecardtable .rightalign
{
	text-align:right;
}

.scorecardtable .centeralign
{
	text-align:center;
}

.scorecardtable .widercell
{
	width:50px;
}

.scorecardtable td.scorebox
{
	/*background-color:#ffa;*/
	text-align:center;
	border: solid 1px black;
}

.scorecardtable td.eagle
{
	background-color:Red;	
}

.scorecardtable td.birdie
{
	background-color:Orange;	
}
.scorecardtable td.par
{	
	background-color:#CCFFFF;	
}

.scorecardtable td.bogey
{	
	background-color:#99CCFF;	
}

.scorecardtable td.doublebogey
{
	background-color:#008080;	
}

.scorecardtable td.totalshocker
{	
	background-color:#993366;	
}

.scorecardtable span.birdie, .scorecardtable span.par, .scorecardtable span.bogey
{
	color:#000000;
}
.scorecardtable span.eagle, .scorecardtable span.doublebogey, .scorecardtable span.totalshocker
{
	color:#ffffff;
} 
.scorecardtable span:visited
{
	text-decoration:none;
}
.scorecardtable span:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.golfholedetailshover
{
	border:1px solid #000000;
	background-color:#ffffff;
	padding:10px;
	z-index:3;
}

.golfholedetailshover table
{
	border-collapse:collapse;
		
}
.golfholedetailshover table th
{
	border-bottom: solid 1px #000000;
}
.golfholedetailshover table th.clubcol, .golfholedetailshover table th.strikecol, .golfholedetailshover table th.resultcol, .golfholedetailshover table th.distancecol, .golfholedetailshover table td.clubcol, .golfholedetailshover table td.strikecol, .golfholedetailshover table td.resultcol, .golfholedetailshover table td.distancecol
{
	width:120px;
}
.golfholedetailshover table td.shotcol
{	
	text-align:right;
}

.golfholedetailshover table td.penaltycol
{	
	width:300px;
}
.golfholedetailshover table td
{
	padding: 0 5px 0 0;
	font-weight:normal;	
}
.golfholedetailshover table a
{
	font-weight:bold;
}


