@font-face {
	font-family: 'Titillium';
	src: url('titilliumtext250wt-webfont.eot');
	src: local('☺'), url('../Fonts/Titillium/titilliumtext250wt-webfont.woff') format('woff'),
            url('../Fonts/Titillium/titilliumtext250wt-webfont.ttf') format('truetype'),
            url('../Fonts/Titillium/titilliumtext250wt-webfont.svg#webfontmSrve9QY') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium';
	src: url('titilliumtext600wt-webfont.eot');
	src: local('☺'), url('../Fonts/Titillium/titilliumtext600wt-webfont.woff') format('woff'),
            url('../Fonts/Titillium/titilliumtext600wt-webfont.ttf') format('truetype'),
            url('../Fonts/Titillium/titilliumtext600wt-webfont.svg#webfontO2WPJFNe') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium';
	src: url('titilliumtext15l-webfont.eot');
	src: local('☺'), url('../Fonts/Titillium/titilliumtext15l-webfont.woff') format('woff'),
            url('../Fonts/Titillium/titilliumtext15l-webfont.ttf') format('truetype'),
            url('../Fonts/Titillium/titilliumtext15l-webfont.svg#webfontlgg8aquH') format('svg');
	font-weight: bold;
	font-style: normal;
}

    /*html {
            height: 100%;
    }*/

    body {
            font-family: Titillium, "Helvetica Neue", "HelveticaNeue", helvetica, sans-serif;
            font-size: 13px;
            text-shadow: gray 0 1px 1px;
            margin: 0px;
            padding:0;
            height: 100%;
            text-align:center;
            /*background-color:#414141;*/
            background-color:#e3dbe8;
            background-image: url('images/body_bg.png');
            background-repeat: repeat-x;
            scrollbar-base-color: #f0ba00;
            visibility: hidden;
    }


#wrapper{
    text-align:left;
    width:1054px;
    margin:0 auto;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #f3f3f3;
 /*text-shadow: white 0 1px 1px;*/
 /*border-bottom: 1px solid #D0D0D0;*/
 font-size: 30px;
 font-weight: bold;
 margin: 0;
 padding: 0;
}
h2 {
    /*display:none;*/
    /*background-image: url('images/h2_bg.png');*/
    background-color: #414141;
    /*position:absolute;
    margin-top:-50px;*/
    margin:0;
    width:730px;
    color: #ffca27;
    text-shadow: black 0 1px 1px;
    filter: glow(color=black,strength=1);

    z-index: 2;

    /*filter: dropshadow(color=black,offX=0,offY=1);*/
    /*border-bottom: 1px solid #D0D0D0;*/
    font-size: 20px;
    font-weight: bold;
    padding: 10px;

}

h1 span.logo_text {
    display:none;
}

h3{
 font-size: 17px;
 font-weight: bold;
 margin:5px 0;
}

div.logo_image{
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width:180px;
    height:185px;
    position:absolute;
    margin-left:64px;
    z-index:8;
    cursor:pointer;
}


code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.notification {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:  0.5em 5px;
	margin:  0;
}
.notification > div {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.attention {
    background: #fffbcc;
    border-color: #e6db55;
    color: #666452;
}
.information {
	background: #dbe3ff;
	border-color: #a2b4ee;
	color: #585b66;
}
.success {
	background: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}

.error {
	background-color: #ffc82e;
	border-color:  #ff852e;
        margin-top:2px;
	color:  #665252;
}

.clear{
    clear: both;
}

/*body styling*/
#content{
    background-color: #519f53;
}
#leftcolumn{
    background-color: #519f53;	
    width:253px;
	min-height:850px;	
    float:left;
    position:absolute;
	
    

    /*background-image: url('images/leftbottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;*/
}
#rightcolumn{
    margin-left:253px;
    width:801px;
    float:left;
}

#logo{
    height:160px;
    background-image: url('images/lc_bg.png');
    background-repeat: repeat-x;
}

#main, #footer, #footer_round{
    background-color: #414141;
}

#copyright{
    color:#519f53;
    font-size: 11px;
    text-shadow: white 0 1px 1px;
    text-align: center;
}

#main{
    background-image: url('images/r.png');
    background-repeat: repeat-y;
    background-position: right;
    width:801px;
    float:left;
}

#header{
    height:59px;	
    background-image: url('images/slogan.png');
    background-repeat: no-repeat;
    background-position: center left;
    margin-left:16px;
}
#menu{
	display:block;
	position: relative;
    background-image: url('images/tr.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 100px;
}
#mainmenu{
    position:absolute;
    z-index: 8;
    margin-left:30px;
    height: 40px;
}
#mainmenu li{
    float:left;
    margin-top:15px;
}

