#scheduleBody {
	position:relative;
	padding:0px;
	margin:0px;
}
#middlewrapper {
	position:relative;
	height:620px;
	overflow:auto;
	width:878px;
	/*font-family:arial,helvetica,sans-serif;*/
	font-size:10px;
	float:none;
}
.columnwrapper {
	position:relative;
	height:3600px;
	overflow:hidden;
}
.listing {
	position:absolute !important;
	background:#ddd url(/templates/images/schedule/listingheader.gif) repeat-x;
	overflow:hidden;
	width:102px;
	padding-left:5px;
	padding-right:5px;
	/* cursor:pointer; */
	/*font-family:arial,helvetica,sans-serif;*/
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	border-width:1px 0px 0px 0px;
	border-style:solid;
}
.timetable {
	position:absolute !important;
}
.timeslot { 
	float:left;
	height:148px; 	
	background:#ccc url(/templates/images/schedule/timeslotbg.gif) repeat-x;
	width:878px;
	border-top:1px solid #333;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
}
.dateheader {
	position:absolute !important;
	text-align:center;
	color:#fff;
	background:#000 url(/templates/images/schedule/headerbg.gif) repeat-x;
	padding:8px;
	width:102px;
	height:14px;
	font-weight:bold;
	/*font-family:arial,helvetica,sans-serif;*/
	font-size:10px;
}
.headerset {
	position:relative;
	background:#666 url(/templates/images/schedule/headerbg2.gif) repeat-x;
	width:878px;
	height:30px;
	color:white;
}
.calendarnav {
	position:relative;
	padding:5px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
}
.lb {
	position:absolute !important;
	left:0px;
	top:0px;
	height:13px;
	width:3px;
}
 .cf {font-family: Arial, sans-serif; font-size: 11px; font-weight:normal; color:white; }
 .printheader, .ptime, .printDateHeader {
 	display:none;
 }
 .mr {
	display:none;
}

/* daily schedule styles */
.littlebox {
	float:left;
	width:10px;
	height:10px;
	margin-top:1px;
	margin-right:5px;
}
.listingeven {
	background-color:#eee;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.listingodd {
	background-color:#fff;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.lefty {
	float:left;
	width:80px;
}
.righty {
	float:left;
}

