#calendar DIV {

}

.calendar_nav {
	width: 100%;
	float: left;
}

.calendar_prev {
	display: block;
	float: left;
    width: 20%;
}

.calendar_next {
	display: block;
	text-align: right;
	float: left;
    width: 20%;
}

.calendar_title {
	width: 60%;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar_selector {
	float: left;
	width: 100%;
}

.calendar_days {
	width: 100%;
}

.calendar_day {
	background: #cccccc;
	float: left;
	margin: 1px;
	width: 14%;
	height: 60px;
	text-transform: uppercase;
}

.calendar_weekend {
	background: #aaaaaa;
}

.calendar_day_noncurrent {
	background: #ffffff;
}

.calendar_day_title {
	width: 14%;
	margin: 1px;
	height: 18px;
	padding-top: 7px;
	background: #ffffff;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

.calendar_date, .calendar_date a {
	font-size: 22px;
	margin: 8px 8px 8px 2px;
}

.calendar_date a {
	color: #ffffff;
}

.calendar_event a {
	font-size: 12px;
	margin-left: 2px;
	text-decoration: none;
	color: #ffffff;
}

.calendar_has_events {
	background: #000000;
	color: white;
}

