@charset "utf-8";
/* CSS Document */

#academicCalendar td, #academicCalendar th {
	padding: 7px 8px;
	}

#academicCalendar td.event {
	width: 250px;
	}

#academicCalendar td.day {
	width: 100px;
	}

#academicCalendar td.date {
	}

#academicCalendar p.navlabel {
	float: left;
	font-size: 0.69em;
	margin: 0;
	}

#academicCalendar ul.nav {
	font-size: 0.69em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#academicCalendar ul a {
	font-weight: normal;
	}

#academicCalendar .nav li {
	display: inline;
	border-left: 1px solid #ccc;
	margin-left: 6px;
	padding-left: 10px;
	}

#academicCalendar .nav li.last {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	}
	