/* Specific Styling for view round, add round and roundmgmt */
#rounds {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 1em;
        margin-right: 20px;
}
td.holes {
  width: 35px;
  color: #333333;
  text-align:center;
}
#rounds table {
	background-color: white;
}

.lastcol {
  background-image: url("images/vdarkbg.gif");
  color: white;
  border: 1px solid #979797;
}

.best {
	color: black;
        background-color: yellow;
        border: 1px solid black;
        text-align: center;
        font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.worst {
color: black;
        background-color: orange;
        border: 1px solid black;
        text-align: center;
        font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.blank {
	height: 1px;
}
.par, .bogey, .birdie, .double, .worse, .eagle, .alba, .sf0, .sf1, .sf2, .sf3, .sf4, .sf5, .noscore,
.penalty, .drivehit, .drivemiss {
	text-align: center;
	font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.nr {
text-align: center;
        font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.holedata, .gir {
	text-align: center;
	font-size: small;

}

.rowheader {
	text-align: left;
	font-weight: bold;
  color: #333333;
}

.par, .sf0 {
	color: #000000;
        border: 1px solid black;

}

.bogey {
	background-color: black;
	color: white;
}

.birdie {
	background-color: #6699ff;
	color: white;
}
.eagle {
	background-color: #ffff00;
	color: black;
	font-weight: bold
}
.alba {
  background-color: #66ff66;
  color: black;
}


.double {
	background-color: #ff3333;
        color: white;
}

.worse, .nr {
	background-color: #9966cc;
        color: white;
}

.sf1 {
  background-color: #ccff99;
  color: #666666;
}
.sf2 {
  background-color: #99cc66;
  color: white;
}
.sf3 {
  background-color: #669933;
  color: white;
}
.sf4 {
  background-color: #336600;
  color: white;
}
.sf5 {
  background-color: #003300;
  color: white;
}

.totscore {
	font-weight: bold;
	border: medium solid black;
	background-color: white;
}

.scorelegend {
	font-size: small;
	font-weight: normal;
background-image:none;

}
table.scorelegend tr {
background-image:none;
border: 0;
width: 100px;
}
table.scorelegend {
float: right;
margin-top: 1em;
margin-bottom: 3em;
font-size: x-small;
}
.yards {
	font-size: x-small;
}
.finalres {
text-align: right;
font-size: large;
color: #696969;
}
.penalty {
background-color:red;
color: white;
}
.drivehit {
background-color: yellow;
color: black;
}
.drivemiss {
background-color: blue;
color: white;
}
.goodputt {
color: green;
font-weight:bold;
}
.threeputt {
color: red;
font-weight:bold;
}
