/********************
 * EVENT_LIST_ITEM
 ********************/
.event_list_item {
	display: block;
	margin: 10px 10px 20px 15px;
	padding: 5px 0px 10px 0px;
	text-align: justify;
}

.event_list_item h1,
.title a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
}

.event a,
.event_list_item a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b2c6bb;
}

.event a:hover,
.event_list_item a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f0b2bc;
}

.event_list_item p {
	margin: 0px 0px 10px 0px;
}

.event_list_item img {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}



/********************
 * EVENT
 ********************/
.event {
	display: block;
	margin: 10px 10px 20px 15px;
	padding: 5px 0px 10px 0px;
	text-align: justify;
}

.event h1,
.title a {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
}

.event h2 {
	font-size: 14px;
	font-weight: bold;
}

.event h3 {
	font-size: 12px;
	font-weight: bold;
}

.event p {
	margin: 0px 0px 10px 0px;
}

.event_information {
	float: right;
	color: #cccccc;
	font-size: 10px;
	font-style: italic;
}

.event_img_blank {
	visibility: hidden;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0 !important;
}

.event_img_cover {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

.event img {
	margin: 0 10px 5px 10px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}