/* ====================================================================================
Fitspark CSS 	| Styles for all browsers
Kemie Guaida 	| Last modified dec 2007
====================================================================================*/ 
/*-------------------- basic---------------------*/ 
body {
	background-color: #fff;
	background-image: url(../_img/bg_pg.png);
	background-repeat: repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	padding: 0;
}

body, html{
	height: 100%;
}

td, th, select, input, select, textarea, option {
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a{
	color: #336699;
	outline: none;
	text-decoration: none;
}

a:visited{
	color: #4583bf;
}

a:hover, a:visited:hover{
	color: #264d73;
	text-decoration: underline;
}

a:active{
	color: #ff9000;
}

a img{
	border: 0;
}

p{
	margin: 0;
	padding: 6px 0;
}

table{
	border-collapse: collapse;
}

td, th{
	margin: 0;
	vertical-align: center;
}

 th{
	border-bottom: 2px solid #ededed;
	color: #3D878C;
	font-size: 10px;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}

td{
	padding: 8px;
}

/*fix for containing floats*/
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/*ie5 mac only*/
* html>body .clearfix{
	display: inline-block;
	overflow: visible;
}

 
/*-------------------- headers---------------------*/ 
h1{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px;
	padding: 0;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 6px 0 0 0;
	padding: 0px;
}

h3{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

h4{
	font-size: 14px;
	margin: 0;
	padding: 4px 12px;
}

h5{
	font-size: 13px;
	margin: 0 10px;
	padding: 0;
}

h6{
	font-size: 12px;
	margin: 0 10px;
	padding: 0;
}

/*-------------------- forms---------------------*/ 
form{
	margin: 0;
	padding: 0;
}

form td {
	padding: 0;
}

input[type=text], textarea, .textbox{
	background-color: #F3f3f3;
	border: 1px solid #a5a5a5;
	color: #666666;
}

input[type=text]:focus, textarea:focus{
	background-color: #FEFEFE;
	border: 1px solid #e3e3e3;
	color: #333333;
}

input.button{
	background-color: #007688;
	border: 1px outset #005260;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	margin-right: 12px;
	padding: 2px 8px;
}

label{
	font-weight: bold;
	margin-right: 10px;
}

form p{
	clear: left;
	font-size: 14px;
}

/* ====================================================================================
Layout
====================================================================================*/ 
#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	min-height: 300px;
	padding: 0 20px;
	width: 950px;
}

/*-------------------- header---------------------*/ 
#header {
	background-image: url(../_img/bg_header.png);
	background-repeat: repeat-x;
	color: white;
	height: 130px;
	position: relative;
}

#header h2, #facilities{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50px;
}

#facilities{
	margin-right: 5px;
}

#usernav{
	color: #F5E38F;
	font-size: 11px;
	margin: 5px;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0;
}

#usernav li{
	border-right: 1px solid white;
	line-height: 100%;
	padding: 0 10px;
}

#usernav li.last{
	border-right: none;
}

#usernav a{
	color: white;
}

#usernav a.logout{
	color: #FF9000;
}

#nav {
	bottom: 0;
	font-size: 18px;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#nav li, #usernav li {
	float: left;
	list-style-type: none;
}

#nav li{
	background-color: #327377;
	background-image: url(../_img/bg_nav2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: center;
}

#nav li.on{
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
}

#nav li.on a{
	background-position: top left;
	background-repeat: no-repeat;
	color: #A1E4E9;
}

#nav a{
	background-image: url(../_img/bg_nav1.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #e9f5f7;
	float: left;
	padding: 14px 0 15px 0;
	width: 126px;
}

#nav a:hover{
	color: white;
	text-decoration: none;
}

#navsearch{
	background-color: transparent;
	background-position: right bottom;
	font-size: 14px;
	height: 45px;
	padding: 0;
	text-align: center;
	width: 320px;
}

#navsearch p{
	background-image: url(../_img/bg_nav1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#navsearch input{
	vertical-align: middle;
}

