/* calendar stylesheet */

#calendar .dayCol {
	float: left;
	text-align: center;
	border-right: 1px solid #007800;
	height: 100%;
	width: 100px;
	position: relative;
}

#calendar .courseContainer
{
	width: 100%;
	height: auto;
	
	position: absolute;
	top: .75em;
	bottom: 0;
}

#calendar #timesCol {
	float: left;
	height: 100%;
	border-right: 1px solid #007800;
	width: 55px;
	position: relative;
}

#calendar .time {
	text-align: right;
	white-space: nowrap;
}

#calendar .hour {
	height: 50%;
	width: 100%;
	font-weight: bold;
    font-size: .7em;
	font-style: italic;
	border-top: 1px solid #007800;
}

#calendar .half {
	height: 50%;
	font-size: .6em;
	border-top: 1px dotted #007800;
}

#calendar .hourHeight {
	height: 7.2%;
	width: 100%;
}

/* day of week header labels */
#calendar .dayOfWeek {
	font-weight: bold;
	font-size: .75em;
}