
.calendar {
	font-family: "Trebuchet MS", trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.float-catch {clear: both;}
.left {float: left;}

.calendar .header a { 
	display: block;
	float: left;
	height: 25px;	
	padding-top: 10px;
	width: 299px;
	
	background-position: -299px !important; 
	
	font-size: .95em;
	text-align: center;
	text-decoration: none; 
	color: #000000;
}


#schedule-menu .selected,
#schedule-menu a:hover {
	background-position: 0 !important; 
	color: #ffffff !important;
}


#navClass {
	background: url(/images/schedule/grey-left.gif) no-repeat; 
}
#navWork {
	background: url(/images/schedule/grey-right.gif) no-repeat; 
}




#schedule-tabs {
	margin: 0px;
	padding: 0px;
}
#schedule-tabs li {
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/locations/tab-right.gif) 100% 100% no-repeat;
	float: left;
	margin-left: 10px;
}
#schedule-tabs li a {
	display: block;
	background: transparent url(../images/locations/tab-left.gif) 0% 100% no-repeat;
	padding-top: 4px;
	color: #7F8082;
	padding: 9px 10px 5px 10px;
}
#schedule-tabs li.selected {
	background-image: url(../images/locations/tab-right-hover.gif);
}
#schedule-tabs li.selected a {
	color: #4F5051;
	background-image: url(../images/locations/tab-left-hover.gif);
}








.calendar .schedule {
	border: 1px solid #9c9ea1;
	background: #ffffff;
	font-size: .95em;
	width: 598px;
	clear: both;
	margin-top: 0 !important;
}

.calendar .schedule th {
	background: url(/images/schedule/subnav-bg.gif) repeat-x;
	height: 24px;
	text-align: left;
	padding-left: 10px;
	color: #000000;
}

.calendar .schedule tr.even-row { background-color: white; }
.calendar .schedule tr.odd-row { background-color: #f0f0f0; }

.calendar .schedule td {
	text-align: left;
	padding: 5px 0px 5px 10px;
	color: #000000;
	font-size: .9em;
}

.calendar .schedule .studio {
	width: 109px;
}

.calendar .schedule .studio, 
.calendar .schedule .class {
	width: 60px;
	border-right: 1px #ffffff solid;
}

.calendar .schedule .class {
	width: 143px;	
}

.calendar .schedule .day, 
.calendar .schedule .time {
	width: 113px;
	border-right: 1px #ffffff solid;
}
.calendar .schedule .day {
	width: 70px;
}

.calendar .schedule .teacher {	
	width: 106px;
}

h3#schedule-title {
	background: url(/images/locations/green-bg.gif) repeat-x;
	font-size: 1em;
	color: #ffffff;
	border: 1px solid #9c9ea1;
	border-bottom-width: 0px;
	padding: 8px 0px 4px 10px;
	margin: 0px;
	clear: both;
	width: 585px;
}
* > h3#schedule-title {
	width: 586px;
}