.searchbox{
	background-image: url(../_img/bg_searchinput.png);
	border: none !important;
	height: 19px;
	padding: 2px !important;
	width: 226px;
}

.searchbox:focus{
	border: none;
}

.searchbtn{
	background-color: transparent;
	background-image: url(../_img/bg_searchbtn.png);
	border: none;
	color: white;
	height: 25px;
	line-height: 25px;
	width: 69px;
}
#demo {
	text-align: center;
}
/*-------------------- footer---------------------*/ 
#footer {
	border-top: 1px solid #d7d7d7;
	clear: both;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
}

#footer a{
	color: #999;
}

#footer p {
	padding: 0;
}

.footl{
	float: left;
}

.footr{
	float: right;
}
.footc {
	text-align: center;
}

/*-------------------- home---------------------*/ 
.col{
	float: left;
	margin: 30px 0 10px 0;
	width: 475px;
}

.module{
	background-image: url(../_img/bg_module.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0 15px 20px 15px;
}

.modtitle{
	background-color: #e3e3e3;
	background-image: url(../_img/bg_moduletitle.png);
	margin: 0 -10px 10px -10px;
	padding: 6px 8px;
}

.modtitle h3{
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin: 0;
	padding: 3px 0 2px 30px;
}

.modtitle p{
	background-image: url(../_img/bg_modtitle_btn2.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
}

.modtitle p a, .modtitle p a:visited{
	background-image: url(../_img/bg_modtitle_btn1.png);
	background-repeat: no-repeat;
	color: #ff9000;
	display: block;
	padding: 3px 10px;
}

.modtitle p a:hover{
	color: #db7900;
	text-decoration: none;
}

#modAlerts h3{
	background-image: url(../_img/ic_alerts.png);
}

.alertTable td{
	border-bottom: 1px solid #ededed;
	padding: 10px 5px;
}

.alertDate{
	color: #999;
}

#modSessions h3{
	background-image: url(../_img/ic_sessions.png);
}

.sessionCal{
	background-image: url(../_img/bg_sessioncal.png);
	background-repeat: no-repeat;
	border-collapse: separate;
	float: left;
	height: 144px;
	padding: 5px;
	width: 144px;
}

.sessionCal td{
	background-image: url(../_img/bg_cal_day.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	padding: 1px 1px;
	text-align: center;
	vertical-align: middle;
	width: 18px;
}

.sessionCal th{
	border: none;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

.sessionCal td.today{
	background-image: url(../_img/bg_cal_today.png);
}

.sessionCal h4{
	color: #999;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

.sessionCal h4 a{
	font-weight: bold;
	margin: 0 2px;
}

.sessionList{
	float: right;
	margin-right: -10px;
	max-height: 230px;
	overflow: auto;
	overflow-x: hidden; /*non standard*/
	width: 280px;
}

.sessionList h4{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

.sessionList table{
	width: 99%;
}

.sessionList td{
	border-top: 1px solid #ededed;
	padding: 5px;
}

#modTodos h3{
	background-image: url(../_img/ic_todos.png);
}

#modTodos td{
	border-bottom: 1px solid #ededed;
	padding: 5px;
}

tr.done td{
	color: #999;
}

#modStats h3{
	background-image: url(../_img/ic_stats.png);
}

#modTasks{
	padding-bottom: 8px;
}

#modTasks h3{
	background-image: url(../_img/ic_tasks.png);
}

#modTasks ul{
	margin: -8px;
	padding: 0;
}

#modTasks li{
	border: 1px solid #e3e3e3;
	float: left;
	list-style: none;
	margin: 1px;
	padding: 0;
	width: 226px;
}

#modTasks li a{
	background-image: url(../_img/bg_tasks.png);
	background-position: bottom;
	background-repeat: repeat-x;
	display: block;
	padding: 5px;
}

#modWho h3{
	background-image: url(../_img/ic_who.png);
}

/* ====================================================================================
Schedule
====================================================================================*/ 
/*-------------------- left column---------------------*/ 
#leftCol{
	float: left;
	margin-top: 30px;
	width: 165px;
}

