/* Global Styles */

body {
	background: #eaeada url(/images/bkgd990.gif) repeat 50% 0%; /* bkgd.gif for 960 */
	text-align: center;
	margin:0px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

#content {
	margin: 0 auto;
	width: 990px; /* 960 for 960 */
	height: 100%;
	}


p {
	line-height:22px;
	color:#26354A;
	letter-spacing:0em;
	margin: 0 1.25em 0 1.25em;
	padding-bottom: 1em;
	font-size: 12px;
	}

.clear {
	clear: both;
}
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color: #FFBA00;
	}	


#left_stuff {
	display: block;
	}

#citylist li {
	text-decoration: none;
	list-style: none;
}

#citylist a {
	color: #26354A;
	padding:3px;
	font-size: 11px;
}
.three-col-list li {
	float:left;
	width:30%;
	padding-right:3%;
}

#citylist a:hover {
	color: #000;
	background: #fff;
	font-weight:bold;
	padding:3px;	
}

/*Main Navbar */

#nav {
	background:none;
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	position:relative;
	top:61px;
	left:12px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	z-index:10;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:0;
	}
	
#nav li {
	float: left;
	list-style:none;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	font-size: 11px;
	line-height: 14px;
	color: #ce812d; /* ce812d cccfc4*/
	padding:5px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	color:#fff;
	text-decoration:none;
	}	
	
	
/* Dropdown Menus - Mimsy theme */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	background-image: url(/images/menubkgd.png);
	border-top: 1px solid #ce812d;
	/*border-right: 1px solid #ce812d;
	border-bottom: 2px solid #ce812d; */
	display:block;
	-webkit-box-shadow: #777 0px 2px 5px;
	-moz-box-shadow: #777777 0px 2px 5px;
	}


#nav li li {
	width: 174px;

/*	border-left: 1px solid #ce812d;
	border-right: 1px solid #ce812d;
*/
	background: none;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#ce812d;
	}

#nav li li a:hover, #nav li li a:active {
	color:#fff;
	background: url(/images/whitet.png);
	z-index:1;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display:block;
	left: auto;
	}



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

	
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

dl {
  position:inherit;
  width: 270px;
  margin: 15px 0px 20px 0px;
  background: #d4d0c3 url(/images/box_bottom.gif) no-repeat bottom left;
  -webkit-box-shadow: #777 0px 2px 5px;
  -moz-box-shadow: #777777 0px 2px 5px;
  box-shadow: #777777 0px 2px 5px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  }

dt {
  margin: 0px;
  padding: 5px;
  text-align:center;
  font: bold 12px Lucida Grande, Arial, Helvetica, sans-serif;
  color: #fff;
  line-height:14px;
  letter-spacing:0em;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  background: #d4d0c3 url(/images/box_top.gif) no-repeat top left;
  }

dd {
	margin: 0px 5px 0px 5px;
	padding: 0px 7px 10px 7px;
	text-align:left;
	line-height:14px;
	color:#26354a;
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
	}

tr.classli a {color: #3A4856;}
tr.classli a:hover {color: #000;border-bottom: 1px solid #b6b8bB;}
.classli {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
	text-align:justify;
	font: 10px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#26354A;
	}

fieldset#contact {
	-webkit-border-radius: 9px;
  	-moz-border-radius: 9px;
	display:block;
	width: 580px;
    margin: 0px 50px 30px 15px;
	border:3px solid #d4d0c3;
	background-color: #e6e6d6;
	padding-top:5px;
	padding-bottom:20px;
}
  
form {
	-webkit-border-radius: 9px;
  	-moz-border-radius: 9px;
	width: 580px;
	margin: 0px 50px 20px 15px;
	border:3px solid #d4d0c3;
	background-color: #e6e6d6;
	padding-top:5px;
	padding-bottom:20px;
}

form.register-box {
	border: none;
}

form.register-box .add-link {
	font-size: 12px;
	padding-left: 10px;
}

fieldset.buttons {
	border: none;
	clear: both;
	padding: 10px;
}
.buttons ol {
	list-style-type: none;
	text-align: right;
}

.buttons ol li {
	display: inline;
}

fieldset#jsalert {
	padding: 1em 1em 0em 1em;
	border: 1px dashed #ff0000;
	margin: 1em 0 0 1em;
	background: #f5f2b6;
}

p.inline-errors {
	position: relative;
	left: 10px;
	color: red;
	font-style: italic;
	font-weight: normal;
	float: left;
	width: 160px;
}

table.login label.error {
	vertical-align:middle;
	top: -2px;
	left: 6px;
	background: url(/images/small_error.png) no-repeat;
}

.fieldWithErrors {
	float: left;
}

.fieldWithErrors input {
	border: 2px solid #ef4135;
}

input.error {
	border: 2px solid red;
}

textarea.error {
	vertical-align: middle;
	border: 2px solid red;
}

#logresult {
	text-align:center;position:relative;top:-5px;
}

/* css table junk here */

table#classdetails {padding-top:10px}
table#classdetails a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #c6c8cB;}
table#classdetails a:hover {color: #000;border-bottom: 1px solid #888;}  

