table.calendar {border-collapse: collapse; width: 100%}

table.calendar .header {
	background-color: black;
	color: white;
	font-size: 95%;
	padding-bottom: 8px;
}
table.calendar .header th {text-align: center}
table.calendar .header a {
	color: white;
	font-size: 0.88em;
	font-weight: 700;
}

table.calendar .header a:hover {
	color: white;
	text-decoration: underline;
}

table.calendar th.month-label {
	font-size: 120%;
}

table.calendar,
table.calendar .day {
	background-color: #DCDCDC;
	border: thin solid black;
}

table.calendar .day {
	height: 120px;
	padding: 0.25ex 0.25em;
	vertical-align: top;
	width: 14%;
}

table.calendar .week-labels .label {
	font-size: 90%;
	padding: 0.25ex 0.25em;
	text-align: center;
}

table.calendar .noday {
	background-color: #ababab;
}
table.calendar .day.currentday {
	background-color: white;
}

table.calendar tr.week.currentweek {
	background-color: #F5F5F5;
}

table.calendar .day .label {
	font-size: 90%;
	font-weight: bold;
	margin-left: 2em;
	text-align: right;
	text-indent: -2em;
}

table.calendar .day ul,
table.calendar .day ol,
table.calendar .day li {
	font-size: 90%;
	list-style-type: none;
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 0px;
	text-indent: -6px;
}


/* Events */

.event {
	margin: 12px;
	width: 99%;
}
.event .title {
	font-size: 1.4em;
	font-weight: 700;
}
.event .datetime {
	font-size: 0.95em;
}
.event .description {
	background-color: transparent;
	border: none;
	font-size: 0.95em;
	padding: 1em;
	text-align: left;
}