#leftCol h3{
	border-bottom: 2px solid #ededed;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.instructions{
	color: #666;
	font-size: 11px;
	font-style: italic;
	margin: 5px 0;
}

#leftCol h5{
	background-color: black;
	background-image: url(../_img/bg_leftcol.png);
	background-repeat: repeat-x;
	color: white;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#leftCol h5 a{
	background-image: url(../_img/bg_leftcol_closed.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ededed;
	display: block;
	line-height: 36px;
	margin: 0;
	padding: 0;
	padding: 0 5px;
}

#leftCol h5 a.open{
	background-image: url(../_img/bg_leftcol_open.png);
}

#leftCol h5 a:hover{
	color: white;
	text-decoration: none;
}

.viewing{
	margin: 0;
	padding: 0;
}

.viewing li{
	background-repeat: no-repeat;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px 5px 5px 20px;
}

.viewing span{
	float: right;
}

.paid{
	background-image: url(../_img/ic_paid.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.overdue{
	background-image: url(../_img/ic_overdue.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.alert{
	background-image: url(../_img/ic_alert.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.inactive, .inactive a{
	color: #999;
}

.quickSearch{
	background-color: #ededed;
	border: 1px solid #e3e3e3;
	padding: 7px;
}

.quickSearch input{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #999;
	padding: 2px;
	width: 140px;
}

.sideList{
	height: 486px;
	margin: 0 0 5px 0;
	overflow: auto;
	padding: 0;
}

.sideList li{
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 20px;
}

.selected a{
	color: #333;
	font-weight: bold;
}

#leftCol .sessionCal{
	background-image: none;
	border: 1px solid #e3e3e3;
	margin: 10px 0;
	padding: 9px;
}

/*-------------------- schedule grid---------------------*/ 
#status{
	background-color: #ffffff;
	margin: 0 -5px;
	padding: 10px;
	text-align: right;
}

#status span{
	display: inline-block;
	margin: 0  0 0 5px;
	padding: 0 12px;
}

#schedule{
	background-image: url(../_img/bg_schedule.gif);
	background-repeat: repeat-y;
	/*float: right;*/
	margin-left: 175px;
	padding: 5px;
}

#schedule .modtitle{
	height: 24px;
	margin: 0;
}

#schedule h3{
	background-image: url(../_img/ic_schedule.png);
	position: relative;
	z-index: 1;
}

#schedule .modtitle p.selected{
	background-image: url(../_img/bg_modtitle_btn2.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
}

p.expandlink{
	margin-left: 20px;
}

#schedTable{
	border: 1px solid white;
	border-left: none;
	height: 970px;
	overflow: auto;
}

.week{
	width: 1225px;
}

.schedTimes{
	background-image: url(../_img/bg_schedTimes.png);
	background-repeat: repeat-x;
	border-right: 1px solid #9EA9AA;
	float: left;
	height: 950px;
	overflow: hidden;
	padding: 0;
	width: 44px;
	border: 1px solid white;
	border-right: 1px solid #9EA9AA;
}

.schedTimes ul{
	background-color: #fff;
	margin: 56px 0 0 0;
	padding: 0;
}

.schedTimes li{
	font-size: 11px;
	line-height: 26px;
	list-style: none;
	margin: 0;
	padding: 10px 0px 12px 0;
	text-align: right;
}

.schedCol{
	background-color: #ffffff;
	background-image: url(../_img/bg_schedule.png);
	background-position: 0 33px;
	border-right: 1px solid #9EA9AA;
	float: left;
	height: 950px;
	overflow: visible;
	position: relative;
	width: 173px;
}

.schedCol h4{
	background-color: #CFE1E2;
	border-bottom: 1px solid white;
	color: #336699;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.schedHeader{
	background-color: #E9F5F6;
	border-bottom: 2px solid #cfe1e2;
	border-right: 1px solid #dedede;
	color: #3D878C;
	float: left;
	font-size: 11px;
	line-height: 23px;
	padding: 0;
	text-align: center;
	width: 57px;
}