ul.classes a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #c6c8cB;}  

ul.classes a:hover {color: #000;border-bottom: 1px solid #888;}  

ul.classes tbody  tr:hover {background: #e0e0d0; color: #000;margin-left:-10px;}
ul.classes tr {cursor:pointer;}

ul, ol {
	list-style-type: none;
}

form ul li,
form ol li {
	margin-bottom: 5px;
}

form .string input,
form .password input {
	width: 183px;
}

label {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#26354A;
	margin: 0 1em 0 1em;
	display: block;
	float: left;
	clear: left;
	width: 170px;
	text-align: right;
}

abbr {
	border: none;
}

form li.header {
	font-weight: bold;
	border-bottom: 1px solid #d4d0c3;
	padding-right: 15px;
	color: #3A4856;
	text-align: right;
	font-size: 12px;
	padding: 5px;
}

table.login td {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#ffffff;
	margin: 1em 1em 0 1em;
	vertical-align: middle;
}

/* new ID Styles */

#right_col {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;	
	width: 270px;
	height:100%;
	z-index:1;
	}

#left_col {
	margin:0px;
	padding: 5px 10px 0px 20px;
	position:static;
	float:left;
	width: 640px; /* 610 for 960 */
	z-index:1;
	}

#logobar {
	text-align: center;
	vertical-align:top;
	width:990px; /* 960 for 960 */
	height:90px;
	background: url(/images/topbar.jpg) 50% 0%; /* topbar385.jpg for 960 */
	}
#logobar1 {
	text-align: center;
	vertical-align:top;
	width:990px; /* 960 for 960 */
	height:90px;
	
	}
#reset {
	padding: 20px;
	width: 375px;
	height:325px;
}

input.submitbtn {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 83px;
	height: 31px;
	background-image: url(/images/mdsubmit.png);
}
input.submitbtn:hover {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 83px;
	height: 31px;
	background-image: url(/images/mdsubmitr.png);
}

span.amp {
  font-family: "Minion Pro", Cochin, Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: bold;
  font-size: larger;
  }

/* Class Styles */

