#calendar {
	color: #552A08;
}

.calendar_nav {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
}

.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;
	color: #CCCCA2;
	font-size: 16px;
	
}

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

.calendar_days {
	width: 100%;
}

.calendar_day {
	background: #CCCCA2;
	float: left;
	margin: 1px;
	width: 13.5%;
	height: 100px;
	text-transform: uppercase;
}

.calendar_weekend {
	background: #CCCCA2;
}

.calendar_day_noncurrent {
	background: #CCCCA2;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.calendar_day_title {
	width: 13.5%;
	margin: 1px;
	height: 18px;
	padding-top: 7px;
	background: #433927;
	color: #CCCCA2;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.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: #CCCCA2;
}

.calendar_has_events {
	background: #552A08;
	color: #CCCCA2;
}
