@charset "utf-8";
/* CSS Document */

#golf-table {text-align:left; border-bottom-color:#FFFFFF; border-bottom-style:solid; border-bottom-width:2px; width:859px; background-color:#013B47;color:#FFFFFF;font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
			/* scrollable div area */
			#scrollable1 {
			padding-top:1px;
			padding-left:1px;
				float: right;
				width: 510px;
				height: 120px;
				border: 0px;
				overflow: hidden;
				white-space: nowrap;
				
			}	
			/* horizontal track */
			#track2 {
				float: right;
				clear: both;
				width: 510px;
				height: 15px;
				margin-top: 5px;
				background-color:#ccc;
			}
			
			/* horizontal track handle */
			#handle2 {
				width: 20px;
				height: 15px;
				background-color: #00ADCF;
				cursor: e-resize;
			}
			
			#scrollable2 {
			padding-top:1px;
			padding-left:1px;
				float: right;
				width: 510px;
				height: 120px;
				border: 0px;
				overflow: hidden;
				white-space: nowrap;
				
			}
			/* horizontal track */
			#track3 {
				float: right;
				clear: both;
				width: 510px;
				height: 15px;
				margin-top: 5px;
				background-color:#ccc;
			}
			
			
			/* horizontal track handle */
			#handle3 {
				width: 20px;
				height: 15px;
				background-color: #00ADCF;
				cursor: e-resize;
			}
			
			#ratetable th {padding-left:20px; padding-right:20px; text-align:right}
			#ratetable td {padding-left:20px; padding-right:20px; text-align:center}
			#hotel-ratetable th {padding-left:20px; padding-right:20px; text-align:right}
			#hotel-ratetable td {padding-left:20px; padding-right:20px; text-align:center}
			
	#golf-table td a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
	
}
#golf-table td a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
	
}

#golf-table td a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #00ADCF;
	text-decoration: none;
}



