@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- */
/* COURSE SCORECARD */
/* ------------------------------------------- */


#score-card {
	margin-left: 13px;
	width: 269px;
	background-color: #F4EDE1;
	border: solid 1px #ccc9b8;
	border-right: none;
}

#score-card p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#score-card a{
	text-decoration: none;
	color: #666;
	border-bottom: none;
}
#score-card .sc-hdr p, #score-card .sc-inout p {
	color: #ffffff;
}
#score-card .sc-hdr td {
	padding: 3px 0px 3px;
	text-align: center;
	background: url(../img/sc-hdr.jpg) no-repeat;
	color: #fff;
	border-top: solid 1px #539630;
	border-bottom: solid 1px #539630;
}
#score-card .sc-alt td span {

	padding: 3px 0 3px 0;
	text-align: center;
	background: #eae5d8;
	display: block;	
	border-bottom: solid 1px #ccc9b8;
	border-right: solid 1px #ccc9b8;
}
#score-card .sc-reg td span {
	padding: 3px 0px 3px;
	text-align: center;
	background: #f1eee5;
	display: block;
	border-bottom: solid 1px #ccc9b8;
	border-right: solid 1px #ccc9b8;
}
#score-card .sc-reg:hover td span, #score-card .sc-alt:hover td span, #score-card .select td span {
	background: #fff;
	color: #000;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

#score-card .sc-inout td {
	padding: 3px 0px 3px;
	color: #FFFFFF;
	text-align: center;
	background: #2a2000;
	border-right: solid 1px #674f00;
}	




.content-left .indentmenu{
font: normal 11px Arial; width: 100%; 
margin: 13px 0 0;
}
.content-left .indentmenu ul{
margin: 0 0 0 0;
padding: 0;
float: left;
border-top: 1px solid #ccc9b8;
background: #f1eee5;
}
.content-left .indentmenu ul li{
display: inline;
}
.content-left .indentmenu ul li a{
float: left;
color: #605a45; 
padding: 3px 12px;
text-decoration: none;
border-right: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin-bottom: -1px;
}
.content-left .indentmenu ul li.first a {
border-left: 1px solid #ccc; 
}
.content-left .indentmenu ul li a:visited{
color: #999;
}
.content-left .indentmenu ul li a.selected, .content-left .indentmenu ul li a:hover {
color: #000 !important;
background: #fff;
border-bottom: none !important;
font-weight: bold;
}
.content-left .tabcontentstyle { 
border: 1px solid #ccc;
width: 601px;
padding: 0;
}
.content-left .tabcontent{
display:none;
}
.course-container {

	width:591px; 
	height: auto; 
	padding: 20px 10px; 
	margin: 0;
	position: relative;
}
.holeimg {
	width: 585px;
	height: 355px;
	display: block;
	padding: 2px;
	border: solid 1px #cac6b6;
}
.course-nav {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.course-nav:after, .tabcontent:after {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	clear: both;
}
.content-left .course-nav .previous {
	float: left;
	padding-left: 2px;
	text-decoration: none;
	color: #30581b;
	border-bottom: none;
}

.course-nav .previous:before {
	content: url(../img/previous-arrow.png);
	padding-right: 5px;
}
.course-nav .next:after {
	content: url(../img/next-arrow.png);
	padding-left: 5px;
}

.content-left .course-nav .next {
	float: right;
	padding-right: 2px;
	text-decoration: none;
	color: #30581b;
	border-bottom: none;
}

.course-nav .next:hover, .course-nav .previous:hover {
	text-decoration: underline;
}

.tabcontent .line {
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #c9c5b5;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
	display: block;
}
.tabcontent .course-txt {
	float: left;
	width: 425px;
	display: block;
}

.tabcontent .course-layout {
	float: right;
	display: block;
	width: 150px;
	text-align: right;
}

.tabcontent .hole {
	float: left;
	padding-bottom: 5px;
}
.tabcontent .par {
	float: right;
}

.tabcontent .yards {
	display: block;
	width: auto;
	margin: 15px 0;
	border: solid 1px #c9c5b5;
	padding: 3px;
	height: 24px;
	float: left;
}
.tabcontent .yards li {
	float: left;
	padding: 2px 15px;
}
.tabcontent .yards li.blue {
	background: #0c4190;
	color: #fff;
}
.tabcontent .yards li.red {
	background: #bf0000;
	color: #fff;
	border-left: solid 1px #c9c5b5;
}
.tabcontent .yards li.white {
	background: #f5f3f3;
	color: #333;
	border-left: solid 1px #c9c5b5;
}


