﻿/********************************************************************************
 GLOBAL
********************************************************************************/

/********
 COLORS
	#006600 - Dark Green
	#000066 - Navy
	#C2470B - Red
	#666666 - Dark Gray
	#F8F8F8 - Off White
*********/

body
{	
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 20px;	
	font: 70%/1.5em Verdana, sans-serif;
	text-align: center;
	color: #666666;
}

h1
{
	position: absolute;
	left: 25px;
	top: 25px;
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: 18px;	
	text-transform: uppercase;
	margin: 0px;
}

h4.awards
{
	font-size:12px;
}

h5
{
	margin: 0px;
}

p.address
{
	margin: 0px;
}

.emphasis
{
	font-weight: 900;
}

.price
{
	color: #006600;         
	font-weight: bold;
} 
 
img
{
	border: none;
}

img.inline
{
	float:right;
}

img.border
{
	border: 1px solid black;
}

img.float-right, img.float-right-padded
{	
	float: right;
	border: 1px solid black;	
}

img.float-right-padded
{	
	margin: 10px 10px 10px 10px;	
}
 
a:link, a:visited
{
    color: #C2470B;
    text-decoration: none;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

td.detail
{
    padding-left: 25px;
    font-size: 10px;
}

tfoot td
{
	font-size:9px;
}
 

/********************************************************************************
 CONTAINER
********************************************************************************/

#container
{
	width: 960px;	
	background-color: #F8F8F8;	
	text-align: center;
	margin: 0px auto;
}


/********************************************************************************
 HEADER
********************************************************************************/

#header
{
	height: 100px;		
	background-image: url(img/header.gif);
	background-repeat: no-repeat;			
}

#logo
{	
	float: left;
	width: 100px;
	height: 100px;	
}

#caption
{	
	float: left;
	height: 75px;	
	width: 680px;
	position: relative;	
}

#caption h1 a
{
	color: #666666;
}

#facebook
{	
	float: right;
	height: 75px;	
	width: 180px;
	position: relative;
	top: 5px;	
}


/********************************************************************************
 CONTENTCONTAINER
********************************************************************************/

#contentcontainer
{	
}


/********************************************************************************
 MENU
********************************************************************************/

#menu
{
	height: 25px;		
	margin: 0px;	
	position: relative;
	float: right;
}

table.menu-item
{
	border-right: 1px solid gray;
}

a.menu-item
{	
	float: left;
	width: 6.9em;
	text-decoration: none;		
	padding: 0.2em 0.6em;	
	text-align: center;
}

a.menu-item:hover
{
	background-color: #000066;
	color: #FFFFFF;
}

div.submenu
{
	border: 1px solid gray;		
}

table.submenu-item
{		
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

a.submenu-item
{
	float: left;
	width: 100%;
	text-decoration: none;		
	padding: 0.2em 0.6em;	
	text-align: left;
	background-color: #FFFFFF;
	color: #000066;	
}

a.submenu-item-hover
{
	width:100%;
	background-color: #000066;
	color: #FFFFFF;
}

/********************************************************************************
 BUTTONS
********************************************************************************/

.button-nav
{
	overflow: hidden;
	width: 100%;
}

a.button, a:visited.button
{
	background: transparent url(img/buttonRight.gif) no-repeat scroll top right;
    color: #777;
	display: block;
	float: left;
	font: bold 11px Arial, sans-serif;
	height: 21px;
	margin-right: 6px;
	padding-right: 13px;
	/* sliding doors padding */
	text-decoration: none;
}

a.button:hover
{
	color: #222;
}

a.button span
{
	background: transparent url(img/buttonLeft.gif) no-repeat;
	display: block;
	line-height: 13px;
	padding: 4px 0 4px 15px;
}

a.on, a:visited.on
{
	background-position: bottom right;
	color: white;
}

a.on:hover
{
	color: white;
}

a.on span
{
	background-position: bottom left;
}

/********************************************************************************
 NAVBAR
********************************************************************************/

#navBar
{	
	width: 190px;
	float: left;	
	margin-top: 10px;
	margin-left: 5px;    
    padding: 10px 10px;
    text-align: left;
}

.navBarSection
{	
    clear: left;
    width: 190px;
    margin-bottom: 20px;
}

.navBarSection h3
{
	text-indent: -2000px;
    height: 28px;
    margin-bottom: 0;
    background-repeat: no-repeat;
}

.navBarSection h3.course
{    	
    background-image: url(img/navbar_course.gif);    
}

.navBarSection h3.proshop
{    	
    background-image: url(img/navbar_proshop.gif);    
}

.navBarSection h3.rates
{    	
    background-image: url(img/navbar_rates.gif);    
}

.navBarSection h3.specials
{    	
    background-image: url(img/navbar_specials.gif);    
}

.navBarSection h3.srleague
{    	
    background-image: url(img/navbar_srleague.gif);    
}

.navBarSection h3.mensleague
{    	
    background-image: url(img/navbar_mensleague.gif);    
}

.navBarSection h3.jrgolf
{    	
    background-image: url(img/navbar_jrgolf.gif);    
}

.navBarSection h3.minigolf
{    	
    background-image: url(img/navbar_minigolf.gif);    
}

.navBarSection h3.socialcenter
{    	
    background-image: url(img/navbar_socialcenter.gif);    
}

.navBarSection h3.calendar
{    	
    background-image: url(img/navbar_calendar.gif);    
}

.navBarSection h3.aboutus
{    	
    background-image: url(img/navbar_aboutus.gif);    
}

.navBarSection ul
{
    margin: 0px;
    padding: 0px 5px;
    list-style: none;
}

.navBarSection li
{
    padding: 5px 1px;
    border-bottom: solid 1px #C1BFA8;
}

.navBarSection a:hover
{
	font-weight: bold;
}

#navBar div.email, div.special
{	
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#navBar div.special
{	
	font-weight: bold;	
}

#beginner-logo
{
	width: 150px;
	height: 87px;
	position: relative;
	padding-top: 50px;
	padding-left: 20px;	
	background-image: url(img/beginnerfriendly_logo.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	text-align: center;
}

div.navbarbox
{           
    margin-top: 25px;
    margin-bottom: 25px;            
}

div.navbarbox-top
{
    width:190px;            
    height:7px;
    background-image: url(img/navbarbox_top.gif);
    background-repeat:no-repeat;     
    background-position:bottom;       
}

div.navbarbox-middle
{      
    background-image: url(img/navbarbox.gif);
    background-repeat: repeat-y;
    padding-left: 6px;            
}

div.navbarbox-bottom
{
    width:190px;            
    height:7px;
    background-image: url(img/navbarbox_bottom.gif);
    background-repeat: no-repeat;            
}       

p.navbarbox-header
{
	color: #000066;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.navbar-section, div.navbar-section-last
{
	margin: 5px 10px 5px 10px;		
}

div.navbar-section
{
	border-bottom: solid 1px #FFFFFF;
}

td.indent
{
    padding-left:15px;
}


/********************************************************************************
 CONTENT
********************************************************************************/

#content, #content-sidebar
{	
    float: left;    
    padding: 16px 16px;
    text-align: left;    
}

#content
{	    
    width: 700px;    
}

#content-sidebar
{	    
    width: 498px;    
}

#content h3, #content-sidebar h3
{
	font-size: 1.2em;
	color: #C2470B;
}

.section
{    
    border-bottom: solid 1px #BEBCA5;
}

.sectionBody
{
	margin-left: 10px;	
}

.sectionBody-photo
{
	height:250px;
	margin: 16px 75px 10px 50px;	
}

.sectionBody th, .sectionBody .subsection
{            
	font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
}

.sectionBody td
{
	padding-left: 10px;
}


/********************************************************************************
 SIDEBAR
********************************************************************************/

#sidebar
{
    float: left;
    height: 488px;
    width: 170px;    
    color: #FFFFFF;    
    background-image: url(img/sidebar.gif);
    background-repeat: no-repeat;
    background-position: bottom;	            
    margin-top: 30px;
    margin-bottom: 10px;    
}

#sidebar h3
{
	padding-top: 20px;
}

#sidebar div.sidebar-section, div.sidebar-section-last
{
	margin: 5px 10px 5px 10px;		
}

#sidebar div.sidebar-section
{
	border-bottom: solid 1px #FFFFFF;
}


/********************************************************************************
 FOOTER
********************************************************************************/


#footer
{
	clear: both;	
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;		
	margin-left: auto;
	margin-right: auto;	
	padding-top: 2px;
	width: 960px;
	height: 70px;
	text-align: center;	
	font-size: 9px;
}

p.footer
{
	line-height: 1pt;
}


/********************************************************************************
 COURSE LAYOUT
********************************************************************************/

table.scorecard
{            
    color:#000000;
}
    
table.scorecard th, table.scorecard td
{
    border: 1px solid black;	        
    text-decoration:none;
}

tr.subtotal, tr.total
{
    color: #FFFFFF;
    font-weight:bold;
    background-color: #666666;
}

tr.subtotal
{	        
    background-color: #666666;
}

tr.total
{	        
    background-color: #333333;
}

table.scorecard tr.hole
{
    cursor:hand;
}

th.course
{
    color: #ffffff;
    background-color: #000099;
    text-decoration:none;
}

.green-dark
{	
    background-color: #00CC66;
}

.green-medium
{	
    background-color: #66CC99;
}

.green-light
{	
    background-color: #CCFFCC;
}    

.gross
{
	background-color: #D7E6F4;	
}

.net
{
	background-color: #B0C4DE;	
}

.highlight
{
    background-color: #FFFF00;
}   

/*
h3
{
    margin:0px;
}
*/


/********************************************************************************
 HOLE-IN-ONE CLUB
********************************************************************************/

table.hole-in-one
{
    text-align: center;
    width: 150px;
}

.sectionBody table.hole-in-one th
{
    font-size: 14px;
    color: #000066;
    text-decoration: none;    
}


/********************************************************************************
 HISTORY
********************************************************************************/

div.quote
{
    background-color:#EDEDED;
    float:right;
    width:180px;
    margin:10px;
}

p.quote
{
    font-weight:bold;
    margin-bottom:0px;
}

p.source
{
    margin-top:0px;
    text-indent:10px;
}


/**************************
GRIDVIEW
***************************/

.gridview
{
	width: 95%;
}

.gridview th, tr.gridview-footer td
{
	background: #6C7B8B;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: center;
}

tr.gridview-footer td
{
	font-weight:bold;
}


.gridview th.rowheader-column, .gridview td.rowheader-column
{
	text-align: left;
}

.gridview th a
{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}

.gridview th a:hover
{	
	color: #FFFF00;
}

.gridview tr.header
{
	background: #C5DBF7;
}

.gridview tr.even td,.detailsview tr.even td
{
	background: #FFFFFF;
}

.gridview .actions div
{
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td, .gridview .create td
{
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}

.gridview td 
{
	background: #D7E6F4;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 5px 4px;
	text-align: center;
}

.gridview td a
{
	color: #0066CC;
	font: bold small "Segoe UI",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}

.gridview td a:hover
{
	color: #333333;
	font-weight: bold;
}







.pager td
{
	text-align: center;
}

.detailsview
{
	
}

.detailsview .actions div
{
	float: right;
	text-align: right;
	width: 95px;
	padding-right: 2px;
}



.detailsview td.header
{	
	text-align: right;
	width: 60%;
}


.detailsview td
{
	margin-left: 10px;
	text-align: center;
	width: 40%;
}

	/*
.detailsview td
{
	
	background: #D7E6F4;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 15px 10px 10px 10px;
	
	
}
*/

.detailsview td a
{
	color: #0066CC;
	font: bold small "Segoe UI", Segoe, sans-serif;
	padding-right: 10px;
}

.detailsview td a:hover
{
	font-weight: bold;
	color: #333;
}

.detailsview th 
{
	background: #4168BD;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 3px 8px 5px;
	padding: 2px;
	text-align: left;
}

/*
.detailsview tr.header
{
	background: #C5DBF7;
	padding: 3px 8px 5px;
}
*/

.printableView
{		
	background: url(img/printer.png) no-repeat 0 0%;	
	float: right;
	height: 16px;	
	margin-bottom: 4px;
	padding-right:24px;
	padding-left: 0;
	width: 16px;

}


/**************************************************
* TOURNEY BRACKETS
***************************************************/
td.bracket-top, td.bracket-bottom, td.bracket-empty
{
	border-bottom: 1px solid black;
}

td.bracket-bottom, td.bracket-spacer
{
	border-right: 1px solid black;
}

td.bracket-empty
{
	width: 85px;
}

