body {
	margin: 0;
	padding: 0;
	background: #FFF url('/img/bg.gif') repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

#header {
/*	background: url(http://www.golf.co.nz/img/NZGHeaderChryslerbanner.jpg) top right no-repeat;*/
	background: #ffffff url(/img/NZGHeaderDotGolf.jpg) top right no-repeat;
/*	background: url(/img/NZGHeader.jpg) top left no-repeat;*/
/*	background: url(/img/NZGHeader1.jpg) top left no-repeat;*/
/*	background: #ffffff url(/img/header.jpg) top right no-repeat;*/
/*	height: 124px;*/
	height: 160px;
	font: bold 12px/13px Verdana, Helvetica, sans-serif;
	color: #000 ;
}

#header ul {
    margin:0;
    padding:0;
    list-style:none;
	clear: both;
	font: bold 12px/13px #000 Verdana, Helvetica, sans-serif;
    }

#header ul#secondary {
	width: 100%;
	background: url(/img/nav_bg.gif) top left repeat-x;
    	margin: 0;
    	padding: 0;
    	list-style: none;
	clear: both;
	height: 28px;
	font: normal 11px/13px #000 Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
    }

#header li 
{
	float: left;
    margin: 0;
    padding: 0;
    }

#header ul#secondary li {
    padding: 7px 15px 0 15px ;
	height: 21px;
    }

#header ul#primary a {
    display: block;
	text-decoration: none;
	color: #333;
    }

#header ul#secondary a {
    display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
    }

#header ul#secondary li#current {
 background:url(/img/secondary_nav_current.gif) left top repeat-x ;
    }

#header ul#secondary li#current a{
    color: #333;
	font-weight: bold;
    }

#header ul#primary a:hover, #header ul#secondary a:hover {
	text-decoration: underline;
    }

#header ul#primary li {
    float:left;
    background:url(/img/norm_right.gif) no-repeat right top;
    margin: 0 2px 0 2px;
    padding:0;
    }

#header ul#primary a {
    display:block;
    background:url(/img/norm_left.gif) no-repeat left top;
    padding:5px 15px;
    }

#header ul#primary #current {
    background-image: url(/img/norm_right_on.gif);
    }

#header ul#primary #current a {
    background-image: url(/img/norm_left_on.gif);
	color: #FFF;
    }

#header td.subnav {
	text-align: right;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
    }
#header td.subnav a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    }

#header td.subnav a:hover{
	text-decoration: underline;
    }

#header td.login{
	text-align: center;
	padding-right: 8px;
    }

#header td.login a{
	float: right;
	color: black;
	text-decoration: none;
	background-image: url(/img/button.gif);
	display:block;
	width: 56px;
	height: 17px;
	padding-top: 4px;
    }

h1#heading {
	margin: 0;
	padding: 0;
	/*height: 122px;*/
	height: 112px;
	/*width: 335px;*/
	width: 750px;
}

#content {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
}

td.content {
	padding:  10px 24px 10px 24px;
}

td.contentleft {
	padding:  10px 10px 10px 24px;
}

td.contentright {
	padding:  10px 24px 10px 10px;
}

div.photoleft,  div.photoright{
	display: block;
	float: left;
	font-style: italic;
	font-size: 10px;
	color: #804000;
	padding: 3px 10px 8px 0;
}

div.photoright {
	float: right;
	padding: 3px 0 8px 10px;
}

div.photoleft p, div.photoright p{
	width: 200px;
	margin: 4px 0 0 0;
	padding: 0;
}

#content th{
	background-color: #FAF9F5;
	border-bottom: 1px solid #EFEADB;
	text-align: left;
	padding: 8px 0 8px 24px;
	margin-bottom: 30px;
}

h2 {
	color: #804000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 6px 0;
	padding: 0;
}

h2.narrow {
	width: 40%;
}

h3 {
	color: #637B87;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 6px 0;
	padding: 0;
}

.sidebar h3 {
		color: #804000;
}

h4 {
	color: #804000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
}


ul.buttons {
	list-style-type: none;
	margin: 0;
}

ul.buttons li{
	display: inline;
	margin-right: 8px;
}

td.home {
	background-color: #FAF9F5;
	border-right: 1px solid #ECE7D6;
}


td.home div{
	padding: 14px;
}

td.sidebar {
	padding: 14px;
}

td.sidebar h4 {
		color: #666;
		font-size: 11px;
		font-weight: bold;
		padding: 0;
		margin: 10px 0 4px 1px;
}

p {
	padding: 0;
	margin: 0 0 6px 0;
	font: normal 11px/13px Verdana, Helvetica, sans-serif;
	color: #666;
}

p.note {
	font: italic 10px/13px Verdana, Helvetica, sans-serif;
	color: #999;
	margin: 4px 0 0 4px;
}
dl {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin:  4px 0 0 10px;
	
}

