body
{
	margin:0%;
	background-color:#296D9C;
	background-image:url('../images/main_blue_bg.gif');
	background-repeat:repeat-x;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

a
{
	color:#003366;
	text-decoration:none;
}

a:hover
{
	color:#003366;
	text-decoration:underline;
}

.link1
{
	color:#3300CC;
	text-decoration:none;
}

.link1:hover
{
	color:#E15A00;
	text-decoration:underline;
}

.link2
{
	color:#fff;
	text-decoration:none;
}

.link2:hover
{
	color:#fff;
	text-decoration:underline;
}

.linkboldblue
{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

.linkboldblue:hover
{
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}

tr,td
{
	font-family:arial,helvetica;
	font-size:11px;
	color:#000;
}

form
{
	display:inline;
}

.formfld_drop
{
	font-family:arial;
	font-size:13px;
	color:#000;
	background-color:#fff;
}

.formfld_txt
{
	font-family:arial;
	font-size:12px;
	color:#000;
	background-color:#fff;
}

.comment_txt
{
	font-family:arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
}


.searchfld_txt
{
	font-family:arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
}

/*OLD BUTTONS
.formfld_but_blue
{
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#7B8E9D;
	color:#ffffff;
}

.formfld_but_orange
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#FF981A;
	color:#ffffff;
}
*/

.formfld_but_blue{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#7B8E9D;
 background-image: url('../images/blue_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border: 1px solid #51595E;
}

.formfld_but_blue:hover{
background-image: url('../images/blue_button_hover.gif');
background-color:#3C454D;
color:#999999;
}

.formfld_but_orange{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#ED9238;
 background-image: url('../images/orange_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border-top: 0px;
 border: 1px solid #BC7433;
 text-shadow: #666666 1px 1px 1px;
}

.formfld_but_orange:hover{
background-image: url('../images/orange_button_hover.gif');
background-color:#B26C29;
color:#CCCCCC;
}

.leftcolumn
{
	background-color:#E7E7D6;
	height:300px;
	vertical-align:top;
	border-right:1px #CCCCCC solid;

}

.midcolumn
{
	background-color:#fff;
	height:300px;
	vertical-align:top;


}

.rightcolumn
{
	background-color:#fff;
	height:300px;
	vertical-align:top;

}

.topmidcolumn
{
	background-color:#fff;
	height:100px;
	vertical-align:top;

}

.bottomcolumn
{
	height:30px;
	vertical-align:middle;
	background-color:#CCCCCC;
	padding:4px;
}

.hdots
{
	background-image:url('../images/h_dots.gif');
	background-repeat:repeat-x;
	height:10px;
	vertical-align:middle;
}

.vdots
{
	background-image:url('../images/v_dots.gif');
	background-repeat:repeat-y;
	width:10px;
	vertical-align:top;
}

.menu_blue
{
	background-image:url('../images/menu_bg_blue.gif');
	background-repeat:repeat-x;
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}

.menu_gold
{
	background-image:url('../images/menu_bg_gold.gif');
	background-repeat:repeat-x;
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}

.menu_gold2
{
	background-image:url('../images/menu_bg_gold.gif');
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:13px;
	color:#000;
	font-weight:bold;
	padding-left:6px;
	background-repeat:repeat-y;
	border:1px #000 solid;
	border-top:0px solid;
	border-right:0px solid;
}

.menu_silver
{
	background-image:url('../images/menu_bg_silver.gif');
	background-repeat:repeat-x;
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding-left:4px;
}

.menu_gray
{
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding-left:4px;
	background-color:#CECFCE;
}

.menu_red
{
	background-image:url('../images/menu_bg_red.gif');
	background-repeat:repeat-x;
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}

.menu_green
{
	background-image:url('../images/menu_bg_green.gif');
	background-repeat:repeat-x;
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}

.menu_body
{
	height:30px;
	border:1px #cccccc solid;
	border-top:0px solid;
	background-color:#f8f8f8;
	vertical-align:top;
	padding:4px 4px 4px 4px;
}

.menu_body_small
{
	height:5px;
	border:1px #cccccc solid;
	border-top:0px solid;
	border-bottom:0px solid;
	background-color:#f8f8f8;
	vertical-align:bottom;
	padding:8px 4px 0px 11px;
}

.menu_body_gray
{
	height:30px;
	border:1px #cccccc solid;
	border-top:0px solid;
	background-color:#EFEFEF;
	vertical-align:top;
	padding:4px 4px 4px 4px;
}

.menu_result_gray
{
	height:20px;
	vertical-align:middle;
	color:#000;
	background-color:#EFEFEF;
	font-size:13px;
}

.menu_result_white
{
	height:20px;
	vertical-align:middle;
	color:#000;
	background-color:#fff;
	font-size:13px;
}

.maintable
{
	background-color:#fff;
	vertical-align:top;
}

.submaintable
{
	height:400px;
	background-color:#fff;
	vertical-align:top;
}

.submaintable_side
{
	background-color:#fff;
	vertical-align:top;
	padding-left:0px;
	padding-top:0px;
}

.subpagetitle
{
	font-size:24px;
	color:#000;
	font-weight:bold;
	font-family:arial;
}

.news_title
{
	font-size:18px;
	color:#000;
	font-family:arial;
}

.news_body
{
	font-size:12px;
	color:#000;
	font-family:arial;
	line-height:16px;
}

.news_subphoto
{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	float:right;
	font-family:arial;
	/*width:270px;*/
	border:solid 1px #ccc;
	padding-right:10px;
	font-size:11px;
	background-color:#fff;
	padding-top:10px;
}

.news_divider
{
	height:6px;
	background-image:url('../images/gray_divide.gif');
	background-repeat:repeat-x;
}

.news_login
{
	height:70px;
	vertical-align:top;
	background-color:#EFEFEF;
	border:1px #848284 solid;
	padding:6px;
}

.news_comment_header
{
	height:24px;
	background-image:url('../images/news_silver.gif');
	background-position:position-x;
	vertical-align:middle;
	padding:2px;
	padding-left:4px;
	font-size:12px;
}

.calendarheader
{
	font-family:arial,helvetica;
	font-size:19px;
	color:#000;
	font-weight:bold;	
}

.textheader
{
	font-family:arial,helvetica;
	font-size:16px;
	color:#000;
	font-weight:bold;		
}

.textsmallheader
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#000;
	font-weight:bold;		
}

.maintext
{
	font-family:arial,helvetica;
	font-size:12px;
	color:#000;
}

.maintext_gray
{
	font-family:arial,helvetica;
	font-size:12px;
	color:#555;
}

.subtext
{
	font-family:arial,helvetica;
	font-size:11px;
	color:#000;
}

.smalltext
{
	font-family:arial,helvetica;
	font-size:10px;
	color:#000;
}

.footertext
{
	font-family:verdana,arial,helvetica;
	font-size:10px;
	color:#000;
}

.profile_title
{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	font-family:arial,Helvetica;
}

.profile_subtitle
{
	font-size:13px;
	color:#000000;
	font-family:arial,Helvetica;
}

.mainmenuheader
{
	background-image:url('../images/blue_header.gif');
	height:22px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:4px;
}

.menumenubody
{
	height:30px;
	border:1px #cccccc solid;
	border-top:0px solid;
	background-color:#f8f8f8;
	vertical-align:top;
	padding: 4px 4px 4px 4px;	
}

.pagebox
{
	border:1px #cccccc solid;
	background-color:#F7F7F7;
}

.messagebox
{
	background-color:#F8F8F8;
	height:40px;
	border:1px #cccccc solid;
	vertical-align:middle;
	color:#990000;
	font-family:verdana,arial,helvetica;
}

.board1
{
	background-color:#EFEFEF;
	height:80px;
	vertical-align:top;
	padding:4px;
	padding-top:8px;
	font-size:12px;
}

.board2
{
	background-color:#FFFBFF;
	height:80px;
	vertical-align:top;
	padding:4px;
	padding-top:8px;
	font-size:12px;
}

.post1
{
	background-color:#EFEFEF;
	height:20px;
	vertical-align:top;
	padding:4px;
	font-size:12px;
}

.post2
{
	background-color:#FFFBFF;
	height:20px;
	vertical-align:top;
	padding:4px;
	font-size:12px;
}

.board_title
{
	font-size:16px;
	color:#000000;
	font-family:verdana,arial,Helvetica;
}

.forum1
{
	background-color:#EFEFEF;
	height:20px;
	vertical-align:top;
	padding:4px;
	font-size:12px;
}

.forum2
{
	background-color:#FFFBFF;
	height:20px;
	vertical-align:top;
	padding:4px;
	font-size:12px;
}

.message1
{
	background-color:#EFEFEF;
	height:30px;
	padding:4px;
	font-size:12px;
	border:1px #cccccc solid;
	border-bottom:0px solid;
}

.message2
{
	background-color:#FFFBFF;
	height:30px;
	padding:4px;
	font-size:12px;
	border:1px #cccccc solid;
	border-left:0px solid;
	border-bottom:0px solid;
}

.message3
{
	border-top:1px #cccccc solid;
}

.member_box_gray
{
	height:20px;
	vertical-align:middle;
	background-color:#EFEFEF;
	font-size:12px;
	padding:2px;
	padding-left:4px;
	border:1px #CECFCE solid;
	border-bottom:0px solid;
}

.member_box_white
{
	height:20px;
	vertical-align:middle;
	background-color:#fff;
	font-size:12px;
	padding:2px;
	padding-left:4px;
	border:1px #CECFCE solid;
	border-left:0px solid;
	border-bottom:0px solid;
}

.member_box_end
{
	border-top:1px #CECFCE solid;
}

.signup_header
{
	height:25px;
	background-color:#F7F3F7;
	vertical-align:top;
	border:1px #E7E3E7 solid;
}

.signup_menu
{
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#949694;
	height:25px;
	border-right:1px #BDBABD solid;
}

.signup_menu2
{
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#949694;
	height:25px;
}

.signup_select
{
	height:3px;
	background-color:#990000;
}

.handicap_rating
{
	color:#3300CC;
	font-family:arial,helvetica;
	font-size:36px;
	font-weight:bold;
}

.member_photobg
{
	background-color:#F8F8F8;
	border:1px #000 solid;
}

.photosubmit
{
	height:300px;
	width:445px;
	vertical-align:middle;
	text-align:center;
	padding-top:15px;
}

.photos
{
	border:1px #000000 solid;
	
}

.loginbox
{
	position:absolute;
	visibility:hidden;
	width:310px;
	background-color:#EFEFEF;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	text-align:right;
	padding:2px;
	border:1px #CCCCCC solid;
	z-index: 999;
}

/*REGION SECTION STARTS*/

.region_maintable
{
	height:350px;
	background-color:#fff;
	vertical-align:top;
	padding:0px;
}

.region_text1
{
	font-size:12px;
	font-family:verdana;
	color:#000;
	line-height:13px;
}

.region_text2
{
	font-size:14px;
	font-family:arial;
	color:#ff6600;
}

.region_link1
{
	font-size:12px;
	font-family:arial;
	color:#003366;
	text-decoration:underline;
}

/*REGION SECTION ENDS*/

/*INFO BOX MOD STARTS*/

.info_box
{
	height:75px;
	background-color:#185D8C;
	vertical-align:top;
	padding:4px;
	border:1px #319ACE solid;
}

.info_text
{
	color:#fff;
}

.info_sub_text
{
	color:#FF9A00;
}

.info_link1,.info_link1:active,.info_link1:visited
{
	color:#FF9A00;
	text-decoration:none;
}

.info_link1:hover
{
	color:#FF9A00;
	text-decoration:underline;
}

.info_link2,.info_link2:active,.info_link2:visited
{
	color:#FFF;
	text-decoration:none;
}

.info_link2:hover
{
	color:#FFF;
	text-decoration:underline;
}

.info_formfld
{
	border:1px #999999 solid;
	background-color:#fff;
	font-family:arial;
	font-size:11px;
	color:#000;
	vertical-align:middle;
}

.info_error
{
	font-size:9px;
	font-weight:bold;
	color:red;
}

/*INFO BOX MOD ENDS*/

/*WEATHER MOD STARTS*/

.weather_temp
{
	font-size:25px;
	font-weight:bold;
	color:#FF9A00;
	font-family:arial,helvetica;
	padding-right:4px;
}

.weather_text
{
	color:#fff;
}

.weather_sub_text
{
	color:#FF9A00;
}

.weather_link,.weather_link:active,.weather_link:visited
{
	color:#fff;
	text-decoration:none;
}

.weather_link:hover
{
	color:#fff;
	text-decoration:underline;
}

.weather_sublink,.weather_sublink:active,.weather_sublink:visited
{
	color:#FF9A00;
	text-decoration:none;
}

.weather_sublink:hover
{
	color:#FF9A00;
	text-decoration:underline;
}

.weather_box
{
	height:150px;
	background-color:#EFEFEF;
	border:1px #CECBCE solid;
	vertical-align:top;
	padding:0px;
}

.weather_header
{
	background-color:#296D9C;
	height:24px;
	vertical-align:middle;
	padding-left:4px;
	color:#fff;
	font-weight:bold;
}

/*WEATHER MODS ENDS*/

/*MAIN MENU STARTS*/

.chromestyle
{
	width:100%;
	font-weight:bold;
	padding-top:2px;
}

.chromestyle:after
{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.chromestyle ul
{
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	width:100%;
	background:url('../images/menu_bg.gif') center center repeat-x;
	padding:4px 0;
	margin:0;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
}

.chromestyle ul li
{
	display:inline;
}

.chromestyle ul li a
{
	color:#666666;
	padding:5px 12px 5px 7px;
	margin:0;
	text-decoration:none;
	background:url('../images/menu_divider.gif') center right no-repeat;
}

.chromestyle ul li a:hover
{
	background:url('../images/menu_divider.gif') center right no-repeat;
	color:#F87F11;
}

.chromestyle ul li a[rel]:after
{
	content:"";
}

.dropmenudiv
{
	position:absolute;
	top:0;
	border:1px solid #BBB;
	border-bottom-width:0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color:white;
	width:150px;
	visibility:hidden;
	margin-left:-4px;
	margin-top:-1px;
}


.dropmenudiv a
{
	width:100%;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #BBB;
	padding:2px 0;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	z-index:100;
}

* html .dropmenudiv a
{
	width:100%;
}

.dropmenudiv a:hover
{
	background-color:#F0F0F0;
	color:#F87F11;
}

.menu_dashboardlink
{
	color:#EB4201;;
}

/*MAIN MENU ENDS*/

/*FEATURED COURSE STARTS*/

.featuredcourse_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#ffffff;	
	/*background-image:url('../images/featurecourse_bg.gif');*/
	vertical-align:top;
	background-position:bottom;	
}

.featuredcourse_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#003366;
	font-weight:bold;	
}

.featuredcourse_text1
{
	font-size:13px;
	font-family:arial, Helvetica;
}

.featuredcourse_link1
{
	color:#003366;
	font-size:10px;
	font-family:arial, Helvetica;
}

/*FEATURED COURSE ENDS*/

/*COURSE LOCATOR STARTS*/

.courselocator_box
{
	height:30px;
	border:1px #cccccc solid;
	background-image:url('../images/search_bg.gif');
	vertical-align:top;
	background-position:bottom;	
}

.courselocator_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#003366;
	font-weight:bold;	
}

.courselocator_button
{ 
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#7B8E9D;
	color:#ffffff;
}



/*COURSE LOCATOR ENDS*/

/*COURSE LISTING STARTS*/

.courselisting_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	vertical-align:top;
}

