@charset "UTF-8";
/* CSS Document */

.calendarEventDate {
	color: rgb(167,167,167);
}
.calendarEventTime {
	font-weight: bold;
	margin: 1em 0 0;
	color: #069;
}
.calendarEventTitle {
	font-weight: bold;
	margin: 1em 0 0;
	color: #000;
}
.calendarEventLocation {
	font-style: oblique;
	margin: 0;
	color: black;
}
.calendarEventInfo {
	margin: 0;
	color: black;
}
.calendarEventTime+.calendarEventTitle {
	margin-top: 0;
}
.calendarImportant {
	font-weight: bold;
	color: #F00;
}
.CalendarCanceled {
	color: #999;
	text-decoration: line-through;
	margin-top: 0;
}
div.tabs {
	margin-top: 40px;
}
#calendarTitle {
	position: absolute;
	right: 52px;
	top: -25px;
	text-align: right;
}
#calendarTitle h2 {
	margin-top: 0;
}
