@charset "UTF-8";
/* CSS Document */

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: white; /*background of Drop Down Panel*/
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: white;
	background: url(../img/course/tab.png) no-repeat left bottom; /*background of toggle tab*/
	text-decoration: none;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	padding: 2px 14px 8px;
	cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
	margin-top: 2px;
	margin-left: 0px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
	background-image: url(../img/course/tab_hover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

#scoreCard {
	margin: 0px 0px 35px;
	padding: 0px;
	height: 455px;
	width: 980px;
	background-image: url(../img/course/mainHole/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
}

.hole1 {
background-image: url(../img/course/mainHole/hole1.jpg)!important;
}
.hole2 {
background-image: url(../img/course/mainHole/hole2.jpg)!important;
}
.hole3 {
background-image: url(../img/course/mainHole/hole3.jpg)!important;
}
.hole4 {
background-image: url(../img/course/mainHole/hole4.jpg)!important;
}
.hole5 {
background-image: url(../img/course/mainHole/hole5.jpg)!important;
}
.hole6 {
background-image: url(../img/course/mainHole/hole6.jpg)!important;
}
.hole7 {
background-image: url(../img/course/mainHole/hole7.jpg)!important;
}
.hole8 {
background-image: url(../img/course/mainHole/hole8.jpg)!important;
}
.hole9 {
background-image: url(../img/course/mainHole/hole9.jpg)!important;
}
.hole10 {
background-image: url(../img/course/mainHole/hole10.jpg)!important;
}
.hole11 {
background-image: url(../img/course/mainHole/hole11.jpg)!important;
}
.hole12 {
background-image: url(../img/course/mainHole/hole12.jpg)!important;
}
.hole13 {
background-image: url(../img/course/mainHole/hole13.jpg)!important;
}
.hole14 {
background-image: url(../img/course/mainHole/hole14.jpg)!important;
}
.hole15 {
background-image: url(../img/course/mainHole/hole15.jpg)!important;
}
.hole16 {
background-image: url(../img/course/mainHole/hole16.jpg)!important;
}
.hole17 {
background-image: url(../img/course/mainHole/hole17.jpg)!important;
}
.hole18 {
background-image: url(../img/course/mainHole/hole18.jpg)!important;
}

table.scoreCard_table {
	margin-top: 0px;
	margin-bottom: 0px;
}
.scoreCard_table td {
	text-align: center;
	background-image: url(../img/course/divLine.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.scoreCard_table td a {
	color: #CCCCCC;
	padding: 5px 0px;
	display: block;
}
.scoreCard_table  .trHole  td a {
	padding-top: 10px;
}
.scoreCard_table td.select2 {
	background-image: url(../img/course/hightlightBkg.png);
	background-repeat: repeat;
	background-position: left bottom;
	color: #DEDEDE;
}
.scoreCard_table td.select2 strong {
	color: #FFFFFF;
}
.scoreCard_table  td a:hover,
.hole1 td.selecth1 a,
.hole2 td.selecth2 a,
.hole3 td.selecth3 a,
.hole4 td.selecth4 a,
.hole5 td.selecth5 a,
.hole6 td.selecth6 a,
.hole7 td.selecth7 a,
.hole8 td.selecth8 a,
.hole9 td.selecth9 a,
.hole10 td.selecth10 a,
.hole11 td.selecth11 a,
.hole12 td.selecth12 a,
.hole13 td.selecth13 a,
.hole14 td.selecth14 a,
.hole15 td.selecth15 a,
.hole16 td.selecth16 a,
.hole17 td.selecth17 a,
.hole18 td.selecth18 a {
	color: #FFFFFF;
	background-image: url(../img/course/selectBkg.png);
	background-repeat: repeat;
	background-position: left top;
}

