@charset "utf-8";

/* 
		Author: Peter Manis
*/

#scheduleBox { 
	position:relative;
	width:591px;
	background-color:#FFFFFF;
	border:1px solid #716f64;
	margin:0px;
	padding:0px;
}
#scheduleBox .header { 
	clear:both;
	position:relative;
	top:0px;
	overflow:hidden;
	width:581px;
	padding:5px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#FFFFFF;
	background-color:#666666;
}
#scheduleBox .row { 
	clear:both;
	position:relative;
	top:0px;
	overflow:hidden;
	width:581px;
	padding:5px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px;
}

#shaded { background-color:#E5E5E5; }

#scheduleBox .header .fiveColumnLeftMiddle1Middle2Middle3 { position:relative; top:0px; width:501px; float:left; }
#scheduleBox .header .fiveColumnLeftMiddle1Middle2 { position:relative; top:0px; width:421px; float:left; }
#scheduleBox .header .fiveColumnLeftMiddle1 { position:relative; top:0px; width:270px; float:left; }
#scheduleBox .header .fiveColumnLeft { position:relative; top:0px; width:115px; float:left; }
#scheduleBox .header .fiveColumnMiddle1 { position:relative; top:0px; width:155px; float:right; }
#scheduleBox .header .fiveColumnMiddle2 { position:relative; top:0px; width:151px; float:right; }
#scheduleBox .header .fiveColumnMiddle3 { position:relative; top:0px; width:80px; float:right; }
#scheduleBox .header .fiveColumnRight { position:relative; top:0px; width:80px; float:right; }	

#scheduleBox .row .fiveColumnLeftMiddle1Middle2Middle3 { position:relative; top:0px; width:501px; float:left; }
#scheduleBox .row .fiveColumnLeftMiddle1Middle2 { position:relative; top:0px; width:421px; float:left; }
#scheduleBox .row .fiveColumnLeftMiddle1 { position:relative; top:0px; width:270px; float:left; }
#scheduleBox .row .fiveColumnLeft { position:relative; top:0px; width:115px; float:left; }
#scheduleBox .row .fiveColumnMiddle1 { position:relative; top:0px; width:155px; float:right; margin-top:8px; color:#A40925; }
#scheduleBox .row .fiveColumnMiddle2 { position:relative; top:0px; width:151px; float:right; margin-top:8px; }
#scheduleBox .row .fiveColumnMiddle3 { position:relative; top:0px; width:80px; float:right; margin-top:8px; }
#scheduleBox .row .fiveColumnRight { position:relative; top:0px; width:80px; float:right; margin-top:8px; color:#A40925; }	