/* This document defines our schedule using divs */


	

.column
{
	width: 18%;
	height: 100%;
	position: absolute;
}
.column1
{
	width: 18%;
	height: 100%;
	position: absolute;
	left: 10%;
	border: "1";
	cellpadding: "2";
	cellspacing : "0";
	
}
.column2
{
	width: 18%;
	height: 100%;
	position: absolute;
	left: 28%;
}
.column3
{
	width: 18%;
	height: 100%;
	position: absolute;
	left: 46%;
}
.column4
{
	width: 18%;
	height: 100%;
	position: absolute;
	left: 64%;
}
.column5
{
	width: 18%;
	height: 100%;
	position: absolute;
	left: 82%;
}
.columnheader
{
	width: 10%;
	height: 100%;
	left: 0%;
	top: 0%;
	position: absolute;
}
.hcell
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
}
.hcell1
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 0in; 
}
.hcell2
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: .25in; 
}
.hcell3
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: .5in; 
}
.hcell4
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: .75in; 
}
.hcell5
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 1in; 
}
.hcell6
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 1.25in; 
}
.hcell7
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 1.5in; 
}
.hcell8
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 1.75in; 
}
.hcell9
{	
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 2in; 
}
.hcell10
{
	font-weight: 600;
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 2.25in; 
}
.hrow
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 0in; 
	position: absolute; 
	font-weight: 600;
}
.row1
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: .25in; 
	position: absolute;
}
.row2
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: .5in; 
	position: absolute;
}
.row3
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: .75in; 
	position: absolute;
}
.row4
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 1in; 
	position: absolute;
}
.row5
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 1.25in; 
	position: absolute;
}
.row6
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 1.5in; 
	position: absolute;
}
.row7
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 1.75in; 
	position: absolute;
}
.row8
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 2in; 
	position: absolute;
}
.row9
{
	width: 100%; 
	height: 10%; 
	left: 0%; 
	top: 2.25in; 
	position: absolute;
}
.row1-2
{
	width: 100%; 
	height: 20%; 
	left: 0%; 
	top: .25in; 
	position: absolute;
}
.row5-6
{
	width: 100%; 
	height: 20%; 
	left: 0%; 
	top: 1.25in; 
	position: absolute;
}
.cell
{
	width: 100%; 
	height: 10%; 
	position: absolute; 
	left: 0%; 
	top: 0in; 
}