﻿

/* schedule a tour styles :
-------------------------------------------------------------------------*/
body.bg-color {background-color: #ebf0f6;}

div#main-schedule-tour {
	padding: 0 1px;
	width: 647px;
}

div#left-col, div#right-col {
	float: left;
	display: inline;
}

div#left-col {
	margin: 9px 10px 0 0;
	width: 241px;
}

div#right-col {
	width: 396px;
}

td div.details {
	float: left;
	width: 147px;
}

td div.icons {
	float: right;
	width: 45px;
}

div#location-search {
	margin: 0 0 5px 0;
}

div#location-search label {
	font-weight: bold;
}

div#location-search input.text {
	width: 100px;
}

div#location-search input.button {
	margin-bottom: -4px;
}

div#main-schedule-tour div#club-amenities {
	background-color: #fff;
	margin: 4px 0;
	padding: 10px;
	width: 376px;
}

div#club-amenities h3 {margin-bottom: 4px;}

div#club-amenities div.section {
	float: left;
	display: inline;
	margin-right: -1px;
	border-left: solid 1px #9fb6d4;
	padding: 10px;
	width: 105px;
}

div#club-amenities div.first-child {
	border-left: 0;
	border-right: solid 1px #9fb6d4;
}
	
div#club-amenities ul {
	margin: 0 0 0 8px;
	padding-left: 8px;
}
/* schedule a tour styles ^
-------------------------------------------------------------------------*/

/* find a club styles :
-------------------------------------------------------------------------*/
div# {
	width: 675px;
}

div#main-find-club div#map-holder, div#main-find-club div#club-amenities {
	float: left;
	display: inline;
}

div#map-section {
	margin-top: 5px;
	padding-top: 5px;
}

div#map-section div#map-holder {
	margin: 6px 0 0 0;
	width: 520px;
}

div#map-holder a.map-link 
{
    position: relative;
    top: -16px;
	display: block;
	margin-top: 3px;
}

div#main-find-club div#club-amenities {
	margin: 4px 0 4px 10px;
	width: 119px;
}

div.section-content h3 {
	float: left;
	margin-top: 6px;
}

div.section-content div#results-count {
	float: right;
	margin-bottom: 8px;
}

div.result-number {
	background-color: #990000;
	margin-bottom: 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size:12px;
	margin-left: auto; 
	margin-right: auto 
}

td span.days, td span.hours {
	float: left;
	display: inline;
	margin-top: 2px;
}

td span.days {width: 30px;}
/* find a club styles ^
-------------------------------------------------------------------------*/

/* gridview styles :
-------------------------------------------------------------------------*/
table.gridview {width: 100%;}

table.gridview th {
	padding: 2px 5px;
	border: 0;
	font-weight: bold;
}

table.gridview td {
	border: solid 1px #b2b2b2;
	padding: 5px;
	background-color: #ebf0f6;
}

table.gridview tr.nth-child-odd td {
	background-color: #e5e6e7;
}

table.gridview a:link, table.gridview a:active, table.gridview a:visited {
	text-decoration: underline;
}

div#gridview-paging {
	margin-top: 8px;
	text-align: center;
}

div#gridview-paging a {
	float: left;
	display: inline;
	border-left: solid 1px #666;
	padding: 0 4px;
}

div#gridview-paging a.first-child {border: 0;}

div#gridview-paging a:link, div#gridview-paging a:active, div#gridview-paging a:visited {
	text-decoration: underline;
}
div#gridview-paging a.current:link, div#gridview-paging a.current:active, div#gridview-paging a.current:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
/* gridview styles ^
-------------------------------------------------------------------------*/

/* form styles :
-------------------------------------------------------------------------*/
div.form-section {
	background: transparent url('../images/bg-section-gradient-full.gif') no-repeat;
	padding: 14px 12px 0 12px;
	margin-bottom: 12px;
	width: 651px;
}

div.input-row {
	position: relative;
	margin-bottom: 12px;
}

div.input-group {
	float: left;
	display: inline;
	margin-right: 10px;
}

div.input-group input.button {}

div.input-row label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

div.input-row label a.help-link img {margin-bottom: -3px;}

div.input-row input.text, div.input-row textarea {
	width: 280px;
}

div.input-row textarea {height: 80px;}

div.input-row input.text-narrow {
	width: 160px;
}

div.input-row input.text-zip {
	width: 50px;
}

div.input-row input.text-3-digit {
	width: 24px;
}

div.input-row input.text-4-digit {
	width: 30px;
}

div.section-content {
	background-color: #ebf0f6;
	margin-bottom: 0;
	padding: 14px 12px 12px 12px;
	border-right: solid 1px #a9bfd9;
	border-left: solid 1px #a9bfd9;
	width: 649px;
}

div.results-section div.section-top {
	background: transparent url('../images/bg-section-top.gif') no-repeat;
	width: 675px;
	height: 5px;
	overflow: hidden;
}

div.results-section div.section-bottom {
	background: transparent url('../images/bg-section-btm.gif') no-repeat;
	width: 675px;
	height: 5px;
	overflow: hidden;
}
/* form styles ^
-------------------------------------------------------------------------*/


/* Map Infobox style :
-------------------------------------------------------------------------*/
.infoBox {
    position: relative;
    z-index: 9;
	font-size: 14px;
	left: 50px;
	top: -330px;
	height: 16px;
	width: 300px;
	padding: 5px;
	background-color: #4C7D7E;
	color: #FFF;
	opacity: .7;
	filter: Alpha(Opacity=70);
	visibility: hidden;
}

/* map Infobox style ^
-------------------------------------------------------------------------*/


/* directions-details :
-------------------------------------------------------------------------*/
div.directions-details {
    background-color: #e5e6e7;
    margin-bottom: 5px;
	border: solid 1px #a9bfd9;
	padding: 10px;
}
    
div.directions-details h3 {
    float: none;
    margin-bottom: 4px;
}

div.directions-details h4 {
    margin-bottom: 4px;
    font-weight: normal;
}

div.directions-details p {
    margin-bottom: 4px;
}

div.directions-details table {
      margin-top: 10px;
      margin-bottom: 10px;
}

div.directions-details tr {
     vertical-align: top;
}

div.directions-details td {
     padding: 4px;
}

/* directions-details ^
-------------------------------------------------------------------------*/



/* Presales:
-------------------------------------------------------------------------*/
.presale
{
    color:Red;
}
/* Presales ^
-------------------------------------------------------------------------*/
