/* @group Layout */
html,body{
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
body{
	background-color: #666;
	color: #000066;
	font-size:12px;
}
body.popup{
	background-color: #FFF;
}
#content{
	background-color: #FFF;
	padding: 0 0 20px 20px;
}
#wrapper{
	margin-top: 1em;
}
#footer td{
	text-align: left;
	color: #FFF;
	font-size: 13px;
	word-spacing: 4px;
	vertical-align: middle;
	background: url(/images/footerbg.jpg) repeat-x;
	height: 65px;
	padding-left: 10px;
}
#footer td#pageinfo{
	padding: 0;
	text-align: right;
}
/* @end */
/* @group Navigation */
#logo{
	float: right;
	margin-right: 3em;
}
#topnav td{
	background-color: #666;
}
#navcell{
	background-color: #FFF;
}
#navcell a{
	font-weight: bold;
}
#navcell a:hover{
	font-weight: bold;
}
#navwrapper{
	vertical-align: top;
	background: url(/images/headerbg.jpg) repeat-x;
}
#menu{
	width: 95%;
	margin: 12px 0 4px 20px;
}
#menuSub{
	color: #ed008c;
}
#menu td{
	padding: 3px 0;
	text-align: center;
	width: 20%;
}
#menu a{
	font-size: 16px;
	color: #FFF;
}
#menu a.selected{
	color: #ed008c;
}
#menu a:hover {
	color: #e0007a;
}
#menuSub a{
	font-size: 12px;
	color: #e0007a;
	padding: 2px;
}
#menuSub a:hover{
	color: #FFF;
}
#menu .menuwrapper{
	position: relative;
}
#schedulepanel,#reservepanel,#locationpanel {
	position: absolute;
	visibility: hidden;
	z-index: 1001;
	padding: 10px;
	width: 125px;
	top: -10px;
	left: 20px;
	border: 1px solid #ccc8a6;
	background-color: #2D1B1B;
	text-align: left;
}
#locationpanel{
	left: -50px;
	top: 8px;
}
#menu li{
	padding: 5px;
}
#menu li a{
	font-size: 13px;
}
#menu ul{
	list-style-type: none;
}
/* @end */
/* @group Account */

#logintitle, #loginform{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#loginform{
	margin-top: 2em;
	margin-bottom: 5em;
}
.yui-g{
	content: ".";
	display: block;
	height: 0;
	clear: both;
}
.yui-g .yui-u{
	float: right;
}
.yui-g .yui-u.first{
	float: left;
}
#logintitle div h1{
	text-align: right;
}
#logintitle div.first h1{
	text-align: left;
}
#loginform div{
	border: 1px solid #CCC;
	width: 300px;
	text-align: center;
	height: 200px;
	margin-bottom: 2em;
}
#loginform h3{
	margin-bottom: 1em;
}
#loginform td{
	padding: .3em;
}
#loginform p{
	margin-top: 2em;
}
#customerinfo{
	width: 200px;
	margin: 1em auto;
	padding: 1em;
	border: 1px dotted #CCC;
}
/* @end */
#articles{
	width: 15em;
	margin: 0 auto;
}
#articles ul{
	padding: 0;
}
#articles li{
	list-style-type: none;
	text-align: center;
	margin: 1em 0 0 1em;
	padding: 0;
}
#articles a{
	color: #e0007a;
}
a.link, .text a.link{
	color: #e0007a;
	font-weight: bold;	
}
#articles a:hover{
	text-decoration: underline;
}
/*#articles h3{
	text-align: left;
}*/

/* @group Reserve */
#reserve, #reserveHeader, #reserveFooter{
	margin: 1em auto;
	width: 720px;
}
#reserve table{
	width: 100%;
}
#reserve table td{
	padding: 4px;
}
#reserve .monthDay{
	padding: 0;
}
#reserveFooter{
	text-align: center;
}
#logintitle{
	margin-top: 1em;
	height: 3em;
}
#loginform{
	height: 200px;
}
/* @end */