.courselisting_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#003366;
	font-weight:bold;
}

/*COURSE LISTING ENDS*/

/*TEETIME SEARCH STARTS*/

.teetimesearch_box
{
	vertical-align:top;
	background-image:url('../images/teetime_background.gif');
	border:1px #CCCCCC solid;

}

.teetimesearch_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#CC6633;
}

/* OLD BUTTON
.teetimesearch_button
{
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#FF981A;
	color:#ffffff;
}
*/

.teetimesearch_button{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#ED9238;
 background-image: url('../images/orange_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border-top: 0px;
 border: 1px solid #BC7433;
 text-shadow: #666666 1px 1px 1px;
}

.teetimesearch_button:hover{
background-image: url('../images/orange_button_hover.gif');
background-color:#B26C29;

}

.teetimesearch_formfld
{
	font-family:arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
}

.teetimesearch_cformfld
{
	font-family:arial;
	font-size:11px;
	color:#000;
	background-color:#fff;
	background-image:url('../images/calendar.jpg');
	background-repeat:no-repeat;
	background-position:right;
	width:79px;
}

/*TEETIME SEARCH ENDS*/

/*COURSE LISTING STARTS*/

.golfpics_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	vertical-align:top;
}

.golfpics_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#003366;
	font-weight:bold;
}

