@import url('reset.css');
@import url('callendar.css');

html,body { width: 100%; }

body {
	background: #505050 url(/images-blueskin/bg-body.gif) top repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
}

.printonly {display:none}

.float_left, .left { float: left; }
.float_right, .right { float: right; }

.hr { width: 100%; height: 1px; overflow: hidden; background-color: #ccc; }

.hr hr { display: none; }

/* slightly enhanced, universal clearfix hack */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */

.center {
	text-align:center;
}

strong {
	font-weight: bold;
}

.red {
	color:#F00;
}

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    list-style-type: disc;
}
.info li, .success li, .warning li, .error li, .validation li {
	margin-left: 10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.info a,.info a:link {
	color: #00529B !important;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.success a,.success a:link {
	color: #4F8A10 !important;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.warning a,.warning a:link {
	color: #9F6000 !important;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.error a,.error a:link {
	color: #D8000C !important;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
}

.message {
    background: none repeat scroll 0 0 #0068A6;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding: 30px;
    text-transform: uppercase;

}


/* @end */

/* @group Site */

#container {
	width: 949px;
	margin: 0 auto;
	padding-top: 20px;
	position:relative;
}
#container .promoheader { margin: 0 0 15px 0;  }
#promoheader-pad { text-align: center; }

#container-body { background: url(/images/content_bg.png) top left repeat-y; }
#container-body-pad { padding: 5px 19px; }

#logo {
	margin: 10px 0 18px 12px;
}



/* @group Quick Nav */

#quicknav {
	position: absolute;
	margin: 15px 0 0 750px;
	width: 195px;
}
#quicknav select {
	padding: 5px 10px 5px 5px;
	width: 185px;
}

/* @end */

/* @group Menu */

#menu {
	background: url(/images-blueskin/nav_bg.png) top left no-repeat;
	height: 45px;
}
#menu ul {
	margin: 0px 0 0 8px;
	padding: 3px 0px 0px 0px;
	list-style: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	background:url(/images-blueskin/nav-divider.gif) right center no-repeat;
	display: block;
	float:left;
	padding:17px;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.nobg:hover {
	background-color:#0d87d1;
}

#menu ul li a:hover {
	color: #333;
}
#menu ul li a.home {
	background: none;
	padding: 10px 18px 10px 22px;
}
#menu ul li a.nobg {
	background: none;
}

/* @end */

/* @group Sidebars */

/* @group Left */

#sidebar-left {
	float: left;
	width: 218px;
	margin-right:20px;
}
#sidebar-left form {
	width:193px;
}
#sidebar-left-min {
	float: left;
	width: 216px;
	margin-right:20px;
}
#sidebar-left-large {
	float: left;
	width: 289px;
	margin-right:20px;
}
#sidebar-left-large form {
	width:260px;
}
#sidebar-left-large2 {
	float: left;
	width: 296px;
	margin-right:20px;
}
#sidebar-left-large2 form {
	width:264px;
}

#sidebar-left-large3 {
	float: left;
	width: 291px;
	margin-right:20px;
}
#sidebar-left-large3 form {
	width:264px;
}

/*.sb-left {
	margin-left: 228px;
}
.sb-left-min {
	margin-left: 214px;
}
.sb-left-large {
	margin-left: 309px;
}
.sb-left-large2 {
	margin-left: 316px;
}
.sb-left-large3 {
	margin-left: 311px;
}*/

/* @end */

/* @group Right */

#sidebar-right {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-bottom:20px;
}
#sidebar-right-min {
	float: right;
	width: 219px;
	margin-left: 10px;
}
#sidebar-right-min a img, #sidebar-right-min img {
	margin-bottom: 10px;
}
.has-sidebar-right {
/*	width:400px;*/
}
.has-sidebar-right-min {
/*	width:400px;*/
}

/* @end */

/* @end */

/* @group Box */

/* @group Regular */

#box #box-title {
}
#box #box-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
	padding: 10px;
}

#box2 #box-container2 {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
	padding: 10px;
}

#box #box-container h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* @group Form */

#box #box-container form label {
	display: block;
	font-size: 1.3em;
	color: #89987B;
	font-weight: bold;
}
#box #box-container form.color-purple label {
	color: #0068a6;
}
#box #box-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}
#box #box-container form div.submit {
	margin-top: 10px;
	text-align: center;
}
#box #box-container form div.submit-right {
	margin-top: 10px;
	text-align: right;
}

/* @end */

/* @end */

/* @group Large */

