@charset "utf-8";
#scorecard-container {
	width: 680px;
	height: auto;
	margin-top: 20px;
	/* background-color: white; */
}
table.scorecard {
	height: 120px;
	text-align: center;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	/* background-color: #FFF; */
	/* border: 1px solid; */
	/* border-color: rgb(150,150,150); */
}



/* make sure that you have these in the right order (a, a:visited, a:hover, a:active */
a.view-link {color:#0066cc;}      /* unvisited link - BLUE */
a.view-link:visited {color:#0066cc;}  /* visited link - BLUE */
a.view-link:hover {color: #F6B45E;}  /* mouse over link - ORANGE */
a.view-link:active {color:#0066cc;}  /* selected link - BLUE */


table.scorecard td {
	border-bottom: 1px solid rgb(150,150,150);
}
.sc-row-spot {
	color: red;
}
.sc-row-header td {
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}
.sc-row-par td {
	background-color: rgb(255,204,153); /* ORANGE */
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}
.sc-row-hdcp td {
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}
.sc-row-score td {
	/*background-color: rgb(255,255,255);*/  /* WHITE */
	border-right: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}
.sc-col-tee {
	width: 50px;
}
.sc-col-hdcp {
	width: 40px;
}
.sc-col-hole {
	width: 161px;
	font-style: italic;
	text-align: left;
	padding-left: 3px;
}
.sc-col-score {
	width: 40px;
	font-style: italic;
}
.sc-col-strokes {
	width: 36px;
}
.sc-col-net {
	width: 40px;
}
.sc-col-holes {
	width: 40px;
}
.sc-col-points {
	width:40px;
}
.numberEagle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 12px;
	height: 12px;
	padding: 4px;
	background: #fff;
	border: 3px double #666;
	color: #666;
	text-align: center;
	font: 11px Arial, sans-serif;
}
.numberBirdie {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 5px;
	height: 14px;
	padding: 4px;
	background: #fff;
	border: 1px solid red;
	color: #666;
	text-align: center;
	font: 12px Arial, sans-serif;
}
.numberPar {
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 14px;
	height: 14px;
	padding: 4px;
	background: #fff;
	color: #666;
	text-align: center;
	font: 12px Arial, sans-serif;
}
.numberBogey {
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 14px;
	height: 14px;
	padding: 4px;
	background: #fff;
	border: 1px solid #666;
	border-style: single;
	color: #666;
	text-align: center;
	font: 12px Arial, sans-serif;
}
.numberOverBogey {
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 12px;
	height: 12px;
	padding: 3px;
	background: #fff;
	border: 3px solid #666;
	border-style: double;
	color: #666;
	text-align: center;
	font: 11px Arial, sans-serif;
}

.stat-link:visited {
	color:black;
	text-decoration: none;
}
.stat-link:link {
	color:black;
	text-decoration: none;
}
.stat-link:hover {
	color:black;
	text-decoration: none;
}
.stat-link:active {
	color:black;
	text-decoration: none;
}

.stat-link-aqua:visited {
	color: rgb(51,204,204);
	text-decoration: none;
}
.stat-link-aqua:link {
	color: rgb(51,204,204);
	text-decoration: none;
}
.stat-link-aqua:hover {
	color: rgb(51,204,204);
	text-decoration: none;
}
.stat-link-aqua:active {
	color: rgb(51,204,204);
	text-decoration: none;
}