/*COURSE LISTING ENDS*/


/*ANNOUNCEMENT STARTS*/

.announcement_link1,.announcement_link1:active,.announcement_link1:visited
{
	color:#990000;
	text-decoration:none;
}

.announcement_link1:hover
{
	color:#990000;
	text-decoration:underline;
}

.announcement_text1
{
	color:#666666;
}

/*ANNOUNCEMENT ENDS*/

/*VOTING POLL STARTS*/

.votingpoll_table
{
	vertical-align:top;
	background-image:url('../images/vote_bg.gif');
	background-position:middle;
}

.votingpoll_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	vertical-align:top;
}

.votingpoll_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#CC6633;
}

.votingpoll_result
{
	background-color:#990000;
	background-image:url('../images/poll_results.gif');
	background-repeat:repeat-x;
	color:#fff;
	text-align:right;
	padding-right:4px;
	font-size:9px;
}

/*VOTING POLL ENDS*/

/*POSTS STARTS*/

.posts_box
{
	border:1px #cccccc solid;
	border-top:0px solid;
	background-color:#f8f8f8;
	vertical-align:top;
	padding: 4px 4px 4px 4px;
}

.posts_header1
{
	height:20px;
	border:1px #cccccc solid;
	border-bottom:0px solid;
	background-color:#f8f8f8;
	vertical-align:middle;
	padding: 4px 4px 4px 4px;
}

