	/* ---------------------------------------------------- */
	/*														*/
	/*		Tab Menu Layout and Design						*/
	/*														*/
	/* ---------------------------------------------------- */

	a {
		text-decoration: none;
		color: #ff6600;

	}

	a:hover {
		color: #0000ff;
		text-decoration: underline;
	}

	
	#menu {
		font-size: 9px;
		background:#6699cc url("imgs/tab_bg.gif") repeat-x bottom;
		line-height:normal;
		font-family: Tahoma, sans-serif;

	}

	#menu ul {
		margin:0;
		padding:10px 10px 0px;
		list-style:none;
	}

	#menu li {
		float:left;
		background:url("imgs/tab_right_off.gif") no-repeat right top;
		margin:0;
		padding:0;
		font-weight: bold;
		/* text-transform:uppercase; */
		letter-spacing: 1px;
	}

	#menu a {
		float:left;
		display:block;
		background:url("imgs/tab_left_off.gif") no-repeat left top;
		padding:5px 15px 5px;
		border-bottom-style: none;

	}
	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	#menu a {float:none;}
	/* End IE5-Mac hack */

	#menu a {
		text-decoration: none;
		color: #333333;

	}

	#menu a:hover {
		color: #0000ff;
	}

	#menu #current {
		background-image:url("imgs/tab_right_on.gif");
		font-weight: bold;
		color: white;
		border-bottom-style: none;
	}

	#menu #current a {
		background-image:url("imgs/tab_left_on.gif");
		padding-bottom:5px;
		color: white;
	}




	body {
		font: 14px "Tahoma","Arial","san-serif";
		letter-spacing: 1px;
		line-height: 135%;
	}
	
	h1 {
		font: 22px "Tahoma","Arial","san-serif";
		font-weight: bold;
		color: #e60000;
		margin: 5px 0px 10px 0px;
        text-align: left;
	}
    
	h1.homepage {
		font: 22px "Tahoma","Arial","san-serif";
		font-weight: bold;
		color: #FF6600;
		margin: 5px 5px 5px 5px;
        text-align: center;
	}


    h2 {
	   	font: 18px "Tahoma","Arial","san-serif";
		color: #FF6600;
		/* font-weight: bold; */
		margin: 10px 0px 5px 0px;
    }
	
	
	li {
		padding-bottom:10px;
	}

	.blogtitle {
		font: 16px "Courier New", Courier, monospace;
		font-weight: bold;
		color: blue;
	}
	

	.blog {
		font: 15px "Courier New", Courier, monospace;
		font-weight: bold;
		color: black;
	}
	
	.hrblog {
		border: thin dotted #FF8C00;
	}
	
	.pagetitle {
		font: 18px "Tahoma","Arial","san-serif";
		font-weight: bold;
		color: #FF6600;
		margin: 5px 5px 5px 5px;
	}

	.required {
		color: #FF0000;
		}
		
	.banner {
		text-align: "center";
		/* background-color: #6699cc; */
		font: 14px "Tahoma","Arial","san-serif";
		font-weight: bold;
		color: white;
		letter-spacing:0.1em;
		padding-bottom: 5px;
	}


#sublinks{
margin: 0 auto 0 auto;
*margin: -5px auto 0 auto;
padding: 0;
width: 100%;
background: #FF6600 ;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 10px;
*padding-left: 10px;
padding-bottom: 5px;
*padding-bottom: 7px;
padding-top: 1px;
*padding-top:5px;
}

#sublinks ul{
font: 10px Tahoma, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
/* padding:0; */
list-style:none;
}

#sublinks li{
display:inline;
margin:0 2px 0 0;
/* padding:0; */
/* text-transform:uppercase; */
font-weight: bold;
line-height: 1.5em;
}


#sublinks a{
float:left;
color: white;
background: url("imgs/dit.gif") no-repeat left;
margin:0 10px 0 2px;
padding:0 0 0 12px;
text-decoration:none;
letter-spacing: 1px;
}

