#calendar_date {
	display: block;
	clear: both;
	height: 30px;
	width: 240px;
	text-align: center;
	line-height: 30px;
}

#calendar_date h1 {
	float: left;
	margin: 0;
	height: 30px;
	width: 190px;
	font-size: 120%;
}

#calendar_date .nav {
	cursor: hand;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 30px;
}

#calendar_chart {
	color: #666666;
	font-weight: bold;
	height: 220px;
}

#event_date {
	font-size: 120%;
}

#event_list h1 {
	margin: 0;
	font-size: 140%;
}

#event_list p {
	margin-top: 5px;
}

#event_list h2 {
	margin: 0;
	font-size: 100%;
}

.calendar_week {
	margin: 0 -3px;
	display: block;
	width: 245px;
	height: 30px;
}

.calendar_day, .calendar_blank_day, .calendar_today, .calendar_event {
	float: left;
	display: inline;
	margin: 3px;
	width: 27px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	text-align: center;
	line-height: 28px;
}

.calendar_day {
	background-color: #F5F5F5;
}

.calendar_blank_day {
	background-color: #666666;
}

.calendar_today {
	background-color: #009900;
	color: white;
}

.calendar_event {
	cursor: hand;
	cursor: pointer;
	background-color: #006699;
	color: white;
}