body {
	background-color: #f7f7f7;
	padding: 5px 20px 20px 20px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
a:hover {
	color: #666666;
}
h2 {
	margin: 1em 0;
	padding: 0;
	color: #b9ad97;
	border-bottom: 1px solid #b9ad97;
	font-size: 11px;
}
p {
	margin: 0;
	padding: 0;
}
div#panel {
	width: 749px;
	overflow: hidden;
	text-align: left;
}
div#topbar {
	position: relative; 
	height: 80px;
}
div#bigtitle {
	background-color: #c6baa4;
	padding: 15px;
	color: white;
	font-size: 32px;
	text-transform: lowercase;
	width: 519px;
	height: 39px;
}
/* main nav ***************************************************************************************/
div#mainnav {
	position: absolute;
	bottom: 0px;
	right: 0;
}
div#mainnav ul {
	margin: 0;
	padding: 0;
	overflow: visible;
}
div#mainnav ul li {
	float: left;
	list-style-type: none;
	margin-left: 4px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: visible;
}
div#mainnav ul li a {
	display: block;
	background-color: white;
	text-transform: uppercase;
	padding: 4px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: -1px 0px;
}
div#mainnav ul li a:hover, div#mainnav ul li.active a, div#mainnav ul li.trail a {
	background-color: #990000;
	color: white;
}
/* subnav *****************************************************************************************/
div#subnav {
	float: left;
	width: 224px;
	overflow: hidden;
}
div#subnav ul {
	margin: 0;
	margin-top: -1px;
	padding: 0;
}
div#subnav li {
	width: 224px;
	list-style-type: none;
	border-top: 1px solid white;
}
div#subnav a {
	display: block;
	background-color: #e8e8e8;
	padding-left: 35px;
	padding-right: 5px;
	line-height: 26px;
	background-image: url("../images/arrow_level3_right.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
div#subnav a:hover, div#subnav li.active a, div#subnav li.trail a {
	background-color: #cccccc;
	color: #666666;
	background-image: url("../images/arrow_level3_right_active.gif");
}
div#subnav ul.level4 a {
	background-color: white;
	background-image: url("../images/arrow_level4_right.gif");
	color: #999999;
}
div#subnav ul.level4 a:hover, div#subnav ul.level4 li.active a, div#subnav ul.level4 li.trail a {
	background-image: url("../images/arrow_level4_right_active.gif");
	color: #666666;
}
/* content ****************************************************************************************/
div#content {
	float: right;
	width: 519px;
	overflow: hidden;
	background-color: white;
}
div#content div.standardContent {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
div#content div.standardContent table {
	border-spacing: 0px;
}
div#content div.standardContent table td,
div#content div.standardContent table th {
	padding: 0px 5px 3px 0px;
}
div#content div.standardContent tr {
	vertical-align: top;
}
div.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	background-color: red;
}
div.error {
	color: #ff0000;
}
span.winner {
	font-weight: bold;
}
/* listings ***************************************************************************************/
div#content div.standardContent table.listing {
	border-spacing: 5px;
}
div#content div.standardContent table.listing th {
	text-align: left;
	color: white;
	background-color: #c6baa4;
}
div#content div.standardContent table.listing th, 
div#content div.standardContent table.listing td {
	padding: 2px;
	border-bottom: 1px dotted #c6baa4;
}
table.listing th a {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
table.listing th a:hover {
	display: block;
	background-image: url("../images/arrow_down.gif");
}
table.listing th a.sorted {
	background-image: url("../images/arrow_down_active.gif");
}
table.listing tr.hover td {
	background-color: #cde3ef;
}
table.listing tr.selected td {
	background-color: #bfe8ff;
}
table.listing tr.hidden {
	display: none;
}
table.listing ol {
	margin: 0;
	padding: 0 2em;
}
table.listing ul {
	margin: 0;
	padding: 0 1.4em;
}
table.listing li {
	margin: 0;
}
table.listing div.toprow {
	border-bottom: 1px solid #eeeeee;
}
div.clubDetails td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.clubDetails td ul li {
	margin-bottom: 0.5em;
}
div.clubDetails td ul h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.25em;
	font-size: 1em;
}
/* location chooser and display *******************************************************************/
div.hasLocation div.noLocationLink {
	display: none;
}
div.hasLocation div.locationLink {
	display: block;
}
div.noLocation div.noLocationLink {
	display: block;
}
div.noLocation div.locationLink {
	display: none;
}
/* downloads **************************************************************************************/
ul.downloads {
	margin: 0;
	padding: 0;
}
ul.downloads li {
	list-style-type: none;
}
ul.downloads a {
	display: block;
	line-height: 17px;
	background-image: url("../images/file_icon.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
/* news *******************************************************************************************/
ul.news {
	margin: 0;
	padding: 0;
}
ul.news li {
	list-style-type: none;
	margin-bottom: 1em;
}
ul.news span.date {
	float: left;
	width: 80px;
}
ul.news span.text {
	float: left;
	width: 360px;
	font-weight: bold;
}
ul.news a {
	float: right;
}
/* footer *****************************************************************************************/
div#footer {
	padding-top: 2em;
	padding-left: 240px;
	font-size: 9px;
}
/* misc *******************************************************************************************/
div.admin {
	border: 2px dashed #cccccc;
	background-color: #eeeeee;
	padding: 5px;
	margin: 5px 0px;
}

/*********** gallery *****************/
a.galleryimages_small {
background-color: #E8E8E8;
border: 1px solid #999999;
float: left;
width: 163px;
height: 123px;
margin-bottom: 10px;
margin-right: 7px;
}
/* calendars **************************************************************************************/
/*#refAvailabilityCalendars div.dp-popup {
	width: auto;
	float: left;
	background-color: transparent;
}
a.dp-nav-prev-month,
a.dp-nav-next-month {
	display: none;
}
div#content div.standardContent table.jCalendar td, div#content div.standardContent table.jCalendar th {
	padding: 1px 2px;
}
#refAvailabilityCalendars h2 {
	background-color: #C6BAA4;
	color: white;
	border-bottom-style: none;
	line-height: 1.5em;
}*/
div.datepicker th.datepickerGoPrev a,
div.datepicker th.datepickerGoNext a {
	display: none;
}
div.datepicker {
	font-size: 10px;
}
.datepickerDays a {
	width: 12px;
	height: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	padding-right: 0px;
}
div#content div.standardContent div.datepicker table td, 
div#content div.standardContent div.datepicker table th {
	padding: 1px 2px;
}
div#content div.standardContent div.datepicker>div>table>tbody>tr>td {
	padding: 0;
	background-color: #333333;
}
div.datepicker th {
	background-color: #C6BAA4;
}
div#content div.standardContent div.datepicker>div>table>tbody>tr>td.datepickerSpace {
	background-color: white;
}
.datepickerSpace div {
	width: 1px;
}
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
	display: none;
}
.datepickerContainer {
	position: relative;
	top: 0;
	left: 0;
}
.datepickerContainer {
	background-color: transparent;
}
tbody.datepickerDays td.datepickerSelected {
	background-color: #cc0000;
}
div.datepicker a:hover {
	color: #ffcccc;
}
div.datepicker th {
	color: white;
}
/* form *******************************************************************************************/
div.inputrow div.cleaner {
	margin-top: 2px;
	border-top: 1px solid #eeeeee;
	margin-bottom: 2px;
}
div.inputrow label {
	float: left;
	width: 150px;
}
div.inputrow label {
	float: none;
	width: auto;
}
div.inputrow div.inputelement {
	float: right;
	width: 340px;
}
div.inputrow div.inputelement_checkbox input {
	float: left;
}
div.inputrow div.inputelement_checkbox label {
	display: block;
	margin-left: 20px;
}
div.inputrow div.inputelement_checkbox div.cleaner {
	margin: 0;
	border-top-style: none;
	margin-bottom: 0;
}