/***********************************************/
/* HTML tag styles - Dainton Park   */
/***********************************************/

*{
	padding:0px;
	margin:0px;	
}
body {
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#333333;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#eff0f0;
}

p{
	margin-bottom:10px;
}


h1{	
	font-size: 110%;
	color: #333333;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #666;
	display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
  @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}


#wrapper {
	width: 949px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#borderContainer {
	background-color: #fff;
	margin-left: 18px;
}

#mainAreaCont{
	background-image: url(images/left_stripe.gif);
	background-repeat: repeat-y;
	width: 913px;
	/*background-position: 19px;*/
}

#imageContainer {
	width: 913px;
	height: 366px;
	
}

#coursePlanner #imageContainer{
	width:200px;
}

#line,#lineWide {
	width:913px;height:10px;
	margin-top:2px;
	background-image: url(images/horiz_line.gif);
	background-repeat: repeat-x;
	height: 4px;
	background-position: center;
}
#coursePlanner #line{
	width:200px;
}


#courseLeft{
	width:200px;
	float:left;
	background-image: url(images/left_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#courseRight{
	width:700px;
	float:right;
	padding-top: 0px;
}


#courseMapLeft{
	width:209px;
	height: 420px;
	margin-top: 0px;
	float: left;
	display: none;
	
}
#courseMapRight{
	float: right;
	margin-right: 10px;
	
}

#courseMapRight #mapContainer{
	width:550px;
	height: 374px;
	float: right;
	margin-right: 60px;
}

#courseMapRight #courseDetailsContainer{
	width:360px;
	height: 320px;
	padding: 0px 20px 20px 20px;
	float: right;
	display: none;
}

#courseMapLower{
	width: 670px;
	margin-top: 10px;
}

#textContainer {
	margin-top:27px;
	margin-right:15px;
	float:right;
	width:670px;
}

#textContainer img{
	margin:10px;
}

#narrow #textContainer{
	width:465px;
}

#coursePlanner #textContainer{
	width:650px;
}
.holeImage{
	float:left;
	margin:10px 7px 10px 0px;
}

#lowerContainer{
	border:solid 1px #ccc;
	padding-top: 20px;
	height: 580px;
}

#leftImCont{
	width:200px;
}

h1 {
	font-size:130%;

}

a:link{
	color:#5e5e5e;
	text-decoration: none;

}

a:visited {
	color:#5e5e5e;	
	text-decoration: none;

}

a:hover{
	color:#122080;
	text-decoration: none;	
}

img{
	border:none;
}

.clear {
	clear:both;
}

/***********************************************/
/* NAV styles - Dainton Park   */
/***********************************************/

#navContainer {
	width: 201px;
	background-color:#d3d3d3;
	float: left;
	border-top: solid 2px #fff;
}

#navtext {
	float: left;
	color: #5e5e5e;
	line-height: 20px;
	text-align:right;
	/*padding-left:110px;*/
	margin-top:15px;
	margin-bottom:10px;
	width:175px;
}


#navButtons {
	float: left;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#c7c7c7;
	width:181px;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	text-align:right;
	margin-top:2px;
	font-weight:bold;
	background-image: url(images/button_bckground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

ul{ 
 list-style-type: none; 
}

#navtext ul{
	width:201px;	
}

#navtext ul li{
	color:#5e5e5e;
}

#wrapper #navtext ul .dwn{

	background-color:#f2f2f2;	
}
#wrapper #navtext ul .dwn a:link,#wrapper #navtext ul .dwn a:visited {
	color:#333;
}

#navtext ul li ul{	
	background-color:#f2f2f2;

	padding-bottom:5px;
	
}



#navtext ul li a:link, #navtext ul li a:visited{
	padding-right:15px;
	color:#474747;
	text-decoration: none;
	font-size:105%;
}

#navtext ul li ul a:link, #navtext ul li ul a:visited{
	margin-right:10px;
}

#navtext ul li a:hover{
	color:#999;
}




#footer {
	font-size:10px;
	padding-top: 15px;
	width: 949px;
	margin-left: auto;
	margin-right: auto;
}

.ptable td{
	padding:5px;

}

/***********************************************/
/* course map styles - Dainton Park   */
/***********************************************/

#m1{
	background-color:#fff;
}
.tTable{
	border:none;
	background-color:#fff;
	font-size:99%;
}
.tTable td{
	padding:2px;
	border: solid 1px #fff;
}
.tTitle{
	background-color:#ccc;
	font-weight:bold;
}
.tTitle1{
	background-color:#384690;
	font-weight:bold;
	color:#fff;
}
.tTitley{
	background-color:#fff9ad;
	font-weight:bold;
}
.tTitler{
	background-color:#fadcd0;
	font-weight:bold;
}
.tTitle2{
	background-color:#c43043;
	font-weight:bold;
	color:#fff;
}


