@charset "utf-8";
/* CSS Document */


.scoreRow td, .scoreRowAlt td
{
	padding:5px 0px 5px 0px;
	border-left:1px solid #D0D0D0;
}
.scoreRow .borderRight{
	border-right:1px solid #D0D0D0;
}
.scoreRow{
	background-color:#ffffff;
}
.scoreRowAlt
	{
		background-color:#dbdbdb;
	}


.topTen
	{
		background-image: url(/images/scorehistory/orange-flag.png);
		background-repeat: no-repeat;
		background-position-x: 0px;
		background-position-y: 0px;
		width:34px;
	}


*{
	margin:0;
	/*padding:0;*/
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:0;
	padding:0;
	background: #518B36 url(../images/bg/bg_site.jpg) no-repeat top center;

}

p, ul, ol, em{
	line-height: 1.4em;
	font-size: 13px;
}


h1{
	font-size: 17px;
	font-weight: bold;
}

h1, h2, h3{
	color: #00785F;
}

.home h2, .home h1, .home P, .home h3, .home h4, .home h5, .home h6{
	margin:10px 10px 10px 10px;
}

h2, h1, p, h3{
	margin: 20px 40px 10px 40px;
}

h6
{
	margin: 0px 40px 10px 40px;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color:black;
}

h5

{
      font-weight: bold; 
      font-size: 14px;
}


p{
	font-size:12px;
	color: #333333;
	line-height:1.6em;
	
}

ul, ol{
	padding-left: 40px;
	padding-right: 60px;
	margin:0;
}


a:link{
	color: #00785F;
	text-decoration: underline;
}

a:visited{
	color: #009933;
	
}

a:hover{
	text-decoration: none;
}

.leftMargin
{
	margin-top:0px;
	margin-left:40px !important;
}

.leftMargin tr td p, .leftMargin tr td h2
{
	margin-left:0px;
}

#SiteWrapper{
	width: 990px;
	position:relative;
	margin:0 auto;
	padding:0;
	/*background: url(../images/bg/bg_footer.jpg);*/
}

* HTML #SiteWrapper{
	width: 990px;

}

#Branding{
	float:left;
	width: 990px;
	height: 104px;
	background: url(../images/bg/bg_branding.jpg) no-repeat top center;
}
	
	.noTint #Branding{
		float:left;
		width: 990px;
		height: 104px;
		background: url(../images/bg/bg_branding_notint.jpg) no-repeat top center;
	}

	.home #Branding{
	height: 115px;
	background: url(../images/bg/bg_branding.jpg) no-repeat top center;
}
	
	
	#Branding h1{
		margin:0;
	}
	
	#Branding a:link, #Branding a:visited{
		float:left;
		margin-top: 0px;
		margin-left:18px;
		width: 205px;
		height: 100px;
		display: block;
		text-indent: -999em;
		overflow:hidden;
		
		
	}
	
	* HTML #Branding a:link, #Branding a:visited{
		margin-left:13px;
	}
	
#HomePanel{
	float:left;
	height:156px;
	width: 990px;
	
	
}

	#NewsPanel
	{		
		float:left;
		width: 675px;
		height:156px;
		background: url(../images/banners/panel-feature-background.jpg) no-repeat top left;
		/*background: url(../images/banners/panel-sms.jpg) no-repeat top center;*/
	}
	
	.newsPanel
	{
		background: url(../images/bg/bg_news.jpg) no-repeat top center;
	}
		
	#LoginPanel{
		float:right;
		width: 307px;
		padding-left:8px;
		padding-top: 17px;
		height:139px;
		background: url(../images/bg/bg_login.jpg) no-repeat top center;
	}
	

	

			
		#RightColumn #LoginPanel{
			width: 300px;
			background:none;
			padding-left:0px;
			padding-top: 0px;
			height: 115px;
			padding-bottom:5px;
		}
			
	
	
#TopMenu{
	float:left;
	width: 990px;
	height: 93px;
	background: url(../images/bg/bg_topmenu_2.jpg) no-repeat top center;
}

	
	.noTint #TopMenu{
		float:left;
		width: 990px;
		height: 93px;
		background: url(../images/bg/bg_topmenu_notint.jpg) no-repeat top center;
	}

	.home #TopMenu{
		float:left;
		width: 990px;
		background: green;
		height: 86px;
		background: url(../images/bg/bg_topmenu_home.jpg) no-repeat top center;
	}
	
	#TopMenu.sub{
	background: url(../images/bg/bg_topmenu_3.jpg) no-repeat top center;
}


