#calendar-nav {
	display: none;
	}
	
.tx-cal-controller {width: 180px;}
.month-large {width: 180px; margin-left: 1px;}

.month-large .day {
			height: 30px;
			width: 20px;
			vertical-align: top;
			text-align: left;
		}

.monthCurrentWeek {
			background-color: #ffffff;
			height: 10px;
		}
		
.monthSelected, .monthSelectedWeek {
			background-color: #ffffff;
		}
		
.monthToday {
			background:#ffffff none repeat scroll 0% !important;
		}
		
.monthToday a:link, .monthToday a:visited {
			color:#000000;
		}
		
.eventDay {
		height: 10px;
		overflow: hidden;
		background: #DCE5C7;
}

#cal_event_5 {
		height: 10px;
		overflow: hidden;
		background: #DCE5C7;
}

#cal_event_description {
			margin-top:0px;
		}


.monthToday	{
		height: 10px;
		overflow: hidden;
}

#month-header-icons {
	display: none;
	}
	
.green_catheader_bullet {
	display: none;
	}

	
.cal_headline a, .cal_headline {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-left: 10px;
	color: #416118;
}

h2.cal_headline {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #416118;
}

.cal_text {
	font-size: 12px;
	margin-left: 10px;
}

#calendar-event a {
	margin-left: 10px;
	font-size: 12px;
	}
	
#month-header-prevnext {
	height: 20px;
	}

.month-header-date {
	width: 60px;
	float: left;
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	}
.month-header-image {
	float: left;
	width: 20px;
	}