@charset "UTF-8";

/* class */

.classtable{
	margin:5px 0;
   	border-collapse:collapse;
	width: 530px;
}

.classtable th{
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	color:#FFFFFF;
	padding:5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.classtable td{
	padding:5px;
	border:1px solid #FFFFFF;
	background: #EFEEED;
}

.feetable{
	margin:5px 0;
	border-collapse:collapse;
	width: 530px;
}

.feetable th{
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.feetable td{
	padding:5px;
	border:1px solid #FFFFFF;
}

.othertable{
	margin:5px 0;
   	border-collapse:collapse;
	width: 530px;
}

.othertable th{
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	color:#FFFFFF;
	padding:5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.othertable td{
	padding:5px;
	border:1px solid #FFFFFF;
}

.morningtable{
	margin:5px 0;
   	border-collapse:collapse;
	width: 530px;
}

.morningtable th{
	text-align:left;
	font-weight:normal;;
	color:#FFFFFF;
	padding:5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.morningtable td{
	padding:5px;
	border:1px solid #FFFFFF;
	background: #EFEEED;
}

/* schedule */
dl.scheduleinfo {
	margin:0
}
.scheduleinfo dt{
	font-weight:bold;
}

.scheduleinfo dd{
	margin-bottom:6px;
}

.scheduletable{
   	border-collapse:collapse;
	width: 530px;
	clear:both;
}

.scheduletable th{
	font-weight:normal;
	padding:6px 5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.scheduletable td{
	padding:3px 5px;
	border-top:1px solid #FFFFFF;
}

.date{
	padding:6px 5px;
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	background: #E37D96 url('/img/table_bg2.gif') repeat-x;
	background-position: bottom;
}

.back{
	color:#FFFFFF;
	width:120px;
	float:left;
}

.back a:link{
	color:#FFFFFF;
}

.back a:visited{
	color:#FFFFFF;
}

.back a:hover{
	color:#FFFFFF;
}

.next a:link{
	color:#FFFFFF;
}

.next a:visited{
	color:#FFFFFF;
}

.next a:hover{
	color:#FFFFFF;
}

.now{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:280px;
	float:left;
}

.next{
	text-align:right;
	width:120px;
	float:left;
}

.schedulelink{
	text-align:right;
	font-size:10px;
	padding:3px 5px;
	color:#999999;
	background: #FFFFFF;
}

.levelinfo dt{
	float:left;
	width:9em;
	clear: both;
}

.star{
	margin-top:20px;
	text-align:right;
}

#dhtmlgoodies_tooltip{
	background-color:#F5D9E2;
	border:2px solid #CE5273;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.tabset{
	height:29px;
}

.tabset div{
	float:left;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
}

.tabset .tabActive{
	background: #FFFFFF;
	margin-right:11px;
}

.tabset .tabInactive{
	background: #D5D5D5 url('/img/tab.gif');
	color:#666666;
	margin-right:11px;
}

.tabset .inactiveTabOver{
	background: #D5D5D5 url('/img/tab.gif');
	color:#910039;
	text-decoration:underline;
	margin-right:11px;
}

.tabset span{
	font-size:12px;
	padding:2px 13px 0px 16px;
	line-height:26px;
	float:left;
}

/* instructor */
.namelist td{
	padding-right:15px;
	white-space: nowrap;
}

ul.instructor {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.instructor li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.instructor li dl {
	margin-left: 0;
	margin-right: 0;
}
ul.instructor li dd {
	margin-left: 0;
}

.instructorimg{
	margin:0 10px 5px 0;
	width: 133px;
	float:left;
}

.instructortxt{
	width: 383px;
	float:right;
}

/* event */
/* school */

.eventtable{
	margin:15px 0 5px 0;
   	border-collapse:collapse;
	width: 530px;
  word-break:break-all;
}

.eventtable tr.sub_header{
  text-align:center;

}
.eventtable th{
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
	padding:6px 7px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
	color:#FFFFFF;
}

.eventtable td{
	padding:3px 7px;
	border-bottom:1px solid #FFFFFF;
}
.eventtable tr.data{
  background:#EFEEED none repeat scroll 0 0;
}

.eventtable td.open_date_2{
  width:80px;
  white-space:normal;
}

.schooltable{
	margin:15px 0 5px 0;
   	border-collapse:collapse;
	width: 530px;
}

.schooltable th{
	font-weight:normal;
	padding:6px 5px;
	border-top:1px solid #FFFFFF;
	background: #D33E6A url('/img/table_bg.gif') repeat-x;
	background-position: bottom;
}

.schooltable td{
	padding:3px 7px;
	border:1px solid #FFFFFF;
}

.type{
	font-size:10px;
	white-space: nowrap;
	vertical-align:middle;
	color:#F2BECD;
}

.title{
	white-space: nowrap;
}

.title a:link{
	color:#FFFFFF;
}

.title a:visited {
	color:#FFFFFF;
}

.place{
	color:#F2BECD;
	text-align:right;
	font-size:10px;
	white-space: nowrap;
	vertical-align:middle;
}

.place a:link{
	color:#FFFFFF;
}

.place a:visited {
	color:#FFFFFF;
}
div.noevent {
  margin:20px;
}