#ContentWrapper{
	text-align:left;
	float:left;
	width: 990px;
	padding-bottom: 0px;
	/*background: url(../images/bg/bg_contentwrapper_content.jpg) no-repeat top center;*/
	background:url('../images/bg/homepage_03.png') repeat-y top left;
}


.noTint #ContentWrapper
{
	text-align:left;
	float:left;
	width: 990px;
	padding-bottom: 0px;
	background:none;
	background-color:#FFFFFF;
}

	.home #ContentWrapper{
	/*background: url(../images/bg/bg_contentwrapper_home.png) no-repeat top center;*/
	background:url('../images/bg/bg_contentwrapper.jpg') repeat-y top left;
	}

	#LeftColumn{
		float:left;
		margin-left:12px;
		padding-top: 20px;
		width: 660px;	
		background:  url(../images/bg/bg_leftcontent.jpg)   no-repeat top left;
	}
		
	#LeftColumnFull
	{
		float:left;
		margin-left:12px;
		padding-top: 20px;
		width:966px;
		background:  url(../images/bg/bg_leftcontent_full.jpg)   no-repeat top left;
		min-height:350px;
	}
	
	#SubLeftColumn
	{
		float:left;
		width:300px;
		margin-left:40px;
	}
	
	.home #LeftColumn{
		background:  url(../images/bg/bg_leftcontent_home.jpg)   no-repeat top left;
	}
		
		* HTML #LeftColumn{
			margin-left:5px;
		}
		
	#RightColumn{
		float:right;
		margin-right:12px;
		width: 300px;	
	
	}
		
		* HTML #RightColumn{
			margin-right:5px;
		}
		
	#OneColumn{
		float:left;
		width: 990px;
		/*padding-left: 10px;*/
		background: url(../images/bg/bg_contentwrapper.jpg) repeat-y bottom left;
	}
	
	.home .homeContainer
	{
		background: url(../images/bg/bg_contentwrapper.jpg) repeat-y bottom left;
		height:100%;
	}
	
		* HTML #OneColumn{	
			margin-left: 5px;	
		}
	
	
	
	#AdversitingBottom {
		padding: 20px 20px;
		text-align:right;
		clear:both;
		float:left;
		width: 950px;
		height: 80px;
		background:  url(../images/bg/bg_adbottom.jpg) no-repeat top center;
	
	}		

	.noTint #AdversitingBottom {
		padding: 20px 20px;
		text-align:right;
		clear:both;
		float:left;
		width: 950px;
		height: 80px;
		background:  url(../images/bg/bg_adbottom_notint.jpg) no-repeat top center;
	
	}
	
	.mates #AdversitingBottom 
	{
		background:  url(../images/mates/bg_adbottom_mates.jpg) no-repeat top center;	
	}
	
	#Footer{
		float:left;
		width: 990px;
		height: 40px;
		text-align:left;
		font-size:10px;
		background: #7DA868 url(../images/bg/bg_footer.jpg);
	}

	.mates #Footer 
	{
		background: #7DA868 url(../images/mates/bg_footer.jpg);
		width:988px;			
		margin-left:1px;
	}
	
	#News{
		float:left;
		width: 157px;
		border-right:1px dashed #999999;
		margin-right: 30px;
		padding-left: 5px;
	}
	
	#News p{
		font-size: 10px;
	}
	
	#News h2{
		font-size:16px;
		background: url(../images/icon/icon_arrow.jpg) no-repeat top right;
	}
	
	#News h2 a:link, #News h2 a:visited{
		display:block;
		text-decoration: none;
		
	}
	
	#News a:link, #News a:visited{
		margin:0;
		padding:0;
		font-weight: bold;
		
		
	}
	
	img.newsImg
	{
		padding-right:10px;
	}
	
	.NewsTxt p
	{
		text-align:justify;
	}
	
	.NewsTxt .caption
	{
		color:Gray;
		font-weight:bold;
	}
	
	.NewsTxt .quote
	{
		font-style:italic;		
	}
	
	.NewsTxt #readmore
	{
		font-weight:bold;
		font-size:14px;		
	}
	
	.NewsTxt #subscribe
	{
		font-weight:bold;
		font-size:14px;		
	}
	
	.NewsTxt .indent
	{
		margin-left:30px;
	}
	
	.NewsTxt ul.readmore li
	{
		margin-left:40px;
		padding-bottom: 10px;
	}

	#WeatherPanel {
		
		width: 663px;
		height: 108px;
		background: url(../images/bg/bg_weatherpanel.jpg) no-repeat top left;
		margin-bottom: 5px;
	
	}
	
	#WeatherPanel ul{
		margin:0;
		padding:0;
		text-align:center;
	}
	
	#WeatherPanel ul li{
		list-style:none;
		float:left;
		display:block;
		width: 145px;
		height: 80px;
		margin: 5px 0px 0px 0px;
		font-size:11px;
	}

	
	#underlinks {
		font-size: 11px;

		padding:6px 10px;
		text-align: right !important;		
		background: url(../images/bg/bg_leftcontent_tab.jpg) no-repeat top left;
	}
	
	#underlinks.halfpage{
		width: 640px;
		background: url(../images/bg/bg_leftcontent_tab_long.jpg) no-repeat top left;
	}
		
		
		
		
	
		
		
		
		
