body {
	margin: 0px;
	background-image: url("//www.manchester.edu/_img/bg_carbonFiber_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	background-attachment: fixed;
	font-family: Calibri, Verdana, Tahoma, Helvetica;
	}
form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#banner {
	background-color: #000;
	display: block;
	height: 115px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#month {
	width: 100%;
	border-collapse: separate;
	margin: 0px 0px 0px 0px;
	}
#monthTitle {
	text-align: center;
	font-weight: 900;
	font-size: 32px;
	}
noscript {
	font-size: 18px;
	display: block;
	text-align: center;
	}
.navigateMonths input {
	padding: .5em 0px .5em 0px;
	width: 50%;
	}
.dayCell {
	width: 14.2857%;
	margin: 1px;
	padding: 1px;
	border: 1px solid #cacaca;
	position: relative;
	vertical-align: top;
	height: 75px;
	}
.event {
	display: inline-block;
	position: relative;
	background-color: #f7f4e6;
	/* background-color: #dedede; */
	border: 1px solid #000;
	margin: 1px;
	font-size: 12px;
	}
.event:hover {
	border: 1px outset #cacaca;
	}
.short {
	position: relative;
	z-index: 2;
	display: inline-block;
	}
.time {
	font-size: smaller;
	font-weight: 900;
	padding: 0px 3px 0px 2px;
	}
.details .time {
	display: block;	
	}
.short .time {
	display: none;
	}
.details {
	display: none;
	width: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #f7f4e6;
	/* background-color: #dedede; */
	border: 1px solid #000;
	padding: 3px;
	z-index: 3;
	text-align: justify;
	}
.saturday .details {
	left: -100%;
	}
.waning .details {
	top: inherit;
	bottom: 50%;
	}
.event:hover .details {
	display: inline-block;
	}
.summary {
	font-weight: 900;
	display: block;
	}
.location {
	display: block;
	font-style: italic;
	}
.description {
	
	}
.navigateMonths {
	text-align: center;
	}
#errors {
	display: none;
	}