﻿@import url(color.css);
@import url(typo.css);
/*CSS Document
Normalizes margins and padding*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, BLOCKQUOTE, P, TH, TD
{
	margin: 0;
	padding: 0;
}
/*Normalizes headers*/
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
}
/*Remove list styles*/
OL, UL
{
	list-style: none;
}
/*Normalizes font*/
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
/*Normalizes tables*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*Remove borders*/
FIELDSET, IMG
{
	border: 0;
}
/*Normalizes alignment*/
CAPTION, TH
{
	text-align: left;
}
/*Removes quotation marks*/
Q:before, Q:after
{
	content: '';
}
/*Begin: Layout*/
HTML
{
	/*[disabled]text-align:center;*/
	background: #9bb3db url(../images/bg.png) repeat-x 0px 132px;
}
BODY
{
	/*[disabled]position:relative;*/
	/*[disabled]margin:0px auto;*/
	/*[disabled]text-align:left;*/
}
DIV#wrap
{
	/*[disabled]position:relative;*/
	width: 890px;
	margin: 0px auto;
}
DIV#header
{
	background: url(../images/grass.png) repeat-x top left;
	height: 132px;
}
DIV#header .logo
{
	position: absolute;
	top: 20px;
	left: 35px;
}
DIV#nav
{
	/*[disabled]position: relative;*/
	/*[disabled]top: -23px;*/
	padding: 0px 0px 7px 0px;
	height: 40px;
}
DIV#nav UL
{
	list-style: none;
}
DIV#nav UL LI
{
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
DIV#nav UL LI A
{
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	width: 152px;
	height: 40px;
	display: block;
	font-weight: bold;
	background:url(../images/menu_btn_bg.png) no-repeat top left;
}
DIV#nav UL LI A:HOVER
{
	background:url(../images/menu_btn_bg.png) no-repeat bottom left;
}
DIV#content
{
	float: right;
	/*[disabled]margin: -21px 0px 0px;*/
	padding: 5px 0px 10px;
	/*[disabled]position:relative;*/
	width: 640px;
	text-align: left;
}
DIV#content .top
{
	background: url(../images/top.png) no-repeat;
	height: 8px;
}
DIV#content .middle
{
	background: url(../images/middle.png) repeat-y;
	padding: 0px 20px 10px 15px;
}
DIV#content .bottom
{
	background: url(../images/bottom.png) no-repeat;
	height: 17px;
}
DIV#content UL
{
	padding-left: 30px;
	padding-bottom: 10px;
}
DIV#content UL LI
{
	display: block;
}
DIV#instructions
{
	padding: 5px 0px 10px;
	width: 247px;
	/*[disabled]margin-left:553px;*/
	/*[disabled]float:right;*/
}
DIV#instructions .top
{
	background: url(../images/top_247.png) no-repeat;
	height: 8px;
}
DIV#instructions .middle
{
	background: url(../images/middle_247.png) repeat-y;
	padding: 0px 15px 10px;
}
DIV#instructions .bottom
{
	background: url(../images/bottom_247.png) no-repeat;
	height: 17px;
}
DIV#footer
{
	background: url(../images/white_hr.png) repeat-x top left;
	padding: 5px 0px 0px 15px;
	height: 3px;
}
DIV#footer A
{
	
}
/*Styling a linkbutton for CSS3*/
/*
.lnkbtn, .lnkbtn:ACTIVE
{
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.lnkbtn:hover
{ 
	background-color: #111; 
	color: #fff; 
}
.lnkbtn:active
{ 
	top: 1px; 
}
.small.lnkbtn, .small.lnkbtn:visited
{ 
	font-size: 11px; 
	padding: ; 
}
.lnkbtn, .lnkbtn:visited,
	.medium.lnkbtn, .medium.lnkbtn:visited
{ 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}
.large.lnkbtn, .large.lnkbtn:visited 
{ 
	font-size: 14px; 
	padding: 8px 14px 9px; 
}
*/
/*Div*/
.panel
{
	border-top: 1px dotted #AAA;
	margin-top: 10px;
	padding-top: 10px;
}
.payment_btn
{
	margin-left: 20px;
}
.clickme
{
}
DIV.conditions
{
	border-top: 1px dotted #AAA;
	margin-top: 10px;
	padding-top: 10px;
	display: none;
}
DIV.golfpass
{
	padding-left: 20px;
	padding-bottom: 10px;
}
.selectedRow
{
	 background-color:GrayText;
}

.clearer
{
	clear: both;
}

