/************ updated on 8/8/06 11:21 am by Shane*************/


/* Drop menu courtesy of Suckerfish ( http://www.alistapart.com/articles/dropdowns ) */


/**************************************/
/**********  SITEWIDE STYLES **********/
/**************************************/

body, p, td, input, select, textarea {
	font: 12px 'Lucida Grande',Arial,Verdana, sans-serif;
	color:#555;
}
body {
	background:#fff;
	padding:0 10px;
	margin:0;
}

form {
	padding:0;
	margin:0;
}

a img {
	border:none;
}

a {
	color:#c00;
}

a:hover {
	color:#F00;
}

iframe {
	border:1px solid #ddd;
}

hr {
	border:none;
	border-bottom: 1px solid #e6e6e6;
}

.h1,h1 {
	text-align:left;
	font: 30px Helvetica, Arial;
	padding:0;
	margin:0;
	border-bottom: 1px solid #e6e6e6;
	color:#333;
}

.h2,h2 {
	font: 24px Helvetica, Arial;	
	padding:0;
	margin:0;
	color:#333;
}

.h3,h3 {
	font: 18px Helvetica, Arial;	
	color:#333;
	padding:0;
	margin:0;
}

.h4,h4 {
	font: 14px Helvetica, Arial;	
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	text-align:left;
}

#top {
	padding:0px;
	background: url(/imgs/top_bg2.gif) top no-repeat;
	width: 800px;
	height:92px;
}


/**********************************/
/*********  ERROR STYLES **********/
/**********************************/

#poperrorbg{
	background:url('/imgs/popup_error_bg.gif') bottom center #900;
	position:relative;
	top:2px;
	left:12px;
	display:none;
	width:776px;

	/* height must be set in html style="height:25px" */
}

#poperror{
	width:760px;
	height:20px;
	background:none;
	position:absolute;
	top:91px;
	line-height:25px;
	padding:0px 20px;
	display:none;
	font-size:11px;
}

#closepopup {
	font-weight:bold;
	float:right;
}

#closepopup a {
	color:#fff;
}

.popup_error_text, .popup_error_text  b {
	font-weight:bold;
	color:#fff;
}

#poperror a{
}

#poperror p{
}

#poperror li{
}

/************************************/
/**********  NAVBAR STYLES **********/
/************************************/


#nav ul {
	list-style: none;
	text-indent:0;
	margin:0;
	padding:0;
}
#nav li {
	float: left;
}
#nav a {
	display:block;
}


#nav1 {

}
#nav1 a {
	display:block;
	height:16px;
	padding-top:12px;
	color:#999;
	padding-right:5px;
	text-decoration:none;
}
#nav1 a:hover {
	color:#666;
	text-decoration:underline;
}
#nav1 a.selected, #city_name {
	font-weight:bold;
	color:#666;
}

#city_name {
	float:right;
	padding-top:12px;
}

#nav2 {
	display:block;
	height:23px;
	background: url('/imgs/menu_div.gif') top left no-repeat;
	padding-left:2px;
	font-size:11px;
	font-weight:normal;
	line-height:23px;
}

#nav2 a {
	color:#fff;
	text-decoration:none;
}

#nav2 a:hover{
	color:#fff;
}


#nav2 li {
	height:23px;
	background: url('/imgs/menu_div.gif') top right no-repeat;
	padding-right:2px;
}

#nav2 li a {
	height:23px;
	padding:0 6px;
	text-decoration:none;
	text-align:center;
}

#nav2 li a:hover {
	background: #e00;
	color:#fff;
}

#nav2 a.selected {
	background:#700;
}

#nav2 li ul {
	max-width:160px;
	display:none;
	background:#700;
	float:left;
	position:absolute;
}


#nav2 li ul li {
	height:inherit;
	float:none;
	background:#900;
	text-align:left;
	border:none;
	padding:0px;
}

#nav2 li ul li a {
	height:inherit;
	float:none;
	display:block;
	background:#900;
	text-align:left;
	border:none;
	margin:1px;
	padding:0 4px;
	line-height:20px;
}
#nav2 li ul li a:hover {
	background:#d00;
}
#nav2 li:hover ul,#nav2 li.over ul {
	display: block;
	z-index:100;
}


/**************************************/
/*********  ACTIONBAR STYLES **********/
/**************************************/


#nav_bar li:hover ul,#nav_bar li.over ul {
	display: block;
}

.nav_tabs {
}
.nav_tab{
	margin-top:3px;
	padding-top:3px;
}
.nav_tabs form {
	padding:0;
	margin:0;
}
.nav_tab p {
font-size:140%;
	line-height:25px;
}
.nav_tab td {
	height:25px;
	vertical-align:top;
	padding-left:10px;
}
.nav_tab input {
	padding:0;
	margin:3px 0 0;
	height:20px;
	border:1px solid #999;
}

.nav_tab .inputimage {
	height: 31px;
	border:none;
	margin:0;
}

a#forgot_pass {
	font-size:10px;
	line-height:25px;
	color:#999;
}

a#back_to_login {
	font-size:10px;
	line-height:25px;
	color:#999;
}

.nav_tab button {
	padding:0;
	margin:0;
	border:none;
}

.button_signup {
	width:55px;
	margin-right:20px;
}
.button_login {
	width:44px;
}
.button_logout {
	width:74px;
	float:right;
}
.button_submit {
	width:52px;
}

