@charset "utf-8";
.date_tab {
	font-family: Arial;
	font-size: 0.8em;
	color: #0f2231;
	text-align: center;
	margin: 0px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/date_button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.event_top {
	background-image: url(images/events_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
	width: 690px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.event_body {
	background-image: url(images/events_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	width: 660px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.event_body a{
	font-weight: bold;
	color: #333333;
}
.event_body img{
	padding: 0px;
	float: left;
	border: 1px solid #000000;
	margin: 5px;
}
.event_bottom {
	background-image: url(images/events_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 690px;
}
.event_holder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-table;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}
.event_title {
	font-weight: bold;
	font-size: 1.5em;
	margin: 5px;
	text-transform: capitalize;
}
.event_timeloc {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
