@charset "utf-8";
/* CSS Document */

/* Begin Events Calendar Blocks */
div.event_calendar {
	float: right;
	width: 295px;
	margin-top: 5px;
	margin-left: 5px;
}	
div.event_calendar_title {
	float: left;
	height: 25px;
	background: transparent url('/images/right-box-top.png') no-repeat;
	width: 300px;
	color: #006;
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div.event_calendar_block {
	width: 295px;
	color: #0099FF;
	font-size: 12px;
	background-image:url(../images/left-box-body.png);
	background-repeat: repeat-x;
	background-color: #07019E;
	padding-left: 5px;
	float: left;
	z-index: 0;
}
div.event_calendar_block a:link, div.event_calendar_block a:active, div.event_calendar_block a:visited {
	text-decoration: underline;
	color: white;
}
div.event_calendar_items {
	position: relative;
	color: white;
	width: 97%;
	margin: 5px 15px 5px 5px;
}
div.event_calendar_items h4 {
	font-weight: bold;
	padding-bottom: 5px;
}
div.event_calendar_items linkstyle3 {
	color: #C93;
}
div.event_calendar_items h5 {
	color: #3CF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
div.event_calendar_items h6 {
	color: #CCC;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
div.event_calendar_items_listing {
	position: relative;
	color: #009;
	width: 97%;
	margin: 5px 15px 5px 5px;
	border-bottom: thick solid #FF9;
}
div.event_calendar_items_listing h4 {
	padding-bottom: 5px;
}
div.event_calendar_items_listing a:hover, a:active {
	color: #C93;
}
div.event_calendar_ievent_calendar_items_listingtems h5 {
	color: #3CF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
div.event_calendar_items_listing h6 {
	color: #CCC;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
div.event_calendar_items_listing .moreitems a {
	color: white;
	text-decoration: none;
}
div.event_calendar_items .moreitems a:active, a:visited {
	color: white;
	text-decoration: none;
}
/* End Events Calendar Blocks */

