/* Calendar Stylesheett */
* {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
#calcontent {
	position:absolute;
	left:20px; top: 120px; z-index: 1;
	width:auto;
	height: auto;
	margin-left: 10px;
	border: 0px none;
}
.schedule {
	margin: 10px 0px 30px 0px;
	border-collapse:collapse;
	width:100%;
	font-size:.8em;
	
}
.schedule caption {
	text-align:left;
	font: bold 1.3em Verdana Arial Helvetica sans-serif ;
	padding-bottom:10px;
	padding-left:10px;
}
* html div#main .schedule caption {
	margin-left: 10px;
}
.schedule th {
	border: 1px solid #AAAAA;
	border-bottom:none;
	text-align: left;
	padding: 2px 8px 2px 8px;
	background-color: #CCCCCC;
	color:33f3f3f;
	font: 1em bold Verdana;
}
.schedule td {
	border: 1px solid #AEAEAE;
	padding: 4px 6px 4px 6px;
	vertical-align:top;
	width: 14%;
	font-size: .85em;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
}
.schedule td.weekend  {
	background-color:#97D0C3;
}
.schedule ul {
	list-style:none;
	padding: 6px 0 0 0;
}
.schedule li {
}
.teach {
	font-style:italic;
}
.closed {
	color:#CCCC00;
	font-weight:bold;
}
.off {
	background-color:#6666FF;
}
.special {
	background-color:#CC99FF;
}
