span.event_desc {
	font-size: 15px;
	color:010b20;
}

span.event_date {
	font-size: 12px;
	color:010b20;
}

span.event_body {
	font-size: 12px;
	color:010b20;
}

span.event_body strong {
	font-size: 12px;
	color:010b20;
}

span.day_number{
	font-weight:bold;
	font-size: 13px;
	color:010b20;
}

span.event_category{
	font-weight:bold;
	font-size: 11px;
	color:010b20;
}

span.monthyear {
	color:#FFFFFF;
	font-size: 30px;
}

a.event_link {
	font-weight:normal;
	font-size:11px;
	color:#7c3a00;
}

#monthyearnav{
	position:relative;
	top:-20px;
	left:0px;
	text-align:center;
}

#month_nameyear {
	position:relative;
	top:0px;
	left:0px;
	padding:0px 30px 0px 30px;
	display:inline;
}

#month_back {
	width:41px;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	vertical-align:middle;
	display:inline;
}

#month_next {
	width:41px;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	vertical-align:middle;
	display:inline;
}

#calendar_wrap {
	text-align:center;
	background-color:#ffffff;
	margin:5px 20px 0px 20px;
	padding:8px 0px 28px 0px;
}

table {
	margin:0 auto;
	padding:1px;
	width:868px;
	height:658px;
}


td {
	padding:3px;
	vertical-align: top; 
	background-color:#ece9df;
	width:120px;
	height:100px;
}

td.day_name{
	height:20px;
	text-align:center;
	background-color:#ffffff;
}

td.day_othermonth{
	background-color:#d8d6ce;
}



div.day_number{
	position:relative;
	top:0px;
	left:0px;
}


div.day_items{
	position:relative;
	top:0px;
	left:0px;
	margin:7px 0px 0px 0px;
}

div.day_items_next{
	border-top:1px solid #cdcbc6;
	margin:4px 0px 7px 0px;
	padding:4px 0px 0px 0px;
}


ul.eventlist  {
	position:relative;
	list-style-type: none; 
	margin: 0; 
	padding: 0px 0px 0px 5px;
}

li.event{
	line-height:14px;
	background-image: url('../assets/events_bullet.gif'); 
	background-repeat: no-repeat; 
	background-position:0px 4px;
	padding: 0px 0px 5px 12px;
}

li.categorylabel {
	line-height:14px;
	padding: 0px 0px 5px 12px;
}
