/* CSS Document */

#main_calendar {
	clear: both;
	border: 1px solid #a9bd80;
	border-collapse: collapse;
	font-size:12px;
}
#main_calendar td {
	height: 90px;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #a9bd80;
	font-size: .9em;
}
#main_calendar th {
	height: 25px;
	width: 95px;
	font-weight: bold;
	text-align: center;
}
#main_calendar td {
	cursor: pointer;
}
div.cal_footer {
	font-size: 10px;
	width: auto;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
p.links {
	line-height: 160%;
}
.notes {
	margin: 10px;
	font-size: .9em;
}
/*Link styles */
.infoLink {
	color: red;
	font-size: 10px;
	position: relative;
	clear: none;
	width: auto;
	cursor: pointer;
}
.infoImg {
	vertical-align: sub;
	border: none;
}
div.calitem a {
	text-decoration: none;
	font-size: .95em;
	color: #000;
}
.cancelled {
	text-decoration: line-through;
}
#details-window {
	font-size: 16px;
}

