/*
 *
 */

/*
 * Content:
 * #736D64 #EDE9E6
 * White: 30% #EEE6D9, 50% #F3EDE4, 80% #FAF8F4
 * Block: 30% #A1998C, 50% #736D64, 80% #2E2C28
 */


#Content .OutlineBox {
	width:536px;
}

#Content .OutlineBox h4 {
	background:url("content_caption_1_bg.png");
	font-size:1em;
	font-weight:bold;
	color:#eeeeee;
	padding:0.2em 1em;
}

#Content .OutlineBox .Body {
	margin:0 0 18px 0;
	border:1px solid #736D64;
	background:#ffffff;
}

#Content .OutlineBox .Body img {
	margin:9px;
	border:none;
}
#Content .OutlineBox .Body ul {
	padding:0 9px;
}
#Content .OutlineBox .Body li {
	float:left;
	width:128px;
	padding-top:9px;
	text-align:center;
	list-style-type:none;
}
#Content .OutlineBox .Body li h6 {
	font-size:0.8em;
	border-bottom:1px dotted #000000;
}
#Content .OutlineBox .Body li p {
	font-size:0.8em;
}
#Content .OutlineBox .Body hr {
	clear:both;
	border:0 none;
	border-top:1px dotted #EEEEEE;
	height:1px;
}

#Content p.Outline {
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:1em;
}

#Content p.Outline span {
	color:#CC3300;
}

#Content h3 {
	font-size:1.5em;
	padding:15px 0 0 24px;
	border:0 none;
	background:url("course_caption.png");
	background-repeat: no-repeat;
	color:#ffffff;
	min-height:33px;
	_height:33px;
}

#Content .CourseBlock {
	width:532px;
	padding:0 0 9px 4px;
}

#Content .Overview, #Content .Notes, #Content .Tips, #Content .Advices {
}

#Content .Overview h4, #Content .Notes h4, #Content .Tips h4, #Content .Advices h4 {
	min-height:18px;
	_height:18px;
	padding:4px 0 0 9px;
	font-size:0.8em;
	font-weight:bold;
	background:url("course_box_caption.png");
	background-repeat: no-repeat;
	color:#ffffff;
}

#Content .Overview p, #Content .Notes p, #Content .Tips p, #Content .Advices .Body {
	border:1px solid #8C8C8C;
	border-top:0 none;
}

#Content .Overview {
	background-color:#ffffff;
}

#Content .Notes, #Content .Tips, #Content .Advices {
	background-color:#EDE9E6;
}

#Content .Notes p, #Content .Tips p, #Content .Advices p {
	font-size:0.8em;
	padding:1em;
}

#Content .Advices .Body {
	padding:1em 0 0 0;
}
	
#Content .Advices .Advice {
	padding:0 1em 1em 1em;
}

#Content .Advices .Advice h5 {
	border-left:4px solid #736D64;
	padding:0.2em 1em;
	font-weight:bold;
	margin-bottom:0.5em;
}

#Content .Advices .Advice p {
	padding:0;
}

#Content .Advices .Advice img {
	float:left;
	border:1px solid #736D64;
	margin:0 0.5em 0.5em 0;
}

#Content .Advices .Advice hr {
	clear:both;
	border:0 none;
	border-top:1px dotted #EDE9E6;
	height: 1px;
}

#Content p.Download {
	text-align:right;
	margin:18px 9px;
	font-size:0.8em;
}
#Content p.Download a {
	text-decoration:none;
	color:#000000;
}
#Content p.Download a:hover {
	text-decoration:underline;
}



/*
 * Navi:
 * White: 30% #D0C8B8, 50% #DED8CD, 80% #F2EFEB
 * Block: 30% #837B6B, 50% #5E584D, 80% #26231F
 */

/*
 *
 */
.Tees {
	margin-top:18px;
	padding:0 9px;
	font-size:9pt;
}

.Tees li {
	margin:0 0 0.5em 0;
	padding:0.2em 0 0.2em 1em;
	border-left:6px solid #ffffff;
	font-weight:bold;
	list-style:none;
}

.Tees li.Current {
	background:#918C80;
}

.Tees li a {
	color:#333333;
	text-decoration:none;
}

.Tees li.Tournament {
	color:#ffff00;
	border-left:6px solid #ffff00;
}

.Tees li.FullBack {
	color:#ff9900;
	border-left:6px solid #ff9900;
}

.Tees li.Back {
	color:#3333ff;
	border-left:6px solid #3333ff;
}

.Tees li.Regular {
	color:#ffffff;
	border-left:6px solid #ffffff;
}

.Tees li.Ladies {
	color:#ff3333;
	border-left:6px solid #ff3333;
}

/*
 *
 */
.Holes {
	padding:8px 9px;
	font-size:12pt;
}

.Holes th, .Holes td.Total {
	background:#777777;
	color:#ffffff;
	padding:2px;
	text-align:center;
}

.Holes table {
	width:100%;
	/*background:#F2EFEB;*/
}

.Holes td {
	font-weight:bold;
	background:#eeeeee;
	color:#666666;
	text-align:center;
	padding:2px;
}

.Holes td.No, td.OUT, .Holes td.IN  {
	background:#dddddd;
	color:#555555;
}

.Holes td.No a  {
	color:#555555;
}
.Holes td.No a:hover  {
	color:#ffffff;
}
