.event_table_title td {
	border-bottom: 2px dotted #cccccc;
	background: #ebebeb;
	line-height: 30px;
	font-weight: bold;
}
.event_table_title {
	margin: 30px 0px 10px 0px;
}


.event_table td {
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
}

.event_table tr:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.event_list_date {
	font-size: 12px;
	line-height: 30px;
}

a.event_list_title {
	font-weight: bold;
}



.event_detail_top {
	line-height: 20px;
	background: #f0f0f0;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.event_thumbnail {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.event_detail_date {
	font-weight: bold;
	line-height: 30px;
	background: #ebebeb;
	display: block;
	padding-left: 10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.event_description {
	display: block;
	margin-top: 40px;
	text-align: justify;
}

a.event_backbtn {
	display: block;
	margin-top: 30px;
	width: 130px;
	line-height: 24px;
	background: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

a.event_backbtn:hover {
	background: #ebebeb;
	text-decoration: none;
}