
/**** EVENTLIST ***/

#content_full .content_eventlist {
	
}

#content_full .content_eventlist .event_filter {
	position: relative;
	float: left;
	margin-right: 63px;
	padding-bottom: 29px;
	width: 268px;
	border: solid #1b2459 1px;
	background: url(../images/bg_header_content.gif) left top repeat;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content_full .content_eventlist .event_filter .top_right_bg {
	position: absolute;
	right: 13px;
	top: -6px;
	width: 75px;
	height: 57px;
	background: url(../images/agenda_filter_bg.png) left top no-repeat;
}

#content_full .content_eventlist .event_filter h2 {
	margin: 0 0 10px 0;
	padding: 14px 0 8px 21px;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	font-family: 'MuseoSans100Regular';
	background: url(../images/sep_footer.gif) left bottom repeat-x;
}


#content_full .content_eventlist .event_filter label.input_check {
	position: relative;
	display: block;
	padding: 10px 22px 10px 38px;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
}

#content_full .content_eventlist .event_filter label.input_check input {
	position: absolute;
	top: 6px;
	left: 22px;
	margin: 2px 0 0 0;
}

#content_full .content_eventlist .event_filter button {
	display: block;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 153px;
	height: 33px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'MuseoSans300Regular';
	font-size: 14px;
	text-align: center;
	line-height: 33px;	
	background: #3997b3;
	border: solid #42a8c7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#content_full .content_eventlist .listing {
	float: left;
	width: 667px;
}

#content_full .content_eventlist .listing.fade {
	opacity : 0.4;
	-moz-opacity : 0.4;
    -ms-filter: "alpha(opacity=40)";
}

.content_eventlist .loading {
	background: url("../images/loading.gif") center center no-repeat;
	position: absolute;
	width: 1000px;
	height: 50px;	
	display: none;
	opacity : 1;
	?margin-left:15px;
	z-index: 28;
}

#content_full .content_eventlist .listing .eventlist_event {
	padding: 25px 0;
	border-bottom: solid #e3e3e3 1px;
}

#content_full .content_eventlist .listing .eventlist_event:nth-child(2) {
	padding-top: 0;
}

#content_full .content_eventlist .listing .news_date {
	font-size: 10px;
	line-height: 12px;
	color: #3997b3;
}

#content_full .content_eventlist .listing .news_date .date_month {
	display: block;
	float: left;
	padding: 5px 0 0 5px;
	width: 38px;
	font-family: Arial;
	text-transform: uppercase;
}

#content_full .content_eventlist .listing .news_date .date_day {
	float: left;
	display: block;
	padding: 7px 0 0 10px;
	width: 34px;
	height: 28px;
	font-size: 25px;
	line-height: 25px;
	text-shadow: none;
	font-family: 'MuseoSans300Regular';
	color: #fff;
	background: url(../images/bg_date_event_day.jpg) left top no-repeat;
}

#content_full .content_eventlist .listing h2 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 20px;
	line-height: 20px;
}

#content_full .content_eventlist .listing .category_name {
	font-size: 10px;
	line-height: 14px;
	color: #25327b;
}



/**** EVENTVIEW ***/


#content_full .content_eventview .event_title {
	display: block;
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 13px;
	border-bottom: solid #e3e3e3 1px;
}


#content_full .content_eventview .news_date {
	display: block;
	float: left;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #3997b3;
}

#content_full .content_eventview .news_date .date_month {
	display: block;
	float: left;
	padding: 5px 0 0 5px;
	width: 38px;
	font-family: Arial;
	text-transform: uppercase;
}

#content_full .content_eventview .news_date .date_day {
	float: left;
	display: block;
	padding: 7px 0 0 10px;
	width: 34px;
	height: 28px;
	font-size: 25px;
	line-height: 25px;
	text-shadow: none;
	font-family: 'MuseoSans300Regular';
	color: #fff;
	background: url(../images/bg_date_event_day.jpg) left top no-repeat;
}

#content_full .content_eventview h1 {
	clear: none;
	float: left;
	margin: 0;
	max-width: 913px;
}

#content_full .content_eventview .category_name {
	clear: both;
	padding-left: 87px;
	font-size: 10px;
	line-height: 14px;
	color: #25327b;
}


#content_full .content_eventview .event_image {
	clear: both;
	float: left;
	margin: 0 35px 0 0;
	width: 333px;
}

#content_full .content_eventview .event_content {
	float: left;
	width: 604px;
}