.schedCol .last{
	border-right: none;
}

.overlay{
	font-size: 10px;
	line-height: 120%;
	min-height: 15px;
	opacity: .75;
	padding: 4px;
	position: absolute;
	width: 49px;
	z-index: 1000;
}

/*height- 
1/2 hr=16px
1 hr= 48px
1 1/2 hr= 62px
2 hr= 86px
2 1/2 hr= 110px*/
.yoga{
	background-color: #c9ff99 !important;
	border: 1px solid #5EA700 !important;
	color: #529000;
}

.massage{
	background-color: #b9e5ff !important;
	border: 1px solid #4D8DBD !important;
	color: #3d78a6;
}

.ptraining{
	background-color: #ffce7a !important;
	border: 1px solid #f8882c !important;
	color: #f8790f;
}

.spinning{
	background-color: #f4c9d3 !important;
	border: 1px solid #ac7884 !important;
	color: #9f6370;
}

	.ptherapy{
	background-color: #d5c8f8 !important;
	border: 1px solid #948fc4 !important;
	color: #6f69b0;
}

	.nothing{
	background-color: #ededed !important;
	border: 1px solid #e3e3e3 !important;
}

	.sced1{
	height: 15px;
}

	.sched2{
	height: 38px;
}

	.sched3{
	height: 62px;
}

	.sched4{
	height: 86px;
}

	.sched5{
	height: 110px;
}

	.highlighted{
	background-color: #ebf3f3;
}

	.highlighted h4{
	background-color: #c0d8d9;
}

	.highlighted .schedHeader{
	background-color: #d7eaeb;
	border-bottom-color: #cddfe0;
}

	.highlighted .nothing{
	background-color: #d7e2e2;
	border: 1px solid #cdd8d9;
}

	/*-------------------- popups---------------------*/ 
	.popinfo{
	background-image: url(../_img/bg_popinfo.png);
	background-repeat: no-repeat;
	color: white;
	min-height: 120px;
	opacity: 1;
	padding: 7px 7px 10px 21px;
	position: absolute;
	width: 228px;
	z-index: 10000;
}

.close{
	float: right;
	margin-top: -5px;
	position: relative;
}

.popinfo h5{
	background-color: #4a4a4a;
	font-size: 18px;
	font-weight: normal;
	line-height: 110%;
	margin: 5px 5px 0 5px;
	padding: 10px;
}

.popinfo ul{
	margin: 5px 0;
	padding: 0;
}

.popinfo li{
	list-style: none;
	margin: 0;
	padding: 5px;
}

.popinfo li strong{
	color: #a5a5a5;
	display: inline-block;
	display: -moz-inline-box; /*non standard*/
	margin-right: 5px;
	text-align: right;
	width: 75px;
}

.popinfo option, .popinfo select{
	background-color: #4e4e4e;
	color: white;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.popinfo a{
	color: #A8D3FE;
}

.popinfo .catColor{
	height: 8px;
	margin: 2px;
	padding: 0;
	width: 8px;
}

.catColor{
	background-color: #a5a5a5;
	border: 1px solid #a5a5a5;
	display: inline-block;
	display: -moz-inline-box; /*non standard*/
	padding: 0;
}

.popinfo2{
	background-image: url(../_img/bg_popsched.png);
	background-repeat: no-repeat;
	min-height: 60px;
	padding: 10px 10px 10px 20px;
	position: absolute;
	width: 178px;
	z-index: 20000;
}
 
.popWeek{
	margin: 5px auto;
	/*float:left; */
	padding: 5px 0;
}

.popWeek li{
	background-image: url(../_img/bg_schedWeek.png);
	background-repeat: no-repeat;
	color: white;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	list-style: none;
	margin: 1px;
	padding: 0px;
	text-align: center;
	width: 23px;
}

.popWeek a, .popWeek a:visited,  .popWeek a:hover{
	color: white;
	display: block;
	text-decoration: none;
}

.popWeek .selected{
	background-image: url(../_img/bg_schedWeekSelected.png);
}

.popbuttons{
	clear: both;
	padding-top: 5px;
	text-align: center;
}

.popbuttons a{
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /*non standard*/
	line-height: 16px;
	margin: 0 2px;
	text-align: center;
}

.popbtnCancel, .popbtnCancel:visited{
	background-image: url(../_img/bg_popbtn_cancel.png);
	color: #999;
	padding: 2px 4px;
	width: 44px;
}

.popbtnSave, .popbtnSave:visited{
	background-image: url(../_img/bg_popbtn_save.png);
	color: #f8882c;
	padding: 2px 4px;
	width: 34px;
}

.colorKey{
	float: left;
	margin: 0 0 0 35px;
	padding: 20px 10px;
	width: 155px;
}

.colorKey li{
	list-style: none;
	margin: 0 5px;
	padding: 0 5px;
}

.colorKey .catColor{
	height: 10px;
	width: 16px;
}

/*-------------------- expanded---------------------*/ 
.expanded{
	margin: 0 10px;
	min-width: 940px;
	width: auto !important;
}


.expanded #schedule{
	background-image: none;

}