#sublinks a span{
float:left;
display:block;
padding:3px 9px 3px 6px;
}

#sublinks a span{
float:none;
}


#sublinks a:hover{
background: url("imgs/dat.gif") no-repeat left;
/* color: #0000aa; */
}


#sublinks a.subsel{
	background: url("imgs/dot.gif") no-repeat left;
}


#sublinks a:hover span{
/* background: #FF6600 url(imgs/submenu_hover.gif) repeat-x bottom; */
/* color: #0000aa; */
}

#sublinks #current a, #sublinks #current span{ /*currently selected tab*/
color: black;

}

#sublinksline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
/* border-bottom: 1px solid #fff; Remove this to remove border between bar and tabs*/
}


/* schedule CSS */

a.showlink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

table.schedule {
	background: #000000; 
	width: 100%;
   	font: 12px "Tahoma","Arial","san-serif";
	margin-bottom: 25px;
}

td.event_descr {
	background: #ffffaa; 
	padding: 10px;	
	font: 14px;
	line-height: 125%;
}

p.calendar_month {
   	font: 18px "Tahoma","Arial","san-serif";
	color: #FF6600;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 5px;

}

td.event_title {
	background-color: #6666dd;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	
/*	background:#FEA96D url("/imgs/titlefade.gif") left top repeat-x;
	font: 14px "Tahoma","Arial","san-serif";
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px 0px 4px 4px;	
*/
}

td.event_caption {
	background: #dddddd; 
	padding: 5px;
	font-size: 14px;

}	

td.event_date {
	background: #ffffff; 
	padding: 5px;
	font-size: 14px;

}

td.event_teacher {
	background: #bbbbff; 
	padding: 2px 0px 2px 4px;	
	font-size: 14px;

}

td.event_price {
	background: #bbbbff; 
	padding: 2px 0px 2px 4px;	
	font-size: 14px;

}

td.event_code {
	background:#ffffaa;
	text-align: center;
	font: 14px "Tahoma","Arial","san-serif";
	padding-left: 5px;
	padding-right: 5px;
	width: 15%;
}
	
p.thumb_head {
	font: 11px "Tahoma","Arial","san-serif";
	font-weight: bold;
	color: red;
	margin: 0px 0px 0px 5px;
}	
	
p.thumb_text {
	font: 11px "Tahoma","Arial","san-serif";
	color: black;
	margin: 10px 0px 0px 5px;
}	

table.thumb {
	margin: 0 0 15px 0;
	}

	
img.cal {
 	float: left;
	padding-right: 5px;
	}	

img.dit {
	width: 13;
	height: 16;
	margin: 3px 5px 0px 0px;
	border-style: none;
}

	
#wrapper {
    text-align:left;
    margin:0 auto;
    width:500px;
    min-height:100px;
    border:1px solid #ccc;
    padding:30px;
    }

#myvar {
    border:1px solid #ccc;
    background:#f2f2f2;
    padding:20px; 
 	}
	
.tighttable {
	border-style: none;
	border-width: 0px;
}
.table_header {
	background-color: #ddddff;
	font-size: 10px;
}

.classdetails {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}
	
.oddrow {
	background-color: #eeeeee;
	padding-left: 5px;
}

.evenrow {
	background-color: #dddddd;
}
.leaderline {
	font-weight: bold;
	color: #FF6600;
}
.Upcoming  {
	color: blue;
	font-weight: bold;
	margin: 4px 0 6px 0;
}

.jumplink {
	font: 11px "Tahoma","Arial","san-serif";
	color: blue;
	margin: 5px;
}

.class_icon {
		
	background-color: white; 

}

	
.whiterow {
	background-color: #f8f8f8;
	padding-left: 5px;
}


.class_cal {
	border-style: none;
	border-width: 0px;
	background: #ffffff;
}

.event_name {
	padding-left: 10px;
	}
.skipDate {
	font-size: 80%;
}

.no_class {
	text-align:center;
	font-size:12px;
	line-height: 200%;
	margin: 10px;
}