#box-large #box-title {
}
#box-large #box-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #b9b9b9;
	padding: 10px;
	
}
#box-large #box-container h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* @group Form */

#box-large #box-container form label {
	display: block;
	font-size: 1.3em;
	color: #0068A6;
	font-weight: bold;
}

#box-large #box-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}

#box-large #box-container form div.submit {
	margin-top: 10px;
	text-align: center;
}

/* @end */

/* @end */

/* @group Large2 */

#box-large2 {
	width: 666px;
}
#box-large2 h2 {
	background: url(/images/colheaders/todayclasses.jpg) top left no-repeat;
	color: #FFF;
	font-size: 1.3em;
	padding: 12px 0 10px 15px;
}
#box-large2 h2 .right {
	float: right;
	margin-right: 20px;
}
#box-large2 h2 .right a {
	float: left;
	display: block;
	color: #FFF;
	font-size: .8em;
	text-decoration: none;
	margin-left: 20px;
}
#box-large2 h2 .right a img {
	vertical-align: middle;
	margin-left: 5px;
}
#box-large2 #box-large2-container {
	margin-bottom: 10px;
	border: 1px solid #8d8d8d;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#box-large2 #box-large2-container-thin {
	margin-bottom: 10px;
	border: 1px solid #b9b9b9;

}
#box-large2 #box-large2-container table {
	width: 100%;
}
#box-large2 #box-large2-container table td {
	text-align: left;
	padding: 4px;
}

#box-large2 #box-large2-container table tr.description { 
	font-size: 1.0em;
}

#box-large2 #box-large2-container table tr.odd, #box-large2 #box-large2-container table tr.description.odd { 
	background-color: #c4c4c4;
}


/* @group Form */

#box-large2 #box-large2-container form label {
	display: block;
	font-size: 1.3em;
	color: #89987B;
	font-weight: bold;
}
#box-large2 #box-large2-container form select {
	margin-bottom: 10px;
	padding: 5px 10px 5px 5px;
	width: 150px;
}
#box-large2 #box-large2-container form ul li {
	float: left;
	width: 130px;
	font-size: 1.3em;
}
#box-large2 #box-large2-container form div.submit {
	margin-top: 10px;
	text-align: center;
}

/* @end */

/* @end */

/* @group Large3 */

#box-large3 #box-large3-container {
/*	margin-top: -4px;*/
	margin-bottom: 10px;
	border: 1px solid #b9b9b9;
	padding: 8px;
	
}

/* @group Form */

#box-large3 #box-large3-container form div.submit {
	margin-top: 10px;
	text-align: right;
}

/* @end */

/* @end */

/* @end */

/* @group Promos */

/* @group Small Generic
 */

#promo-small-generic {
	float: left;
	width: 295px;
	height: 183px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
	margin-left: 6px;
}
#promo-small-generic div {
	width: 140px;
	margin: 80px 0 0 20px;
}
#promo-small-generic div img {
	margin-top: 10px;
}

.promo-bottom{
	float: left;
/*	margin-top: -5px;*/
}

/* @end */

/* @group Rewards */

#promo-rewards {
	float: left;
	background: url(/images/promos/promo-small-rewards.jpg) top left no-repeat;
	width: 297px;
	height: 173px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
}
#promo-rewards p {
	padding: 70px 15px 10px;
}
#promo-rewards a img, #promo-rewards a span {
}

/* @end */

/* @group Groups */

#promo-groups {
	float: left;
	background:url(/images-blueskin/promo-small-groups.jpg) no-repeat;
	width: 601px;
	height: 169px;
	margin-left: 13px;
	margin-bottom:3px;
}

#promo-groups div.left {
	float: left; 
	width: 170px; 
	margin: 20px 0 0 235px;
}

#promo-groups div.left h3 {
	font-size:13px;
	color:#0068a6;
	font-weight:bold;
	margin-bottom:5px;
}

#promo-groups div.left p {
	margin-bottom:5px;
}

#promo-groups div.right {
	margin-top: 20px; 
	width: 180px; 
	float: right;
	color:#0068a6;
}

#promo-groups div.right strong {
	font-size:12px;
}

#promo-groups li {
	float: left;
	width: 75px;

}

#promo-groups form select {
	width: 150px;
	padding: 5px 10px 5px 5px;
}

#promo-groups form .selectpadding {
	margin: 0 15px;
	font-weight: bold;
	font-size: 1.2em;
}

/* @end */

/* @group Find a Club */

