﻿body {
	background-color:#D3EDDD;
	font-family:Verdana;
}
h1 {
	font-size:24px;
	margin:2px;
	text-align:center;
}
h2 {
	font-size:18px;
	margin:2px;
	text-align:center;
}
.boxerror
{
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid red;
	background-color: #e8fbe8;
	color: #505050;
	line-height: 1.5em;
	width: 80%;
}
.rn
{
	width: 25px;
}
.c
{
	text-align: center;
}
#resultsTable {
	font-size:11px;
	height:100%;
	width:100%;
}
#resultsHeader {
	background-color:#207150;
	color:#FFFFFF;
}
#resultsBody {
	background-color:#84CB9F;
}
#resultsTable .resultsPosition {
	text-align:center;
	width:2.5em;
}
#resultsTable .resultsNonActiveRound {
	text-align:center;
	width:2.5em;
}
.parEqual {
	color:#0000E6;
}
.parLess {
color:#9D0000;
}
.parMore {
color:#000000;
}
#resultsTable .plusMinusPar, #resultsTable .resultsTotalScore, #resultsTable .resultsRoundTotalScore, #resultsTable .resultsNonActiveRound 
{
	font-weight:bold;
	text-align:center;
	width:3.5em;
}
#resultsTable .resultsHole {
	text-align:center;
	width:1.5em;
}
.scoreDblBogey 
{
	text-align: center;
	background-color:#0000C0;
	color:#FFFFFF;
}
.scoreBogey 
{
	text-align: center;
	background-color:#00A3C0;
}
.scorePar 
{
	text-align: center;
	background-color:#F4EFC6;
}
.scoreBirdie 
{
	text-align: center;
	background-color:#E88484;
}
.scoreEagle 
{
	text-align: center;
	background-color:#9D0000;
	color:#FFFFFF;
}
.StableFord
{
	color: Black;
	font-weight: bold;
	text-align: center;
}
.abovePar
{
	color: Black;
	font-weight: bold;
}
.equalsPar
{
	color: Blue;
	font-weight: bold;
}
.belowPar
{
	color: Red;
	font-weight: bold;
}
.nc
{
	color: Gray;
	font-weight: bold;
}
.asterix
{
	text-align: left;
	color: red;
	font-size: 0.6em;
	padding: 3px;
}