.mailink a {color: #3A4856;}
.mailink a:hover {color: #000;border-bottom: 1px solid #b6b8bB;}

input.clearbtn {
	height:17px;
	width:66px;
	background-image: url(/images/clear.png);
}
input.clearbtn:hover {
	height:17px;
	width:66px;
	background-image: url(/images/clearr.png);
}
img.chkoutbtn {
	height:17px;
	width:81px;
	margin-left:99px;
	background-image: url(/images/checkout.png);
	border: 0;
}
img.chkoutbtn:hover {
	height:17px;
	width:81px;
	margin-left:99px;
	background-image: url(/images/checkoutr.png);
	border: 0;
}

input.chkoutbtn {
	height:17px;
	width:81px;
	margin-left:99px;
	background-image: url(/images/checkout.png);
	border: 0;
}
input.chkoutbtn:hover {
	height:17px;
	width:81px;
	margin-left:99px;
	background-image: url(/images/checkoutr.png);
	border: 0;
}

/* box styles */

.cart dt {
	background-image: url(/images/carttopyellow.png);
	color:#000;
}

.red dt {
	background-image: url(/images/boxtop.png);
	}
	
.green dt {
	background-image: url(/images/boxtop-g.png);
	}

.blue dt {
	background-image: url(/images/boxtop-b.gif);
	}

.solid {
	color: #a4a093;
}
.solid dt {
	background-color: #d4d0c3;
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #999;
	}

.clearbox dt {
	background-color: #eaeada;
	color: #999;
	}
.clearbox {
	background-color: #eaeada;
	-webkit-box-shadow: #777 0px 0px 0px;
	-moz-box-shadow: #777777 0px 0px 0px;
	box-shadow: #777777 0px 0px 0px;
	}

.borderbox dt {
	background-color:#eaeada;
	color: #a4a093;
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
}
.borderbox {
	background-color: #eaeada;
	-webkit-box-shadow: #777 0px 0px 0px;
	-moz-box-shadow: #777777 0px 0px 0px;
	box-shadow: #777777 0px 0px 0px;
	border: 1px solid #d4d0c3;
}

.whitebox dt {
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #bbb;
}
.whitebox {
	background: #fff;
	border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	-webkit-box-shadow: #bbb 0px 1px 3px;
	-moz-box-shadow: #bbbbbb 0px 1px 3px;
	box-shadow: #bbbbbb 0px 1px 3px;

}
h1 {
	font:18px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height:24px;
	margin: 0px 0px 10px -10px;
	padding: 5px 0 5px 10px;
	text-shadow: 1px 1px 2px #bbb;
	}
h1.alternate {
	font:18px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height:24px;
	margin: 10px 0px 5px -10px;
	padding: 5px 0 5px 10px;
	text-shadow: 1px 1px 2px #bbb;
	background: #e4e4d4;
	border: 1px solid #d4d0c3;
	}

.halfline {
	line-height: 6px;
}

#content a.register-link {
	position: static;
	display: block;
	border: none;
	text-decoration: underline;
	right: 0;
	bottom: 0;
}
.date {
	clear:both;
	font:14px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 1.5em 0em .4em 0em;
	}

.descText {
	font:11px Lucida Grande, Calibri, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	padding: .5em 1em 10px 0;
	}

.descta {
	margin-top:15px;
	overflow: auto;
	width: 440px;
	height: 170px;
	border: 1px solid #666;
	background-color: #f6f6f6;
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:14px;
	color:#26354A;
	padding:.5em;
}

.jsalrttxt {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#ff0000;
	letter-spacing:0em;
	margin: -4.1em 0em 0 4em;
	padding: 1em;
}

.bodyTextp {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#26354A;
	letter-spacing:0em;
	margin: 0 1.25em 0 1.25em;
	padding-bottom: 1em;
	}

.boxText1 {
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:14px;
	color:#26354A;
	margin: 1em 5px 0px 5px;
	}
.boxText1 img {
	padding-bottom: 10px;
	border: 0;
}

.boxText2 {
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	color:#26354A;
	margin: .5em 5px 0px 5px;
	}
.boxTextI {
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:14px;
	color:#26354A;
	margin: 1em 5px 2px 5px;
	}
.classrange {
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:14px;
	color:#26354A;
	margin: -37px 0px 0px 0px;
	text-align:right;
	padding-right: 12px;
	}

.boxText {
	font:11px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:14px;
	color:#26354A;
	margin: 0em 5px 0px 5px;
	}

.poptitle {
	font:14px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height:14px;
	color:#000;
	text-shadow: 1px 1px 2px #bbb;
	}

.boxTextw {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#ffffff;
	margin: 1em 1em 0 1em;
	}

.boxTextb {
	font:bold 12px Lucida Grande, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#000;
	margin: 1em 1em 0 1em;
	}
	
h3, h4, .instructor {
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #2D374D;
	line-height:16px;
	padding: .5em 0 0 1.25em;
	}

td.freset {
	vertical-align: middle;
}
table.freset label.error {
	position: relative;
	left: 10px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
.sinput {
	font:bold 12px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#26354A;
	padding: 0 .5em 0 0;
}
.resText {
	font:12px Lucida Grande, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:18px;
	color:#26354A;
	margin: 0em 1.5em 0em 1.5em;
}

ul.classes {
	list-style-type: none;
}

ul.classes div.billing {
	float: left;
	width: 256px;
}

ul.classes div.description {
	float: left;
	width: 373px;
}

ul.classes div.hoverable {
	padding: 5px;
}

ul.classes li.class {
	position: relative;
}

ul.classes div.hoverable:hover {
	background-color: #e0e0d0;
	color: #000;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

.class-info li.image {
	float: left;
	width: 200px;
	height: 150px;
	text-align: center;
}

.class-info .class-desc {
	clear: left;
}

.registration-button {
	padding: 4px;
	margin-left: 10px;
}

.cart {
	font-size: 12px;
}

.cart .class-title {
	font-weight: bold;
	width: 165px;
	text-align: left;
	padding-left: 10px;
	float: left;
}

.cart .remove-link {
	float: left;
	width: 15px;
}

.cart-item {
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

.cart-buttons {
	padding-left: 40px;
	margin-top: 10px;
}

form.checkout {
	padding: 15px;
}

.flash-message {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	background-color: #8CDD81;
}

.flash-message.error {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	background-color: #d2594d;
	color: white;
}

.remove {
	background: url('/images/remove.png');
	width: 14px;
	height: 14px;
}

.remove:hover {
	background: url('/images/remover.png');	
}

#new_user_session {
	padding-top: 20px;
}

#center_sidebar .red {
	float: left;
	width: 270px;
	margin-left: 30px;
	margin-right: 20px;
}

.calendar tr td {
	padding: 0.1em 0.3em;
	min-width: 70px;
	width: 87px;
}

.calendar tr td li {
	margin-top: 5px;
	font-size: 0.83em;
}

.calendar tr td li a {
	color: #AA3300;
}

.calendar tr td li a:hover {
	color: #333;
}

.instructor-bio {
	margin-top: 10px;
	color: black;
}

.instructor-bio p {
	color: black;
}

.calendar-list-item .extra-data {
	display: none;
	z-index: 1000;
}

li.calendar-list-item.hovering .extra-data
 {
	display: block;
	position: absolute;
	top: -3px;
	left: 60px;
	width: 200px;
	background-color: white;
	font-size: 12px;
	padding: 4px;
	border: solid #999 1px;
	background-color: #EAEADA;
}

#left_stuff .cart-item > div {
	float: left;
	padding: 3px;
}

#left_stuff .cart-item .remove-link { width: 30px; padding-top: 5px; }
#left_stuff .cart-item .class-title { width: 420px; }
#left_stuff .cart-item .class-price { width: 100px; text-align: right; }

#left_stuff .cart-item {
	clear: left;
}

#left_stuff .cart-total {
	padding: 3px;
	padding-top: 10px;
	clear: left;
	text-align: right;
	width: 562px;
	font-weight: bold;
	font-size: 16px;
}

#center_sidebar dl.red {
	margin-left: 10px;
}