#promo-findaclub {
	float: left;
	background: url(/images/promos/promo-small-findaclub.jpg) top left no-repeat;
	width: 297px;
	height: 86px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: lighter;
}
#promo-findaclub div {
	padding: 42px 0 0 15px;
}
#promo-findaclub div img {
	vertical-align: middle;
}

/* @end */

/* @end */

/* @group Content */

#content{
	font-size: 1.1em;
	font-weight: lighter;
	color: #4d4d4d;
	float: left;
}

#content h1 {
	font-weight:normal;
	font-size: 22px;
	margin-bottom: 10px;
	color:#0068A6;
}

#content h4 {
	font-weight:normal;
	font-size: 14px;
	margin-bottom: 5px;
	color:#0068a6;
}

#content b {
	font-weight: bold;
}
#content a {
	color: #000;
}

#content #contactinfo, #content #askQuestion-form {
	width: 450px;
	float: left;
}

#content #subinfo, #subinfo-contact {
	width: 130px;
	float: right;
}

#content #subinfo h2, #subinfo-contact h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content #subinfo .section, #subinfo-contact .section {
	margin: 0 0 8px 5px;
}

#content .clear-fix {
	width:590px;
}

#subinfo-contact h2 {
	text-transform: uppercase;
}

#content .askQuestion-info {
	width: 435px;
	float: left;
	margin-right: 10px;
}

.member-body {
	width: 580px;
}

.careers {
	width: 590px;
}

#content ul {
	list-style:disc inside;
	margin-bottom: 15px;
	font-size: 12px;
}

#content p {
	font-size: 12px;
	line-height:16px;
	margin-bottom: 15px;
}

/* @end */

/* @group Nutrition Blog */

#blog-content {
	width: 676px;
	margin-right: 15px;
	color: #4D4D4D;
	float: left;
}

#blog-sidebar {
	width: 200px;
	float: right;
}

#blog-sidebar h1 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #4D4D4D;
	margin-bottom: 10px;
}

#blog-sidebar a {
	font-size: 1.4em;
	color: #4D4D4D;
	text-decoration: none;
}

#blog-sidebar a:hover {
	text-decoration: underline;
}

.blog-headline {
	font-size: 2.4em;
	width: 440px;
	margin-left: 0px;
	float: left;
}

.blog-category {
	font-size: 1.4em;
	padding-top: 5px;
	width: 175px;
	float: right;
}

.blog-category span {
	font-weight: 700;
}

#blog-content .teaser-image {
	float: left;
	margin: 20px 10px 0 0;
}

#blog-content .body, #blog-content .teaser {
	font-size: 1.4em;
	margin-top: 20px;
}

#blog-content .body p {
	margin-top: 20px;
}

#blog-content .blog-date {
	float: left;
	background: url(/images/caldate.png) top left no-repeat;
	width: 39px;
	height: 31px;
	text-align: center;
	font-weight: bold;
}

#blog-content .blog-date div {
	width: 35px;
}

#blog-content .blog-date .month {
	color: #FFF;
}

.readmore { 
	background: url(../images/buttons/button_readmore.jpg) no-repeat; 
	width: 148px;
	height: 23px;
}



/* @end */



/* @group Form */

#content form {
	width: 420px;
}
/*#content form.left-right {
	width: 678px;
}*/
/*#content form input.text {
	width: 200px;
	margin: 0 5px 10px 0;
}*/
/*#content form input.long {
	width: 425px;
	margin: 0 5px 10px 0;
}*/
/*#content form input.radio {
	margin-bottom: 10px;
}*/
/*#content form input.right {
	float: right;
}*/
/*#content form select {
	padding: 5px 10px 5px 5px;
	margin-bottom: 10px;
}*/
/*#content form textarea {
	width: 430px;
	height: 130px;
}*/
#content form .submit {
	margin-top: 10px;
}

/* @end */

/* @group Misc */

#content .spacing-top {
	margin-top: 10px;
}

/* @end */

/* @group Footer */

#footer {
	background: url(/images/footer_bg.png) top left no-repeat;
	height: 139px;
	padding: 20px 15px 10px 15px;
	text-align: center;
	font-size: 1.1em;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
#footer ul li {
	float: left;
	padding: 0 10px 10px 10px;
}
#footer ul li a {
	color: #505050;
	text-decoration: none;
}
#footer p {
	margin-bottom: 10px;
	color:#666666;
}

/* @end */

/* @end */