/*Tee Times*/

	.teetimes #LeftColumn{
		padding-top:0px;
		background:none;
	}
	
	.teetimes #Content{
		margin-top: 0px;
		width: 663px;
		float:left;
		background:  url(../images/bg/bg_leftcontent_notab.jpg) no-repeat top left;
	}
	
	.teetimes #Content.half{
		float:left;
		width: 420px;
		background:  url(../images/bg/bg_leftcontent_short_notab.jpg) no-repeat top left;
	}
	
	.teetimes #Content.half h2{
		margin-top:0px;
		margin-left: 10px;
		padding-top:0px;
		
	}
	
	.teetimes #Content h2{
		margin-top:0px;
		margin-left: 30px;
	}
	
	.teetimes .search
	{
		margin-left:135px;
	}
	
	.ttpaddBottom
	{
		 padding-bottom:5px;
	}
	
	#Chart{
		float:right;	
		text-align: center;
	}
	
	ul#SearchMenus{
		margin-top:20px;
		margin-left: 30px;
	}
	
	ul#SearchMenus li{
		padding-bottom:8px;
	}
	
	ul#SearchMenus select, ul#SearchMenus input{
		width: 200px;
	}
	
	#map{
		padding: 20px;
		float:right;
	}


/*Table */

table{
	margin: 20px 0px 20px 5px;
}

table tr td{
	/*text-align:center;*/
	/*background: #F4f4f4;*/
}

table tr td.weekend{
	background: #e6e6e6 !important;
}

td span{
	/*display:block;*/
	padding:5px 0px;
}
 	td.normal{
		background: #F4f4f4 ! important;
	}
	
	td.green {
		background:#D1E6C5 ! important;
	}
	
	td.yellow {
		background:#F0DB8B ! important;
	}
	
	td.blue {
		background:#D0E4F1 ! important;
	}
	
	td.purple {
		background:#DBD7F1 ! important;
	}
	
	td.unavail 
	{
		background:#999 ! important;
	}
	
	.selectedYellow
	{ 
		background-color: #DFD161 ! important; 
	}
		
	.selectedBlue
	{
		background-color: #CCFFCC ! important;
	}
	
	.selectedGreen
	{
		background-color: #66BC66 ! important; 
	}

table#OpenDays tr td.bg
{
	background:url(../images/bg/bg_OpenDay.jpg) no-repeat top right !important;	
}


table#OpenDays tr td.bgLarge
{
	background:url(../images/bg/bg_OpenDay_large.jpg) no-repeat top right !important;	
}

table#OpenDays tr td.bgImg
{
	padding-right:5px;
	
}

table#OpenDays tr td.space
{
	background: none !important;
}

table#OpenDays tr td{
	text-align:left;
	padding:5px;
	/*background: none !important;*/
}	

table#OpenDays tr td.soldout
{
	background: url(http://www.golflink.com.au/images/soldout.jpg) no-repeat center center !important;
}

	
table tr.day td{
	background:white;
	text-align:center;
	font-size: 12px;
 	padding:5px;

}
table tr.heading td{
	background:#00785F;
	color:white;
	font-weight:bold;
	font-size: 11px;
	/*padding: 5px 0px 0px 10px;*/
	text-align:left;
}

table#dgClubPrices tr td.club a:link
{
	color: #000000;	
	text-decoration:none;
}

table#dgClubPrices tr td a:link,
table#positionTable tr td a:link
{
	text-decoration:none;
}

table#dgClubPrices tr td.club
{
	background: #F4f4f4;
	text-align:left !important;
	padding-left:5px;
}

table tr.alt td{
	background:#e6e6e6;
}

table td.nobg{
	background: none !important;
}

table td.title{
	font-weight: bold;
}	

table.white td{
	background:white;
}

table#dgClubPrices, table#positionTable{
	margin: 0px 0px 20px 40px;
}

table#Indicator{
	width: 700px;
	font-size:10px;
	margin-right:50px;
}

