#calendarWrapper{
	height: 165px;
	font-size: 12px;
	padding: 10px 0 13px 6px;
}

#calendarWrapper li, #calendarWrapper li a{
	display: block;
	float: left;
	padding: 2px 0 2px 0;
	margin-right: 3px;
	text-align:center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	line-height: 130%;
	width: 17px !important;
}
#calendarWrapper li{
	display: inline;
}
#calendarWrapper li a:hover{
	text-decoration: underline;
}

.calRow{
	float:left;
	display:block;
	margin-top: 2px;
	width: 150px;
}
.calOffMonth a {
	/*background: #eeeeee;*/
	color: #cccccc !important;
	padding: 1px !important;
}
.calOffMonth.calEvent a, .calOffMonth.calEvent a:hover {
	/*background: #CFF7FF;*/
	color: white !important;
}

.calLast a{
	margin-right: 0px !important;
}

.calMonth{
	float:left; 
	width: 95px;
	font-weight:bold;
	color: #486186;
	margin-bottom: 4px;
}
.calArrows{
	float:right; 
	width: 85px;
	margin-bottom: 4px;
	height: 16px;	
}
.calWeek a {
	font-size: 10px;
	color: #3e3e3e !important;
	text-transform:uppercase;
}

.calDay a{
	font-size: 10px;
	text-transform:uppercase;
	color: #2d91ff;
	font-weight:bold;
}
.calToday a, .calToday a:hover{
	color: #ffffff;
	background: #fac100!important;
}
.calEvent a, .calEvent a:hover{
	/*background: #CFF7FF;*/
	background: #B3CEEF;
}

#calendarEvents{
	margin-bottom: 30px;
}
#calendarEvents ul{
	margin-left: 10px;
}
#calendarEvents li{
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.calendarDate{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.calendarText a{
	font-size: 11px;
	color: #9f0021;
	text-decoration:none;
	text-transform: none;
}
.calendarText a:hover{
	color: #9f0021;
	text-decoration: underline;
}