#mainmenu a{
    font-size:15px;
    color: #f3f3f3;
    text-decoration: none;
}

#footer_round{
    background-image: url('images/br.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    height:12px;
    width:801px;
    float:left;
}
.submenu{
    background-image: url('images/sub_menu.png');
    background-repeat: repeat-x;
    height:51px;
    margin-top:49px;
    padding-left:10px;
    position:absolute;
    z-index:7;
    width:801px;

    display:none;
}

.submenu li{
    float:left;
}

#maincontent{
    float:left;
    background-color:#f3f3f3;
    color:black;
    margin:0 5px;
    padding: 9px 17px 9px 23px;
}


#text{
    width:98%;
}

/*Necessary because M$ is full of #$%^*/
#text_container{margin-top:10px;float:left; text-shadow:none; overflow-y:auto; overflow-x:hidden;
      font-family: "Helvetica Neue", "HelveticaNeue", helvetica, sans-serif;
	  min-height:315px;
      width:100%; /*padding-right:15px; margin-right:20px;*/
}
strong, span.strong{font-weight:bold;}

.contentbox{padding-bottom:10px; line-height: 15px; width:100%;}
#c_col1{float:left; width:390px}

ul.lists li{
    list-style: disc;
    margin-left:20px;
    vertical-align: top;
    line-height: 15px;

    /*background-color:green;
    padding:15px;
    margin: 5px 0;
    margin-right:5px;
    background-image: url('images/list_bg.jpg');
    background-repeat: repeat-x;

    text-shadow: #9dd49e 0 1px 1px;
    color: black;*/
}
.lists{
    float:left;
    width:49%;
}

#c_col2{
    float:left; width:315px; margin-left:10px;
    /*background-color: #91ff94;
    padding:15px;*/
    /*margin: 0px 0;
    margin-right:5px;*/
    /*background-image: url('images/list_bg.jpg');
    background-repeat: repeat-x;*/

    /*text-shadow: white 0 1px 1px;
    color: black;

    border: solid 4px #414141;*/
}

#home_list{
    width:90%;
    /*list-style: none;
    background-color: #9dd49e;
    padding:15px;
    margin: 5px 0;
    margin-right:5px;
    background-image: url('images/list_bg.jpg');
    background-repeat: repeat-x;

    text-shadow: #9dd49e 0 1px 1px;
    color: black;
    font-size:15px;*/
}


#footer{
    float:left;
    padding-top:5px;
    width:800px;
}

#footer h3{
    text-shadow: black 0 1px 1px;
    color: #f3f3f3;
    padding-bottom: 5px;
}

#footer .footer_box{
    padding-left:27px;
}

#box1, #box2, #box3{
    float:left;
    width:235px;
    color: #727272;
    text-shadow: black 0 1px 1px;
}
#box3{float:right;}

#box1 ul {
    width:80px;
    float:left;
}

#box2, #box3{
    /*background-image: url('images/footer_bg.png');
    background-repeat: repeat-y;
    background-position: top left;*/
    padding-left: 15px;
}

#footer a{
    color: #fec600;
    text-decoration: none;
    text-shadow: black 0 1px 1px;
    font-size:13px;
    padding-left:10px;
}

#box3 a{
    padding-left:0;
}

#scroller{
    width: 750px;
    height: 150px;
    background-color:gray;
    background-image: url('../../images/scroller/Composite Pilates1.jpg');
    background-repeat: no-repeat;
}


li.mm{
    height:42px;
    padding-left:2px;
}
div.mm_text{
    line-height:42px;
    /*padding-left:10px;
    padding-right:10px;*/
    text-shadow: black 0 1px 1px;
    color:#f3f3f3;
}
div.mm{
    height:42px;
    padding-right:2px;
}

em{
    font-style: italic;
}


#menu a{
    display:block;
    width:.1em;
    padding: 11px 10px;
}

#menu a.mm_selected{color:#414141;}

#menu > ul a {width:auto;}

li.mm_selected{
    background-image: url('images/mm_selected_side.png');
    background-repeat: no-repeat;
    background-position: left;
}
div.mm_selected_text{
    background-image: url('images/mm_selected_bg.png');
    background-repeat: repeat-x;
    text-shadow: white 0 1px 1px;
}
div.mm_selected{
    background-image: url('images/mm_selected_side.png');
    background-repeat: no-repeat;
    background-position: right;
}

a.sm_selected{

}

.submenu a{
    margin-top:10px;
    padding:13px 10px;
    text-shadow: white 0 1px 1px;
    font-size:13px;
    color: #414141;
    text-decoration: none;
}

a.sm_selected, a.sm_hover{
    background-image: url('images/sm_selected.png');
    background-repeat: repeat-x;

}

.sm_active{display:block;}