/* @group Listing */
table.listing{
	font-size: 85%;
	margin: 1em auto;
	width: 90%;
}
table.listing .noshow {
	background-color: #EFEFEF;
}
table.listing .highlight {
	background-color: #efde57;
}
table.listing .cancelled{
	background-color: #CCCCFF;
}
table.listing tr.data td, table.listing th{
	padding: .7em .5em;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #DDD;
}
table.listing .tools{
	text-align: right;
	padding: 1em;
}
/* @end */
/* @group Order */
#receipt{
	width: 50em;
	margin: 1em auto;
}
#ordersummary{
	width: 50em;
	border: 1px solid #000;
	color: #624a84;
	line-height: 1.5em;
}
#ordersummary th{
	text-align: left;
	background-color: #FFF;
	border: 0;
	border-bottom: 1px solid #000;
}
#ordersummary th.money, #ordersummary td.money{
	text-align: right;
}
#ordersummary td.centered{
	text-align: center;
}
#ordersummary th, #ordersummary td{
	padding: .3em .5em;
	vertical-align: top;
}
#ordersummary #subtotal{
	border-top: 1px solid #CCC;
	font-weight: bold;
}
#ordersummary .totalrow td{
	font-weight: bold;
}
#messagebox{
	width: 40em;
}
#messagebox td{
	padding: 2em;
}
/* @end */
/* @group Base Styles */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.plainicon {
	vertical-align: top;
	background-color: #e0007a;
}
.icon {
	vertical-align: top;
	background-color: #e0007a;
}
a:hover img.icon {
	background-color: #999;
}
a.buttonLink{
	border: 1px solid #999;
	padding: .4em;
	color: #FFF;
	background-color: #ed008c;
}
.button{
	color: #FFF;
	font-weight: bold;
	background-color: #ed008c;
	border: 1px solid #999;
	padding: .4em;*padding:.2em .4em;
}
.button:hover, a.buttonLink:hover {
	cursor: pointer;
	background-color: #ea7bb2;
	color: #FFF;
}
.button:hover{
	color: #0F6CB6;
}
.errorMessage{
	margin: 10em auto;
}
/* @end */

/* @group Form */
table.baseform th{
	background-color: #2D1B1B;
}
/* @end */
/* @group Old */



.side{
	float: left;
	margin: 5px 20px 5px 0;
}
table.about{
	width: 650px;
	margin-left: 50px;
}
table.about p{
	margin-left: 150px;
	margin-right: 50px;
	text-align:justify;
}
table.about td.tabletext p{
	margin: 1em 0;
	border:1px solid black;
}
table.about h3{
	margin: 1em 0 1em 140px;
}
#faq h3{
	margin: 1em 0 0 140px;
}
#home{
	background-color: #2D1B1B;
	color: #FFF;
}
#home td{
	text-align:center;
	padding: 20px 0;
}
#hometext a{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#hometext em, #hometext #opening{
	color: #ed008c;
}
#hometext #opening{
	font-size: 24px;
}
#home #continue a{
	font-size: 18px;
	color: #FFF;
}
#instructors td{
	padding: 10px 5px;
}
#contact td{
	font-weight: bold;
	color: #2D1B1B;
	font-size: 14px;
}
#contact a{
	color: #000066;
}
.justify{
	width: 600px;
	text-align: justify;
}
.justify p{
	text-indent: 20px;
}
.main{
	float: left;
	margin: 0 2em 1em 0;
}
.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.prodText {
	color: #999999;
	font-size: 9px;
}
.redtext {
	color: #9A3416;
}
.text {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 25px 0px 15px;
}
.text h1{
	margin-left: 11px;
}
.text p{
	margin: 0 1em;
}
.text a{
	color: inherit;
}
.cream{
		color: #fcffdb;
	font-size: 11px;
	line-height: 18px;
	padding: 0px 25px 0px 15px;
}
.Greentext {
	color: #679000;
}
.Greytext {
	color: #999999;
	text-align: justify;
}
.headingText {
	color: #FFCC00;
	font-size: 22px;
	font-weight: bold;
}
.whitetext {
	color: #ffffff;
}
.buttonGrey {
	color: #666666;
	font-weight: 900;
}
.LineSpacing {
	line-height: 20px;
}
.thinborder {
	border: 1px #2D1B1B solid;
}
.thinborderB {
	border: 1px #222A72 solid;
}
.thinborderC {
	border: 1px #999999 solid;
}
.thinborderGrey {
	border-top: 1px B7A6AD solid;
	border-bottom: 1px #B7A6AD solid;
}
.navdiv {
	background-color: #fff;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	border-bottom: 1px #fff solid
}
.colorborder {
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
h4{
	text-align: center;
	margin: 1em auto;
	color: #e0007a;
}
a{
	color: #000000;
	text-decoration: font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #e0007a;
	text-decoration: none;
}
a img{
	border: 0;
}
.menu1 a {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.menu1 a:hover {
	font-size: 11px;
	color: #333399;
}
.apparel {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

.bars {
	scrollbar-3dlight-color: ;
	scrollbar-base-color: #DBDBDB;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #F7F7F7;
	scrollbar-arrow-color: cccccc;
	scrollbar-highlight-color: #F2F2F2;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #F2F2F2;
	font-size: 11px;
	font-variant: normal;
	color: #333333;
	text-align: left;
}
.textScroll {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.barsbase {
	scrollbar-base-color: #eeeeee;
	scrollbar-arrow-color: #666666;
	scrollbar-darkshadow-color: #333333;
}
/*form {
	font-size: 10px;
}
input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
textarea {
	font-size: 10px;
}*/
th {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 145%;
	background-color: #2D1B1B;
	font-weight: bold;
	padding: 3px;
}
.tableCells {
	color: #333333;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 9px;
}
.tableCellsR {
	color: #333333;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	font-size: 9px;
}/* @end */