/* @group Find a Club */
#find-a-club { position: absolute; top:20px; right:25px;}
#find-a-club form {display:block; margin-bottom:10px;}
#find-a-club input { padding: 0; margin:0px 0px 0px 10px; float:right; }
#find-a-club h4 { color:#d7d7d7; font-size:12px; font-weight:bold; float:right; line-height:20px; }
#find-a-club a { color: #fff; text-decoration: none; }
#find-a-club #allLocations {float:right;}
#find-a-club #joinemail-box {float:right; padding-right:10px;}
#find-a-club #lnkmyclub {float:right; padding-right:10px;}

/* @end */

/* @group Locations */

/* @group Search */

.location {
	margin: 0 0 10px 0;
	width: 595px;
}
.location h2 {
	background: url(/images-blueskin/colheaders/location.jpg) top left no-repeat;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	padding: 7px 0 7px 15px;
}
.location h2 a {
	color: #FFF;
	text-decoration: none;
}
#content .location h2 a {
	color: #FFF;
	text-decoration: none;
}
.location .location-container {
	border: 1px solid #B9B9B9;
	padding: 10px;
/*	margin-top: -3px;*/
	
	height: 125px;
}
.location .image {
	float: left;
	margin-right: 10px;
}
.location .distance {
	float: right;
	padding-right: 10px;
}

/* @end */



/* @end */

/* @group Activity */

.activity {
	background-color: #EEF4EA;
	padding: 15px;
}
.activity:last-child {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.activity:nth-child(even) {
	background-color: #EFEFEF;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.activity .activity-date {
	float: left;
	background: url(/images/caldate.png) top left no-repeat;
	width: 39px;
	height: 31px;
	text-align: center;
	font-weight: bold;
}
.activity .activity-date div {
	width: 35px;
}
.activity .activity-date .month {
	color: #FFF;
}
.activity .activity-content {
	margin-left: 60px;
}
.activity .activity-content p {
	margin-top: 10px;
}

/* @end */

/* @group Forms */

.input, .select, .textarea {
	background:#fff;
	border: 1px solid #b8b8b8;
	color:#666666;
	padding:5px;
	margin: 8px 2px 10px 0;
	font-size:12px;
}

#contactUs .input, #contactUs .select, #contactUs .textarea {
	color: #666;
	font-size: 13px;
}

#careerForm label {
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	color: #89987b;
	margin: 10px 0 0 0;
}

#careerForm {
	font-weight: bold;
}

#careerForm input.submit_career {
	background: url(/images/b_findCareer.jpg) no-repeat 0 0;
	display: block;
	width: 122px;
	height: 28px;
	margin: 15px auto 0;
}

.input {
	width:475px;
}

.select {
	width: 385px;
}

.checkbox, .radio {
	margin: 10px 0 0 0;
}

label {
	font-weight: bold;
}

/* @group Size */

.input.small, select.small {
	width:25%;
}

select.small {
	width:30%;
}

input.medium {
	width:65%;
}

select.medium {
	width:70%;
}

input.large, textarea.textarea {
	width:75%;
}

select.large {
	width:80%;
}

input.full, textarea.full {
	width:97%;	
}

input.half {
	width:46.3%;	
}

input.first_half {
	width:45%;
	margin-right: 4px;
}

input.second_half {
	width:44%;	
	margin: 0;

}

select.full {
	width:100%;	
}

textarea.small {
	height:5.5em;
}

textarea.medium {
	height:10em;
}

textarea.large {
	height:20em;
}

/* @end */

/* @group Buttons */

.submit {
	border: 0px;
	outline: none;
	cursor: pointer;
}

.download {
	background:url(/images-blueskin/buttons/btn-download.png) no-repeat;
	width: 76px;
	height: 24px;
	margin: 10px 0 0 5px;
	position: absolute;
}

.findclub { 
	background: url(../images-blueskin/buttons/button_findclub.jpg) no-repeat; 
	width: 85px;
	height: 24px;
}

.findevent { 
	background: url(../images/buttons/button_findevents.jpg) no-repeat; 
	width: 121px;
	height: 26px;
}

.findclass { 
	background: url(../images/buttons/button_findclass.jpg) no-repeat; 
	width: 121px;
	height: 26px;
}

.findoutmore{
	background: url(../images/buttons/button_findoutmore.png) no-repeat;
	width: 120px;
	height: 26px;
	float: right;
	margin-right: 30px;
}

.submit_button, .submit_button2 { 
	background:url(/images-blueskin/buttons/btn-submit.png) no-repeat;
	width: 73px;
	height: 24px;
}

.continue_button { 
	background:url(/images-blueskin/buttons/button_continue_to_step2.jpg) no-repeat; 
	width: 120px;
	height: 24px;
}