/* Demos */
#demos{
	width:950px;
	padding-bottom: 10px;
	margin-top:20px;
}
.main_title{
	font-size:3.6em;
	color:#fff;
	margin:0 0 20px 0;
	height:55px;
	background:url(../images/demos_title_bg.png) repeat-x;
	padding:10px 0 0 20px;
}
#dblocks{
	width:928px;
	overflow:hidden;
	background:#e3e3e3;
	padding:11px 10px 11px 12px;
	margin:15px 0 25px 0;
}
/* Demos left */
#dleft{
	float:left;
	width:178px;
	height:528px;
	background:#fff;
}
/* Demos right */
#dright{
	float:right;
	width:740px;
	height:528px;
	background:#fff;
}
/* Flash */
#dflash{
	padding:10px;
}
#dflash h2{
	font-size:1.8em;
	padding:0 0 7px 0;
}
#dlinks{
	width:159px;
	height:524px;
	margin:4px 0 0 15px;
	overflow:auto;
}
#dlinks ul{
	width:131px;
	padding:10px 0 0;
}
#dlinks ul li{
	padding:0 0 15px 0;
	text-align:center;
	width:131px;
}
#dlinks ul li a{
	display:block;
	background:#ececec;
	padding:10px;
	width:111px;
	color:#369;
	font-size:1.2em;
	font-weight:bold;
}
#dlinks ul li a:hover,
#dlinks ul li #dlinks_curr,
#dlinks ul li #dlinks_curr:visited{
	background:#ff9000;
	color:#333;
	text-decoration:none;
}
#dlinks ul li a span{
	display:block;
	padding:5px 0 0;
	cursor:pointer;
}

/* Menu */
#menu{
	margin:0 0 20px 25px;
	width:950px;
	height:43px;
	background:url(../images/menu_bg.png) repeat-x;
	overflow:hidden;
}
#menu ul{
	float:left;
	padding:6px 0 0 14px;
}
#menu ul li{
	float:left;
	font-size:1.8em;
	padding:0 1px 0 0;
}
#menu ul li a{
	float:left;
	display:block;
	color:#fff;
	padding:5px 16px 0;
	height:32px;
}
#menu ul li a:hover, #menu ul li a.selected{
	color:#434344;
	background:#fff;
	text-decoration:none;
}

/*------------------pricing---------------*/
.pricingTable {
	font-size:11px;
	line-height:1.2em;
	border: solid black 1px;
	float: left;
	margin-top: 15px;
	width: 660px;
}


.pricingTable th,
.pricingTable td {
	border: solid black 1px;
	font-size:12px;
	text-align:center;
}

.pricingTable th {
	background-color: #3D6E8C;
	color: white;
	font-weight: bold;
}

.pricingTable .pricingLeft {
	text-align: left;
}

.pricingTable .highlight {
	background-color: #A6E3B0;
}

.pricingTable th:hover {
	cursor: pointer;
}