.posts_header2
{
	height:20px;
	border-bottom:1px #cccccc solid;
	background-color:#fff;
}

.posts_header3
{
	height:20px;
	border:1px #cccccc solid;
	background-color:#E7E7E7;
	vertical-align:middle;
	padding: 4px 4px 4px 4px;
}

/*POSTS ENDS*/

/*REVIEW STARTS*/

.reviewedby_text
{
	font-family:arial,helvetica;
	font-size:10px;
	color:#000;
}
/*REVIEW ENDS*/


/*CALENDAR STARTS*/
.lastmonth
{
	background-color:#f8f8f8;
	height:100px;
	font-family:arial,helvetica;
	font-size:11px;
	color:#000;
}

.currentmonth
{
	background-color:#efefef;
	height:100px;
	font-family:arial,helvetica;
	font-size:12px;
	color:#000;
}

.darkmenubody
{
	height:100px;
	background-color:#D6D3C6;
	padding:2px;
	vertical-align:top;
	border:1px #BDBAAD solid;
	border-top:0px solid;
}

.currentday
{
	background-color:#cccccc;
	height:100px;
	font-family:arial,helvetica;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

/* OLD BUTTON
.orange_button
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#FF981A;
	color:#ffffff;
}
*/

.orange_button{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#ED9238;
 background-image: url('../images/orange_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border-top: 0px;
 border: 1px solid #BC7433;
 text-shadow: #666666 1px 1px 1px;
}

.orange_button:hover{
background-image: url('../images/orange_button_hover.gif');
background-color:#B26C29;
}

.red_button{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#990000;
 background-image: url('../images/red_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border-top: 0px;
 border: 1px solid #BC7433;
 text-shadow: #666666 1px 1px 1px;
}

.red_button:hover{
background-image: url('../images/red_button_hover.gif');
background-color:#ca8080;
color:#990000;
}

/*CALENDAR ENDS*/

.bluenav
{
	background-image:url('../images/blue_menu.gif');
	height:20px;
	vertical-align:middle;
	font-family:arial,helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	border-right: 1px solid #333333;
	border-bottom: 1px solid  #333333;
	text-align:center;
}

/*BUTTONS START*/

.orange_button
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#FF981A;
	color:#ffffff;
}

/*OLD BUTTON
.blue_button
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#7B8E9D;
	color:#ffffff;
}
*/

.blue_button{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#7B8E9D;
 background-image: url('../images/blue_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border: 1px solid #51595E;
}

.blue_button:hover{
background-image: url('../images/blue_button_hover.gif');
background-color:#3C454D;

}

/*OLD BUTTON
.grey_button
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#666666;
	color:#ffffff;
}
*/

.grey_button{
 font-family:arial,helvetica;
 font-size:12px;
 font-weight:bold;
 color:#FFF;
 background-color:#4F575B;
 background-image: url('../images/grey_button.gif');
 background-repeat:repeat-x;
 height: 25px;
 cursor:hand;
 border: 1px solid #51595E;
}

.grey_button:hover{
background-image: url('../images/grey_button_hover.gif');
background-color:#A7ABAD;
color:#4F575B;
}

.league_button
{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:bold;
	background-color:#7B8E9D;
	color:#ffffff;
}

/*BUTTONS END*/

/*SEARCHBOX START*/
.searchresults_header
{
	height:20px;
	border:1px #cccccc solid;
	background-color:#efefef;
	vertical-align:top;
	background-position:bottom;	
	font-size:12px;
	font-family:arial,helvetica;	
	color:#000000;	
}

.resultsheader
{
	font-family:arial,helvetica;
	font-size:16px;	
	text-decoration:underline;
}

.price
{
	font-family:arial,helvetica;
	font-size:24px;	
	font-weight:bold;
}

/*SEARCHBOX END*/

/*COMMENTBOX START*/
.comment_box_grey
{
	vertical-align:top;
	background-color:#f8f8f8;
	border:1px #CCCCCC solid;

}

.comment_box_white
{
	vertical-align:top;
	background-color:#ffffff;
	border:1px #CCCCCC solid;

}
/*COMMENTBOX END*/

/*FOOTER START*/
.footer
{
	height:30px;
	background-color:#CCCCCC;
	vertical-align:middle;
	font-size:10px;
	font-family:arial,helvetica;
	padding:2px;
}

.footerlink{
	font-size:10px;
	font-family:arial, Helvetica;
	text-decoration: underline;		
	color:#000000;		
}

/*FOOTER END*/


/*LEAGUE BOOKING START*/
.dueonline
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#990000;
	font-weight:bold;	
}

.dueatcourse
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#003366;
	font-weight:bold;	
}
/*LEAGUE BOOKING END*/

/*RECENT SCORES STARTS*/

.recentscores_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#ffffff;
	vertical-align:top;

}
/*RECENT SCORES ENDS*/