.locate {
	background:url(/images-blueskin/buttons/btn-locate.gif) no-repeat;
	width:  58px;
	height: 24px;
}

/* @end */
/* @end */


/* @group Row Description */

.row-description {
	
	padding-top: 10px;
	font-size: 11px;
}

.schedule:hover .row-description {
	visibility: visible;
}

/* @end */

/* @group Club */

#club-slider-outer {
	width: 450px;
	height: 234px;
	position: relative;
	float: left;
	margin: 0 0 10px 5px;
}

#club-slider {

}

#club-slider ul, #club-slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#club-slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 450px;
	height: 234px;
	overflow: hidden; 
}

#prevBtn, #nextBtn {
	text-indent: -99999px;
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
}

#prevBtn {
	top: 90px;
	left: 5px;
}

#nextBtn {
	top: 90px;
	right: 5px;
}

#prevBtn a:link, #prevBtn a:visited, #prevBtn a:active {
	background:url(/images-blueskin/left-arrow.png) no-repeat;
	display: block;
	height: 46px;
	width: 46px;
}
#nextBtn a:link, #nextBtn a:visited, #nextBtn a:active {
	background: url(/images-blueskin/right-arrow.png) no-repeat 0 0;
	display: block;
	height: 46px;
	width: 46px;
}

#club-promo {
	background:#919194;
	width: 489px;
	height: 234px;
	overflow: hidden;
	margin: 0 0 10px 0;
	float: left;
}

#club-promo h2 {
	text-transform: uppercase;
	color: #fff;
	margin: 19px 0 6px 19px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-0.02em;
	font-size:24px;
}

#club-promo h2 a {
	color:#FFF;
	text-decoration:none;
}

#clubPromo-body {
	margin: 0 0 0 20px;
	color: #fff;
	width: 450px;
	height: 135px;
	font-size:12px;
}

#clubPromo-body ul {
	list-style: none;
	width: 45%;
	float: left;
	height: 135px;
	overflow: hidden;
	
}

#clubPromo-body ul li {
	display: block;
	float: left;
	width: 200px;
	margin: 0 10px 5px;
	letter-spacing:-0.01em;
	font-size:11px;
}

/* deleting this kludge
a.clubPromo-view:link, a.clubPromo-view:active, a.clubPromo-view:visited {
	background: url(/images/b_viewallAmenities.jpg) no-repeat 0 0;
	display: block;
	width: 147px;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0 0 0 265px;
}
*/
a.clubPromo-amenities {
	margin-left: 20px;
}

a.clubPromo-video {
	margin-left: 10px;
}

.clubHome-side a:link, .clubHome-side a:visited, .clubHome-side a:active {
	color: #666;
	text-decoration: none;
}

.clubHome-side a:hover {
	text-decoration: underline;
}

.clubHome-side p {
	margin-bottom: 12px;
	color: #666;
}

.clubHome-side h2 {
	color: #0068a6;
	font-size: 15px;
	text-transform: uppercase;
}

.clubHome-mid {
	width: 445px;
}

.clubHome-mid #box-large2 {
	width: 445px;
}

#club-description {
	margin: 10px 0 15px;
}

#club-description h1 {
	color: #0068A6;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

#club-description p {
	line-height: 1.4;
}

#club-description strong, #club-description b {
	font-weight: 700 !important;
}

#club-description i, #club-description em {
	font-style: italic;
}



.clubHome-mid #box-large2 h2 {
	background:url(/images-blueskin/colheaders/clubhome-small.jpg) no-repeat;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.clubHome-mid #box-large2 h2 span {
	float: right;
	margin: 3px 13px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	display: inline;
}

.clubHome-mid #box-large2 h2 span a {
	color: #fff;
	text-decoration: none;
}
.clubHome-mid #box-large2 h2 span a:hover {
	color: #fff;
	text-decoration: underline;
}

#club-events {
	float: left;
}

#club-events p {
	margin: 0 0 8px 0;
}

.club-event {
	background: #f1f2f2;
	float: left;
	width: 443px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.club-event-alt {
	background: #e7e7e7;
	float: left;
	width: 443px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.event-date {
	background: url(/images/event-date.png) no-repeat 0 0;
	display: block;
	width: 41px;
	height: 33px;
	float: left;
	margin: 10px 15px 10px 10px;
}

.event-month {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.event-day {
	display: block;
	text-align: center;
}
.event-info{width:340px;float:right;margin:10px 10px 10px 8px;}
.event-info p{margin:0 0 8px 0;}
.event-info2{padding:10px 10px 10px 8px;font-weight:normal;}
.event-info2 p{}

#event-paging {
	width: 650px;
	display: block;
	height: 20px;
	text-align: right;
	padding: 4px 0 4px;
	font-size: 1.1em;
}

#event-paging p {
	font-size: 1.1em;
}

#event-paging span {
	
}