.tMain1, tMain1 td{
	background-color: #7f8bcc;
	color:#fff;
}
.tMainy, tMainy td{
	background-color: #fff9ad;
	color:#666;
}
.tMainr, tMainr td{
	background-color: #fadcd0;
	color:#666;
}
.tMain2, tMain2 td{
	background-color: #f96e7f;
	color:#fff;
}

.tMain, tMain td{
	background-color: #efefef;
	
}

#scoreCard{
	margin-left:10px;
	height: 600px;
}
/***********************************************/
/* offers styles - Dainton Park   */
/***********************************************/

.offersBox{
	background-color: #fff;
	width:221px;
	/* border:solid 1px #ccc; */
	float: right;
	margin-top: 20px;
	margin-bottom: 5px;
}

.offersBox .offersImg{
	
}
.offersBox .offersTxt{
	padding:15px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.offersBox .offersTxt a:link, .offersBox .offersTxt a:visited, .offersBox .offersTxt a:hover{
	color:#efefef;
	font-size: 12px;
}
#offersColumn{
	width:221px;
	float:right;
}




*--- Calendar ---*/

.calMeeting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
	background-color: #9b9b9b;	
	border-top: 1px solid #FFFFFF;	
	border-right: 1px solid #efefef;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #efefef;	
	font-weight: bold;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	height: 45px;
	width: 85px;	
}
.calAvailable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	color: #6D6D6D;
	
	border-top: 1px solid #FFFFFF;	
	border-right: 1px solid #919191;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #919191;	
	width: 85px;
	height: 45px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;

}

body #calToday{
	border: 2px solid #732a42;
}

.calHead{
	background-color:#484848;
	color: #fff;		
	border-top: 1px solid #898989;	
	border-right: 1px solid #010101;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #010101;		
	height: 45px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	width:120px;
}

.calBorder{
	background-color:#cccccc;	
}

.calEmpty{
	background-color:#ffffff;
	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left-style: none;
		
	line-height: 30px;
	height: 45px;
	width: 85px;
}

#dateSelContainer{
	height: 30px;	
	width: 350px;
	
}


.calBorder ul .calTitle a:link, .calBorder ul .calTitle a:visited{
	font-weight:bold;
}

.calBorder ul li{
	padding-left:10px;
	background-image:url(images/cal_bullet.gif);
	background-position: 1px 7px;
	background-repeat:no-repeat;
}


/*--- Calendar Links ---*/

.subMenu:link,.subMenu:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;

	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	line-height: 16px;
	background-color: #EAEBEA;
	text-align: left;
	padding-left: 13px;
	padding-right: 2px;
	width: auto;
	padding-top: 4px;
}
.subMenu:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;

	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	line-height: 16px;
	white-space: normal;
	background-color: #dcdedc;
	text-align: left;
	padding-left: 13px;
	padding-right: 2px;
	width: auto;
	vertical-align: top;
	padding-top: 4px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 550px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}

#textContainer .button:link, #textContainer .button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: block;
	height: 27px;
	background-image: url(images/button_middle.gif);
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center center;
	border-bottom:none;
	}
.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 1px;
	display: block;
	height: 27px;
	background-image: url(images/button_middle.gif);
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center center;
}

#textContainer a:link, #textContainer a:visited{
	border-bottom:dotted 1px #ccc;
}


.lowerLeft{
	float:left;
	width:180px;
	margin:5px 0px 5px 12px;
}

.lowerLink{
	float:left;
	width:180px;
	margin:7px 0px 7px 12px;
	font-weight: bold;
}

#membersHeader{
	height:175px;
}


#textContainer table img{
	margin:0px;
}

#bookFlash{
	margin-top:10px;
	
}

#newsContainer{	
	background-color:#718f51;
	padding:0px;
	margin-top:15px;
}

.newsRow{
	border-bottom:dashed 1px #999;	
	margin-bottom:10px;
}
#newsContainerInner{
	
	padding:50px 10px 10px 10px;
	background-color:#fff;
	background-image:url("images/news_title.gif");
	background-repeat:no-repeat;
	background-position:-18px 10px;
	font-size:110%;
}
#courseNew li{
	border:solid 1px #ccc;
	padding:7px;
	display:block;
	float: left;
}
#courseNew {

}