/*COMMUNITY PHOTOS STARTS*/

.stepcarousel
{
	position:relative;
	overflow:scroll;
	width:227px;
	height:50px;
	background-color:#E0E0E0;
	text-align:center;
}

.stepcarousel .belt
{
	position:absolute;
	left:0;
	top:0;
}

.stepcarousel .panel
{
	float:left;
	overflow:hidden;
	margin:6px;
	width:68px;
	margin-top:5px;
}

.photogallery
{
}

.photogallery img
{
	border:1px #000 solid;
}

.photonavlinks
{
	font-family:arial;
	font-size:10px;
}

.photonavlinks a
{
	margin-right:2px;
	margin-bottom:3px;
	padding:1px 5px;
	border:1px solid #cccccc;
	text-decoration:none;
	background-color:white;
}

.photonavlinks a.current
{
	background-color:#EFEFEF;
}

/*COMMUNITY PHOTOS ENDS*/

.featuredcourseborder
{
	float:left;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
	width:107px;
	height:82px;
}

.subfeaturedcourseborder
{
	float:left;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
	width:84px;
	height:64px;
}

.featuredphotoborder
{
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	width:260px;
	height:180px;
}

.featuredphoto_box
{
	height:30px;
	border:1px #cccccc solid;
	background-color:#f8f8f8;
	vertical-align:top;
}

.booking-on
{
	font-size:12px;
	font-weight:bold;
	color:#990000;
	font-family:verdana, arial, Helvetica;
}

.greybox
{
	border:solid 1px CCCCCC; 
	padding:5px;
	background-repeat:repeat-x;
	background-color:#E2E2E2;
	background-image:url('../images/teetime_background.gif');
}

.golfvacations_box
{
	height:30px;
	border:1px #cccccc solid;
	background-image:url('../images/vacations_bg.gif');
	vertical-align:top;
	background-position:top;	
}

.golfvacations_header
{
	font-family:arial,helvetica;
	font-size:14px;
	color:#CC6633;
}


/** This stuff is for footer links that show up for google crawler *//
.footer-links {
	color: #FFFFFF;
	margin-top: 40px;			
}
		
.footer-links h1 {
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}
		
.footer-links td {
	color: #FFFFFF;
}
		
.footer-links a {
	color: #FFFFFF;
}