table#IndicatorSmall
{
	width:395px;
	font-size:10px;
	margin-left:35px;	
}

table#dgrHistory td{
	text-align:left;
	padding:5px;
	color:#333333;
}

table#dgClubPrices td
{
	text-align:center;
	padding:5px;
}

table#dgVoucherClubPrices, table#dgShoppingCart
{
	border: solid 1px #00785F;	
}

table#dgVoucherClubPrices td, table#dgShoppingCart td
{
	text-align:left;
	padding:5px;
}

table tr.itemStyle td
{
	text-align:center;
	background: #F4f4f4;
}

table .cart
{
	border:1px #00785f solid;
	background-color:#DCEDCD;
}

table tr.cart td
{
	padding: 5px 5px 5px 5px;
} 

.center, tr.center td
{
	text-align:center !important;
}

.left, tr.left td
{
	text-align:left !important;
}

/*Mates Table*/


table.HCrank tr#heading td
{
	background-color:#6B6B6B;
	color:#FFFFFF;		
	font-weight:bold;
}

.btnMates
{
	margin: 5px 0px;
}

/* Tours Tables */
.tours 
{
	height:215px;
	width:200px;
	border: solid 1px #00785F;
	background-color: #DCEDCD;
	margin: 5px 5px 5px 0px;
}

table.tours tr td
{
	font-size:8px;
}

table tr.toursHeading td{
	background:#00785F;
	color:white;
	font-size: 11px;
	padding: 2px 0px 2px 10px;
	text-align:left;
	height:20px;
}
	
table tr td.tourImg
{
	padding: 5px 5px 5px 5px;
	height:95px;
	text-align:center;
}

table.tourOptions
{	
	width:600px;
	background-color:#7EC843;
	border: 1px black solid;
}

table.tourOptions tr td
{
	padding:5px 5px 5px 5px;
}

/* Adversiting*/

#AdversitingTop{
	position:absolute;
	top: 6px;
	right: 16px;
}

#TopMenu .advertising{

	width:200px;
	height:40px;
	margin-top:10px;
	margin-right:20px;
	/*padding: 20px 0 0 0;*/
	
	float:right;
	text-align:left;
}

.home #TopMenu .advertising{
	margin-top:0px;
}

	* HTML #TopMenu .advertising{
		width:230px;
	}

#RightColumn .advertising{

}

#details{

	font-weight: bold;
}
#details ul{
	font-size:12px;
	color: #999999;
	margin-bottom: 20px;
	margin-top:0px;
	margin-right: 0px;
	width: 150px;
}	

#details ul li{
	margin-left: 15px;
	margin-right:0px;
}


/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;


}

.value{
	color:#000000;
}

.clear{
	height:1px;
	float:left;
	clear:both;
}

.button {
	cursor:pointer;
	padding: 3px 5px;
}

.right{
	float:right;
}

.left{
	float:left;
}

.alignright{
	text-align: right;
}
.borderright{
	border-right: 1px dashed gray;
}
.noborder{
	border:none !important;
}

ul.nostyle, ul.nostyle li{
 	margin:0;
	padding:0;
	list-style:none;
}


ul.links {
	width: 800px;
	padding:2px;

}

ul.links li{
	font-size: 11px;
	list-style: none;
	display:inline;
	padding: 0px 10px;
	border-right: 1px solid white;

}

ul.links li a:link, ul.links li a:visited{
	color: white;
	text-decoration: none;
	margin:0 3px;

	
}

ul.links li a:hover{
	text-decoration: underline;
}

.points li { color:#333333 }

#Footer ul.links{
	padding: 10px 0px;	
}

.annoucement {
	width: 300px;
	display:block;
	border-left: 1px  dashed #999999;
	border-right: 1px dashed #999999;
}


.annoucement h3, .annoucement p{
	font-size: 11px;
	margin: 5px 10px 0px 10px
}

.annoucement h2{
margin: 10px 10px 0px 10px;
	margin-bottom: 15px;
	
}

#weather{
	float:right;
	width: 280px;
	height: 40px;
	padding: 10px;
	text-align:center;
	font-size: 13px ;
	color:#000000;
}

input.green{
	width:160px;
	border: 1px solid #006633;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding:2px;
	margin-top:3px;
}

.content #LeftColumn{
	padding-top:0px;
}

.spacebottom{
	display:block;
	padding-bottom:5px;
}

.moreNews h2
{
	margin-left:0px !important;
}

.moreNews a
{
	line-height:25px;font-weight:bold;
}

/*ToolTip*/

	.tooltip{cursor:pointer;}
	
	#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	text-align:left; 
	}	