.button_emailpass {
	width:104px;
}

.rightbutton {
	padding-right:12px;
}

.nav_title {
	color:#fff;
	font-size:18px;
	letter-spacing:-1px;
	padding-top:5px;
}

.nav_title a{
	color:#fff;
	text-decoration:none;
}

.loggedintext {
	line-height:25px;
	font-weight:bold;
}

.loggedintext a {
	color:#666;
	font-weight:normal;
}

* html .nav_title {
	padding-right:10px;
}



/**************************************/
/*********  MAIN BODY STYLES **********/
/**************************************/


#body {
	padding: 12px;
	clear: both;
}

#body li, #body ul {
	list-style-position: inside;
}

#body .table {
	border:1px solid #e8e8e8;
}
#body td {
	padding:5px 4px;
	font-size:9pt;
}
#body tr {
	vertical-align:top;
	font-size:10pt;
}
#body tr.tablehead {
	background:#e8e8e8;
	color:#333;
	font-weight:bold;
}
#body tr.tablehead td {
	padding: 8px 4px;
}

#body p {}

#contentbody {

	padding:20px 0 12px 12px;
}


a.discount {
	background:url(/imgs/discount.gif) top right no-repeat;
	padding-right:15px;
}
.week_nav {
	float:right;
	top:5px;
	position:relative;
}
.week_nav a {
	border:1px solid #600;
	background:#C00;
	color:#fff;
	padding:2px 10px;
	text-decoration:none;
	height:23px;
}
.week_nav a:hover {
	background:#F00;
	color: #fff;
}


/*************************************/
/*********  LOCAL CLASSES & SEARCH RESULTS STYLES **********/
/*************************************/

.classlisting_table {
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom: 1px dotted #e6e6e6;

}

.classlisting_table td {
	padding:4px 0px;
}

.classlisting_table .col1 {
}

.classlisting_table .col2 {
	padding:4px 10px;
}

.classlisting_table .col3 {
}

.classlisting_notes, .classlisting_notes b, .classlisting_notes font {
	color:#666;
	font-weight:normal;
	font-size:11px;
}

.classlisting_inlinebanner {
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}

/*************************************/
/*********  ABOUT US STYLES **********/
/*************************************/

.aboutinlinemenu {
	font-weight: bold;
}

.aboutinlinemenu a {
	margin: 10px;
}


/************************************/
/*********  SIDEBAR STYLES **********/
/************************************/

#sidebar {
	background:#fff;
	padding:20px 12px 12px;
}

input.search_input {
	width:196px;
	border:1px solid #aaa;
	margin-bottom:5px;
}

select.search_input {
	width:154px;
	border:1px solid #aaa;
}

input.search_go {
	color:#fff;
	background:#c00;
	border:1px solid #600;
	width:38px;
}
input.search_go:hover {
	background:#f00;
}

#subjectform {
	margin-top:0px;
}

.search_item {
	font-size: 9pt;
}
.search_item p {
	font-size: 9pt;
}
.search_title {
	font-size: 18px;
	font-weight:bold;
	padding-bottom:18px;
}

.video_item {
	padding-top:20px;
	font-size: 9pt;
}
.video_item p {
	font-size: 9pt;
}

.col_item {
	padding-top:18px;
	font-size: 9pt;
}
.col_item p {
	font-size: 9pt;
}
.col_title {
	font-size: 18px;
	font-weight:bold;
}



/************************************/
/**********  FOOTER STYLES **********/
/************************************/

#copyright, #footer {
	font-size:8pt;
	color:#888;
}
#footer {
	height:30px;
	padding:10px 12px;
}
#footer ul {
	list-style: none;
	text-indent:0;
	margin:0;
	padding:0;
}
#footer li {
	float: left;
	position: relative;
	top:0px;
	padding-right:12px;
}
#footer a {
	color:#666;
}
#footer a:hover {
	color:#333;
}
#copyright {
	float:right;
}


/************************************/
/**********  Landing Page Expo Advert - Added 4/24/2007 **********/
/************************************/
#main_advert {
	background: url(/imgs/landingpage_expo_bg.jpg) no-repeat;
	height: 269px;
	width: 533px;
}
#main_advert a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px;
}
#main_advert UL {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 334px;
	position: relative;
	top: 65px;
	left: 150px;
}
#main_advert UL LI {
	padding: 0px;
	width: 167px;
	float: left;
	margin: 0px;
	font-size: 20px;
}
#main_advert .dates {
	font-size: 12px;
}
#main_advert a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #B90005;
	display: block;
}
#main_advert a.firstcity {
	color: #000000;
	display: block;
	font: bold 40px Arial, Helvetica, sans-serif;
	padding: 4px;
}

#main_advert a.firstcity .dates {
	display: block;
	font: normal 20px Arial, Helvetica, sans-serif;
}

#main_advert a.firstcity:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font: bold 40px Arial, Helvetica, sans-serif;
	padding: 4px;
}
#main_advert a.nextc {
	font-family: Arial, Helvetica, sans-serif;
	color: #B90005;
	text-decoration: none;
	display: block;
}
#main_advert a.nextc:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #B90005;
	display: block;
}
#main_advert .dates {
	font-size: 12px;
}
#main_advert #morec {
	width: 334px;
	margin-top: 5px;
}
