.eventcalendar_outer {
	width:100%;
	margin:0px;
	z-index: 10;
}

.eventcalendar {
	float:left;
	width:300px;
	height:216px;
	padding:0;
	margin-left:10px;
	margin-bottom:10px;
	color:#000000;
	border-left-style:solid;
	border-left-color:#E30018;
	border-left-width:15px;
	background-image:url(../images/box240wh.gif);
	background-repeat:no-repeat;
	z-index: 10;
	text-align: center;
}
.eventcalendar h2 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.eventcalendar a {
	text-decoration:none;
	font-weight:bold;
	color:#016BA9;
}
.eventcalendar a:hover {
	color:#CC0000;
	font-weight:bold;
}


.event_month_title {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	vertical-align: middle;
	background-color:#D8D8D8;
	border-width:0px;
}

.event_weeknumber {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	vertical-align: middle;
}

.event_sunday {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:14px;
	text-align:center;
	border-color:#0099FF;
	background-color:#F0F0F0;
	border-style:solid;
	border-width:1px;
}

.event_current_day {
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	line-height:14px;
	text-align:center;
	border-color:#CCCCCC;
	background-color:#D0DDF4;
	border-style:solid;
	border-width:1px;	
}

.event_daynumber {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-align:center;
	border-color:#E0E0E0;
	background-color:#F0F0F0;
	border-style:solid;
	border-width:1px;
}


.eventlist {
	background-color:#FFFFFF;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	margin-top:20px;
	padding-top:20px;
	width:100%;
	z-index: 15;
}


.event_list_header {
	background-color:#FFFFFF;
	width:100%;
	margin_top:30px;
	margin_bottom:10px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}


.event_list_items {
	background-color:#FFFFFF;
	width:100%;
	margin_top:20px;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
}