dt {
	color: #637B87;
	font-weight: bold;
	float: left;
	margin-right: 4px;

}

p.note

td.sidebar p{
		padding: 0;
		margin: 0 0 4px 1px;
}


.date {
	color: #999;
}

.box, .mygolfbox, .searchbox, .teesbox, .newsbox {
	clear: all;
	background-color: #FAF9F5;
	border: 1px solid #ECE7D6;
	padding: 10px;
	margin: 0 0 14px 0;
}

.box td {
	padding-bottom:  2px;
}

.content .box {
	padding: 4px;
	margin: 0 -4px 8px -4px;
}

div.searchbox table.box {
	background-color: transparent;
	border: none;
}

.mygolfbox {
	background: #FAF9F5 url(/img/mygolf.jpg) no-repeat right bottom;
}

.searchbox {
	background: #FAF9F5 url(/img/search.jpg) no-repeat right center;
}

.newsbox {
	background: #FAF9F5 url(/img/news.jpg) no-repeat right center;
}
.teesbox {
	background: #FAF9F5 url(/img/tees.jpg) no-repeat right center;
}

img.advert {
	padding: 5px;
	background-color: #FAF9F5;
	border: 1px solid #EFEADB;
}
	
th p {
	font-weight: normal;
	color: #804000;
	float: right;
	width: 50%;
	margin: 4px 10px 0 0;
	background: url(/img/header_icon_info.gif) 0px 0px no-repeat;
	padding-left: 30px;
}

p.intro {
	font-weight: normal;
	color: #804000;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	background: none;
}

p.pages {
	text-align: center;
	font-weight: bold;
}

p.pages a{
	font-weight: normal;
	margin: 2px;
}

p.leftlink {
	font-size: 11px;
	font-weight: bold;
	margin-top: 14px;
	margin-right: 4px;
	float:right;
}

ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

table.data, table.ruler {
	background-color: #FFF;
	border-bottom: 1px solid #E6DFC8;
}

table.data td, table.ruler td{
	border: 1px solid white;
	border-bottom: none;
}


#content table.data th, #content table.ruler th{
	text-align: left;
	color: #FFF;
	background: #92A9B4 url(/img/th.gif) top left repeat-x;
	height: 27px;
	border: none;
	padding: 0 8px 0 8px;
}

#content table.data th.light, #content table.ruler td.light{
	background: #92A9B4 url(/img/thl.gif) top left repeat-x;
}

#content table.data td, #content table.ruler td {
	padding: 3px 8px 3px 8px;
	border-left: 1px solid #E6DFC8;
	margin: 0 0 10px 0;
}

#content table.data tr.odd, #content table.ruler tr.odd {
	background-color: #EFEADB;
}

tr.oddrow {
	background-color: #EFEADB;
}

tr.ruled{
	background-color: #804000;
	color: #FFF;
} 

tr.ruled a{
	text-decoration: underline;
	color: #FFF;
} 
#content table.data tr.even, #content table.ruler tr.even {
	background-color: #FAF9F5;
}

.tabs {
	margin: 0;
	padding: 0;
	clear: both;
	height: 18px;
}

.tabs a {
	display: block;
	float:left;
	background-image:url(/img/tab.gif);
	width: 20px;
	height: 16px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	margin: 0 1px 0 0;
}

.tabs a.current {
	background-image:url(/img/tabc.gif);
	color: #FFF;
}

.tabs a:hover {
	text-decoration: underline;
	color: #FFF;
	background-image:url(/img/tabc.gif);
}

ul.links li{
	padding: 0;
	margin: 0;
	background: url(/img/link.gif) 0px 5px no-repeat;
	padding: 0 0 4px 7px;
}

a {
	color: #06C;
}

#advertisement {
	background-color: #fFfAeB;
	border-bottom: 1px solid #D9C5B2;
	text-align: center;
	padding: 9px;
}

#topbanner {
	background-color: #EFEADB;
	border-bottom: 1px solid #D9C5B2;
	text-align: center;
	padding: 9px;
}

.sidebanner {
	background-color: #EFEADB;
	border-left: 1px solid #D9C5B2;
	text-align: center;
	width: 144px;
}

.sidebanner img{
	display: block;
	margin: 2px;
}


#bottombanner {
	background-color: #EFEADB;
	border-top: 1px solid #D9C5B2;
	text-align: center;
	padding: 9px;
}

input.flat {
	border: 1px solid #7F9DB9;
}

#footer {
	background: #324164 url(/img/footer_bg.gif) top left repeat-x;
}

#footer a {
	font-size: 11px;
	color: #D7DDEB;
}

#footer a:hover {
	color: #FFF;
}

