.calendar-table{ width:100%; margin-top: 0.5em; margin-bottom: 1.5em; padding:5px; border: solid 1px #9e1d22; }
.calendar-table a{
	text-decoration:underline;
}
.calendar-table td, .calendar-table th{
	padding:3px;
	text-align:center;
}
.calendar-table th{
	border-top:1px solid #5e6c6f;
	border-bottom:1px solid #5e6c6f;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{ padding:1px; font-weight: bold; background-color: #c49494; cursor:pointer; border:solid 1px #9e1d22; }
.linked_today_nolink{ font-weight: bold; padding:1px; background-color: #c49494; border: solid 1px transparent; }
.linked_day{ padding:1px; font-weight: bold; cursor:pointer; border: solid 1px #9e1d22; }

/* List view CSS */
table.eventTable {
	width: 100%;
}
table.eventTable h2 {
	margin-left: 4px;
	margin-top: 12px;
}
table.eventTable .eventTitle, table.eventTable .eventItem {
	font-size: 11px;
	padding: 0 5px 0 5px;
}
table.eventTable .eventTitle { font-weight: bold; background-color: #fff9da; }
table.eventTable .eventTitleRow {
	font-size: 11px;
	font-weight: bold;
	background-color: #FDF9DD;
	vertical-align: middle;
	height: 26px;
}
table.eventTable .eventItem p {
	font-size: 11px;
}
table.eventTable .eventDateTime {
	color: #9E1D22;
}