#event-paging a:link, #event-paging a:visited, #event-paging a:active {
	color: #8c8c8c;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	padding: 2px 5px;
	margin: 0 0 0 4px;	
}
#event-paging a:hover {
	color: #666;
	text-decoration: none;
}

#sidebar-right2 {
	float: left;
	width: 219px;
	height: 800px;
	margin: 0 0 0 10px;
}


#sidebar-right2 h2.club-brochure {
	background:url(/images-blueskin/colheaders/clubbrochure.gif) no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding: 6px 0 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar-right2 h2.class-schedule {
	background:url(/images-blueskin/colheaders/classschedule.jpg) no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding: 6px 0 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.clubHome-sideRight #box-container {
	background: #f1f2f2;
	font-size: 11px;
	font-weight: bold;
	margin-right:1px;
}

form#chooseClass select {
	width: 195px;
	margin: 6px 0 8px;
}

a.downloadSchedule:link, a.downloadSchedule:visited, a.downloadSchedule:active {
	background: url(/images/i_pdf.jpg) no-repeat center left;
	text-decoration: none;
	display: block;
	height: 22px;
	padding: 0 0 0 25px;
	color: #455560;
	font-weight: bold;
	font-size: 9px;
}

a.downloadSchedule:hover {
	text-decoration: underline;
}

.viewAll-classes {
	background: url(/images/b_viewall.jpg) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 88px;
	height: 26px;
	float: right;
}

h2.class-schedule span, h2.club-blogPosts span {
	float: right;
	margin: 3px 13px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

h2.club-blogPosts span {
	margin: 3px 8px 0 0;
}

h2.class-schedule span a, h2.club-blogPosts span a {
	color: #fff;
	text-decoration: none;
}
h2.class-schedule span a:hover, h2.club-blogPosts span a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar-right2 h2.club-blogPosts {
	background:url(/images-blueskin/colheaders/blogposts.jpg) no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding: 6px 15px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 13px 0 0;
}

.clubHome-sideRight #box-container p {
	margin: 0 0 5px;
	font-weight: normal;
	text-decoration:underline;
}

/* @end */

/* @group Find a Club Lightbox */

#findaclub {

}

#findaclub-wrapper {
	background:url(/images-blueskin/bg-findclub.jpg) no-repeat;
	width: 797px;
	height: 346px;
}

#findaclub-wrapper h2 {
	color: #005499;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 217px;
	padding: 90px 0 0;
	margin-bottom:70px;
}

#findaclub-wrapper .formWrapper {
	margin: 0px 0 0 217px;
	float: left;
	width: 540px;
	display:block;
}

#findaclub-wrapper div.locationWork, #findaclub-wrapper  div.locationHome {
	float: left;
	margin: 0;
	width: 245px;
}

#findaclub-wrapper  div.locationWork {
	margin-right: 45px;
}

#findaclub-wrapper  input {
	border: 2px solid #d9d9d9;
	color: #a6a6a6;
	padding: 3px 8px;
	width: 227px;
	margin: 0 0 18px;
}

#findaclub-wrapper  input.findSubmit {
	clear: both;
	display: block;
	float:right;
	background:url(/images-blueskin/buttons/btn-findaclub.png) no-repeat;
	width: 96px;
	height: 24px;
	text-indent: -99999px;
	border: 0;
	margin-right:2px;
}

#findaclub-wrapper a:link, #findaclub-wrapper a:visited, #findaclub-wrapper a:active {
	color: #005499;
	font-size: 12px;
	font-weight:bold;
	float: right;
	margin: 0 44px 0 0;
}

/* @end */

/* @group JoinEmail Lightbox */

#joinemail {

}

#joinemail-wrapper {
	background:url(/images-blueskin/bg-joinemail.jpg) no-repeat;
	width: 797px;
	height: 346px;
	color:#0068A6;
}

#joinemail-wrapper p {
	margin-bottom:10px;
}

#joinemail-wrapper h2 {
	color: #005499;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 90px 0 0;
}

#joinemail-wrapper form {
	margin: 20px 0 0 30px;
	float: left;
	width: 540px;
}

#joinemail-wrapper form fieldset {
	float: left;
	margin: 0;
	width: 245px;
}