#footer table td {
	text-align:center;
	height: 85px;
}

#usgahandicap {
	color: #06C;
	font: normal bold 11px/12px Verdana, Helvetica, sans-serif;
}

#Tscore {
	color: #F00;
	font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

#Brown {
	color: #804000;
}

#TwentiethScore {
	background: #369;
	height: 4px;
}
#blankheader {
	background: #369 url(/img/header.jpg) top left no-repeat;
	height: 118px;
	font: bold 12px/13px Verdana, Helvetica, sans-serif;
	color: #000 ;
}

#content table.data td.printing {
	padding: 1px 1px 1px 1px;
	border-left: 1px solid #E6DFC8;
	margin: 0 0 10px 0;
}

li.welcomehints {
	font-weight: bold;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
	background: none;
}

.Hidden {
	display:none;
}

.error 
{
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}

.warning 
{
	color: Red;
	font-weight: bold;
	font-size: medium;
	background: url(/img/error.png) top left no-repeat;
	padding-left: 30px;
}

.info 
{
	background: url(/img/information.png) top left no-repeat;
	padding-left: 30px;
	min-height: 16px;
}
.infobar
{
	background: #FFFFC0 url(/img/information.png) top left no-repeat;
	padding-left: 30px;
	min-height: 16px;
	border: 1px solid gray;
	padding-top: 1px;
	padding-bottom: 1px;
}

.validation_error 
{
	color: Red;
	font-style: italic;
	font-size: small;
	background: url(/img/error.png) top left no-repeat;
	padding-left: 20px;
}

.action_link 
{
	background: url(/img/play.png) top left no-repeat;
	padding-left: 16px;
}

.bold 
{
	font-weight: bold;
}

#tabset 
{
    display:block;
}

#tabset ul#secondary {
	width: 100%;
	background: url(/img/nav_bg.gif) top left repeat-x;
    	margin: 0;
    	padding: 0;
    	list-style: none;
	clear: both;
	height: 28px;
	font: normal 11px/13px #000 Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}

#tabset ul#secondary li {
    float: left;
    padding: 7px 20px 0 20px ;
	height: 21px;
    }

.login_name {
    display: block;
	text-align: center;
	text-decoration: none;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	float:right;
}

.register_link {
    display: block;
	text-align: right;
	text-decoration: none;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	white-space: nowrap;
    }
.login_link {
    display: block;
	text-align: center;
	text-decoration: none;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	float:right;
    }

#tabset ul#secondary a {
    display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
    }

#tabset ul#secondary li#current {
 background:url(/img/secondary_nav_current.gif) left top repeat-x ;
    }

#tabset ul#secondary li#current a{
    color: #333;
	font-weight: bold;
    }

#tabset ul#secondary a:hover {
	text-decoration: underline;
    }

div.clubhover_hidden
{
	position: absolute;
	margin-left: 150px;
	display: none;
}
div.clubhover
{
	background-image: url('/img/line.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	margin-left: 130px;
	padding-left: 0px;
	width: 150px;
}
ul#clublist 
{
}
li#clublist 
{
	list-style: none;
}
.calendar-today 
{
	border: 1px solid red;
}
.completion_list 
{
	border: none;
	color: Black;
	background-color: white;
	border-left: 1px solid gray;
	cursor: default;
	list-style:none;
}
.completion_list_item
{
	width: 250px;
	background-color: white;
	border-right: 1px solid gray;
	cursor: default;
}
.completion_list_item_highlight
{
	width: 250px;
	color: White;
	background-color: Blue;
	border-right: 1px solid gray;
	cursor: default;
}

table.report 
{
	font-family: Courier New;
	font-size: 9pt;
	color:Black;
}
.report_header
{
	background: silver;
}
th.report
{
	font-weight: bolder;
	display: table-header-group;
}
td.report 
{
	white-space: nowrap;
}
.searchslots_friend 
{
	background-color: lightgrey;
	background-image: url(/img/searchslots_friend.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: black;
}
@media print 
{
	.printheader 
	{
		display: table-header-group;
	}
	.noprint 
	{
		display:none;
	}
	* {
		background-color: white !important;
		background-image: none !important;
		color: Black;
	}
}



.xtime {
    font-size: small;
    background-color: #f0f0f0;
}
.xtee {
    font-size:small;
    font-weight: bold;
    text-align: center;
}
.xunavail 
{
	background-color: Silver;
	background-image: url(/img/delete.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
.xphone 
{
	background-color: lightgreen;
	background-image: url(/img/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
#openTimeDiv 
{
	font-size: large;
	color: Black;
	font-weight: normal;
}


.special_slot
{
	font-family: Arial Narrow, Arial;
	background-color: black;
	background-image: url(/img/edits/fire_45x50.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	color:White;
	font-weight: bold;
}
