/** Schedule Rules **/
table.schedule {
	empty-cells:show;
	border-collapse:collapse;
}
table.schedule th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding: 2px 0px;
	text-decoration: none;
	background-color: #003366;
	width:12%;
}
table.schedule thead td {
	padding:6px 0 12px 0;
}
table.schedule tbody td {
	border-bottom: 1px solid #999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	border-left:1px solid #fff;
}
table.schedule tbody td.calTime {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}



/** Supporting Cell Styles **/
.class-info {
	padding:6px;
}
a.calClassName {
	color: #000;	
}
span.roomName {
	font-size: 18px;	
}
.calOdd {
	background-color: #efefef;
}
.calEven {
	background-color: #fff;
}


/** Filters **/
#room-filters {
	padding:10px 0;
	margin:18px 15px;
	/*
	margin-top:18px;
	margin-bottom:18px;
	margin-left:2%;
	margin-right:2%;
	*/
	display:none;
	width:96%; /*739px;*/
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#room-filters label {
	font-size:12px;
	padding-right:10px;
}
#filter-options {
	float:right;
	line-height:20px;
	text-align:right;
}

/** Expander **/
.schedule-expanded {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	width:expression(document.body.clientWidth);
	z-index:31;
	background-color:#fff;
}
#schedule-mask {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:30;
	background-color:#fff;
}