#joinemail-wrapper form fieldset.locationWork {
	margin-right: 45px;
}

#joinemail-wrapper form input, #joinemail-wrapper form select {
	border: 2px solid #d9d9d9;
	color: #a6a6a6;
	padding: 3px 8px;
	width: 210px;
	margin: 0 0 10px;
}

#joinemail-wrapper label {
	color:#0068A6;
	float:left;
	margin-right:10px;
}

#joinemail-wrapper form #je_member {
	float:left;
	width:auto;
	margin:0px;
	margin-right:5px;
}

#joinemail-wrapper form #state {
	width:100px;
	margin-right:10px;
}

#joinemail-wrapper form #zip {
	width:50px;
}


#joinemail-wrapper form input.findSubmit {
	clear: left;
	display: block;
	background:url(/images-blueskin/buttons/btn-submit.png) no-repeat;
	width: 73px;
	height: 24px;
	text-indent: -99999px;
	border: 0;
	margin-right:2px;
}

#joinemail-wrapper form input.error {
	color:#FFFFFF;
}

#joinemail-wrapper form input.radio {
	padding:0px;
	margin:0px;
	width:auto;
	float:left;
	margin-right:5px;
}

#joinemail-wrapper a:link, #findaclub-wrapper a:visited, #findaclub-wrapper a:active {
	color: #005499;
	font-size: 12px;
	font-weight:bold;
	float: right;
	margin: 0 44px 0 0;
}

#joinemail-wrapper #reqFieldsHeader.red {
	color:#990000;
}
#joinemail-wrapper #actionPanel {
	padding-top:10px;
	padding-bottom:10px;
}
#joinemail-wrapper #actionLoader {
	float:left;
	width:32px;
	height:32px;
	background:url(/images-blueskin/ajax-loader.gif) no-repeat;
}

#joinemail-wrapper .green {
	font-weight:bold;
	color:#66CC00;
}

/* @end */


/* @group Careers */

.careerPost {
	padding: 0 0 40px;
	margin: 0 0 17px;
	border-bottom: 1px solid #666;
}

.careerPost h3 {
	font-weight: bold;
	font-size: 12px;
}

a.applyNow:link, a.applyNow:active, a.applyNow:visited {
	background: url(/images/b_applyNow.jpg) no-repeat 0 0;
	display: block;
	width: 122px;
	height: 28px;
	text-indent: -99999px;
	float: right;
}

#careersForm-inner {
	background: #fff;
	color: #333;
	padding: 35px;
}

#careersForm-inner h2 {
	font-size: 2.4em;
	margin: 0 0 15px;
}

#careersForm-inner form {
	margin: 0 0 0 20px;
	width: 300px;
}

#careersForm-inner form label {
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 4px;
}

#careersForm-inner form input {
	border: 1px solid #888;
	width: 225px;
	padding: 5px 6px;
	margin: 0 0 10px;
}

#careersForm-inner form input.upload_field, #careersForm-inner input.submit_button {
	border: 0;
	padding: 0;
}

#careersForm-inner input.submit_button {
	margin: 0 0 0 155px;
}

/* @end */

/* @group Locations Lightbox */

#locations-inner {
	background: #fff;
	color: #333;
	padding: 35px 20px 0 20px;
}

#locations-inner h2 {
	font-size: 2.0em;
	margin: 0 0 15px;
}
/* @end */


.clear {
	clear: both;
}


/* kids activities */
#kidsactivities ul { font-size: .9em; color: #666; list-style-type: square; margin-left: 20px; margin-top: 2px; }
#kidsactivities li { padding: 2px 0; }
#kidsactivities li a { color: #666; text-decoration: underline; }
#kidsactivities li a:hover { color: #333; text-decoration: underline; }
.kidsactivity-content { background-color: #ffffff; color: #666; font-size: 1.2em; width: 400px; height: 430px; }
.kidsactivity-content p { margin: 5px 0 0 0; }
.kidsactivity-content h3 { color: #333; margin: 5px 0 0 0; font-size: 1.4em; }
.kidsactivity-content a { color: #666; text-decoration: underline; }
.kidsactivity-content a:hover { color: #333; text-decoration: underline; }

/* subfooter */
#subfooter { border-top: 1px solid #ccc; margin-top: 7px; padding-top: 5px; text-align: left; }

/* footer-lint */
#footer-lint { float: right; width: 300px; text-align: right; }
#footer-lint img { border: none; vertical-align: baseline; margin-left: 10px; }

/* personal training */
#pt_submenu { float: left; width: 170px; background: #fff; text-align: right; }
#pt_submenu ul { list-style: none; }
#pt_submenu li { padding: 5px 20px 5px 0; }
#pt_submenu li a { color: #a49400; font-size:14px; text-decoration:none;}
#pt_submenu li a:hover { color: #333;}
#pt_submenu li.selected { }
#pt_submenu li.selected a { font-size:18px; font-weight:bold }

#pt_content { margin-left: 180px; }


#box-large3-container h2 {
	font-size:18px;
	font-weight:bold;
	line-height:19px;
	letter-spacing:-0.02em;
	color:#9c1a19;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif, "Lucida Sans Unicode";
	margin-bottom:10px;
}

#box-large3-container h3 {
	color:#0068A6;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	letter-spacing:-0.02em;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif, "Lucida Sans Unicode";
	margin-bottom:10px;
}

#box-large3-container .promoimg {
	margin-bottom:10px;
}

#contactForm1 label.error {
	display:block;
	background:none;
	border:none;
	margin-bottom:5px;
	text-align:right;
	padding:0px;
	margin-top:0px;
}

