/* CSS Document */
.event_month {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 18px;
	border-top: 1px none #996600;
	border-right: 1px none #996600;
	border-bottom: 1px solid #996600;
	border-left: 1px none #996600;
}
.eventlist {
	font-size: 12px;
	border-top: 1px none #996600;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
	border-left: 1px solid #996600;
}
.list_date{
	width: 100px;
	padding: 3px;
	float: left;
	margin: 0px;
}
.list_title {
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #996600;
	margin: 0 5px 0 100px;
}
.list_subtitle {
	font-size:10px;
	color: #000000;
	padding: 3px;
}
.eventdetail {
	font-size: 12px;
}
.detail_title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 3px 0;
}
.detail_subtitle {
	font-weight: bold;
	color: #996600;
	margin: 10px 0 0 0;
}
.detail_description{
	margin: 15px 0 0 0;
	line-height: 140%;
}
.detail_description img{
	float: right;
	margin: 0 0 0 20px;
}
.events {
	width: 100%;
}
