.calendar{
	width:100%;
	min-height:400px;
	margin-bottom:25px;
	font-size:1.2em;
	text-align:left;
}
.calendar thead { border:1px solid #CCC;  }
.calendar th { background:white; }
.calendar tbody tr{
	height:17%;
}
.calendar tbody tr td {
	border:1px solid #CCC;
	width:12%;
}
.calendar h3 { font-size:1.6em; text-align:center; margin:0px; }
.prev-next{
	background-color:#CCCCCC;
}
.daycell {
	background-color:white;
}
.daycell ul li { margin-bottom:10px; }
.today {
	background-color:#FFFFCC;
}
.calendar .next, .calendar .prev { text-align:right; font-size:1.8em; padding:5px; }
.calendar .prev { text-align:left; }
.event {
	line-height:1.5em;
}
.event p {
	line-height:1.5em;
}
.event h3{
	background-color:#F1F1F1;
	padding:5px;
}
.event .dates {
	float:right;
}
.event .location { font-weight:bold; margin-bottom:5px;}

.event_location{font-weight:bold; margin-bottom:20px; font-size:1.2em;}