#contactForm1 .input {
	margin-top:0px;
}

p.gray {
	color:#454545;
}

p.orange {
	color:#0068A6;
}

.clubBlogs p {
	margin-bottom:0px;
}

.clubBlogs a {
	color:#0078c1;
	text-decoration:underline;
	font-size:12px;
}

#content.localexpired {
	margin:0 30px;
}

.contentPlayerRight {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.promo {
	margin-bottom:20px;
}

.btnLocationList {
	margin:0 5px;
}

.locButtons {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

label.error {
	display:block;
	font-size:10px;
	font-style:italic;
	margin:0px 0px 10px 0px;
	border:none;
	padding:0px;
	background:none;
	margin-top:-5px;
	text-align:right;
}

input.error {
	border-color:#D8000C;
}

#calendarFilters {
	margin-bottom:10px;
}

#scheduleValid {
	margin-bottom:5px;
	font-size:12px;
	color:#1078B7;
}

#calendarFilters  tr td {
	padding-right:10px;
	vertical-align:middle;
	color:#666666;
}

#calendarFilters select {
	width:auto;
	margin-top:2px;
}

#calendarFilters h3 {
	color: #1078B7;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#content.contact .midCol {
	float:left;
	width:450px;
	padding-right:15px;
	padding-bottom:20px;
}

#content.contact .contactSelectionList {
	line-height:20px;
}

#content.contact .contactSelectionList a {
	color:#0068A6;
}

#content.contact .message {
	width:380px;
	margin-bottom:10px;
}

#concordspaprofessionals {
	margin-bottom:20px;
}

	#concordspaprofessionals h1 {
	    color: #0068A6;
	    font-size: 22px;
    	font-weight: normal;
    	margin-bottom: 10px;
	}
	
	#concordspaprofessionals .professional {
		width:95px;
		float:left;
		margin-bottom:5px;
	}
	

	
	#concordspaprofessionals .professional img {
		width:90px;
	}
	
#content .pageAttachment {
		display:block;
		color:#0068A6;
		padding:5px 5px 5px 25px;
		line-height:20px;
		margin-bottom:5px;
		background:url(../images-blueskin/icon-doc.jpg) left no-repeat;
	}
	

.contentSubLeft {
	float:left;
	width:285px;
}

.contentSubRight {
	float:right;
	width:285px;
}

#cafevidaHours {

}

#cafevidaHours h4 {
	font-size:20px;
}

#cafevidaHours table {
	margin-bottom:20px;
}

#cafevidaHours table td {
	padding:0px 10px 2px 0px;
}

#cafevidaHours h5 {
	color:#0068A6;
	font-size:16px;
}

.pdfLinkList {
	margin-bottom:20px;
	list-style:none;
}

.pdfLinkList li {
	list-style:none;
	padding-bottom:5px;
	display:block;
}

.pdfLinkList img {
	vertical-align:middle;
}

#content  .pdfLinkList a {
	color:#0068A6;
}


.tableWithPadding5 td {
	padding:0px 5px 5px 0px;
}

.schedulenote {
	color:#666;
	margin-bottom:20px;
}

#raiseTheBarBanner {
	background:url(../images-blueskin/promos/raise-the-bar-challenge.jpg) no-repeat top;
	padding:50px 20px 20px 20px;
	text-align:left;
}

#raiseTheBarBanner h4 {
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}

#promoSlider a {
	position:absolute;
	display:none;
	width:939px;
	height:247px;
}