#left_images img{
    margin:0;
    margin-left:3px;
	background-color #519f53;
}
#left_images {
    margin:0;
}
.qtip {
    margin-bottom:30px;
}

.qtip-content{
    text-shadow: black 0 1px 1px;
}

#bodyContent{
    background-color:#414141;
    padding:15px;
    padding-top:0px;
    color: #727272;
    text-shadow: black 0 1px 1px;
}

h1.firstHeading{
    background-color:#414141;
    padding:15px;
    padding-top:5px;
    padding-bottom:10px;
    margin:0;
    color: #727272;
    font-size: 15px;
    text-shadow: black 0 1px 1px;
}
#map_canvas{
    width:750px;
    height:350px;
}

#info_text{display:none;}

.info_text_link a{
    color: #fec600;
    text-decoration: none;
    text-shadow: black 0 1px 1px;
    font-size:13px;
}

.ul_form label{
width: 5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
    margin-top:2px;
}

.required{
    float:left;
    color:  #df8f8f;
    margin-right:0.5em;
}
.submit
{
    margin-top:0.25em;
    margin-left: 10.5em;
    float:left;
    /*border:solid 1px #0063be;
    background-color: #99CCFF;
    color:#665252;
    padding:0.4em 2em;*/
    margin-bottom: 1em;
}

table, tr, td, th{
    border:solid 1px black;
}

th,td{
    padding:5px;
}

th, td.side_header{
    font-weight: bold;
}

/*td.single_session{
    background-color:#519f53;
}

td.dual_session{
    background-color:#690f96
}*/
table caption {
    display:none;
}

#table_summary{
    font-size:11px;
}

.type{display:none;}
.vcard{
    float: left;
    width:47%;
    padding-right:5px;
}
.secondvcard{
    padding-left:5px;
    /*border-left: solid 1px black;*/
}


p.quiet { padding-left: 25px; width: 200px; }
span.quiet { font-size: .875em; }
#locked { font-weight: bold; color: #333; margin-left: 55px;}
#unlocked { margin-left: 15px; }
p.quiet img { margin: 0 0 0 10px; }

.ui-slider { position: relative; text-align: left; display: block; margin: 0px 0 10px 80px; width: 145px; }
.ui-slider-handle { position: absolute; z-index: 2; width: 16px; height: 16px; cursor: pointer; background: #333; top: -4px; margin-left: -8px; border: 1px solid #784807; }
.ui-slider-horizontal { height: 10px; background: #ddd; border: 1px solid #ccc; }
.ui-slider-handle:hover, .ui-state-hover, .ui-state-focus, .ui-state-active { background: #aaa; }

/* CSS3 ---------------------------------------------------- */
.ui-slider-handle {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: -moz-linear-gradient(top, #f60, #930);
        background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#930));
}
.ui-slider-horizontal {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: -moz-linear-gradient(left, #fff, #ddd);
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ddd));
}
a.ui-state-hover, a.ui-state-focus {
        background: -moz-linear-gradient(top, #666, #333);
        background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
        box-shadow: 0px 0px 10px #f60;
        -moz-box-shadow: 0px 0px 10px #f60;
        -webkit-box-shadow: 0px 0px 10px #f60;
}
a.ui-state-active {
        background: -moz-linear-gradient(top, #ddd, #aaa);
        background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
}

#preload{display:none;}

.schedule{
    float:left;
}
.withpadding{
    padding-left:25px;
}

.pdf_download{
    background-image: url('images/pdf32.png');
    background-repeat: no-repeat;
    padding-left:40px;
    margin-left:15px;
    height:32px;
    line-height: 32px;
}

.notice{
    font-size: 10pt;
    color: #d21108;
}

/*SEO*/
/*.seo{color:red;}*/
strong.seo{font-weight:normal;}
em.seo{font-style: normal;}

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url('images/tab_b.png') repeat-x 0 0;
	height: 30px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 30px;
	width: auto;
  	font-weight: bold;
	line-height: 30px;
	margin: 0;
	right: 20px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url('images/tab_l.png') no-repeat left 0;
  	height: 30px;
	width: 30px;	
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url('images/tab_r.png') no-repeat left 0;
  	height: 30px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 30px;
  	background: url('images/tab_m.png') repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url('images/bt_open.png') no-repeat left 0;}
.tab a.close {background: url('images/bt_close.png') no-repeat left 0;}
.tab a:hover.open {background: url('images/bt_open.png') no-repeat left -19px;}
.tab a:hover.close {background: url('images/bt_close.png') no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url('images/bt_login.png') no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url('images/bt_register.png') no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#warning        {position:relative; top:0px; width:100%; height:40px; background-color:#fff; margin-top:0px; padding:4px; border-bottom:solid 4px #000066}
