@charset "utf-8";
/* EVENTS TOP TAB */
.icoArrows{
	background-image: url(arrows.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px!important;
	height: 15px;
	cursor:pointer;
}
.icoArrows span{
	font-size: 0.9em;
	font-style: italic;
	color: #3E514B;
}
#next-event {
	position: absolute;
	width: 200px;
	top: 50px;
	right: 0px;
	text-align: left;
}
.event{
	background-color: #2B4268;
	padding: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height:15px;
}

#next-event  h4 {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

ul.eventList{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.eventList li{
	list-style-type: none;
}
.eventList li a{
	color: #5A4A42;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 5px;
	border: 1px solid #D2CEAC;
	background-color: #F3F2EB;
	margin-bottom: 3px;
}
.eventList li a span{
	display: block;
	color: #3A4A49;
	font-size: 0.7em;
	font-style: italic;
}
.eventList li a span span{
	font-style: normal;
	display: block;
	font-size: 1.1em;
	color: #5A4A42;
	margin-top: 5px;
}
.eventList li a:hover{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.eventLSE, .eventList{
	display:none;
}
/* MAIN EVENTS PAGE */
.mainEventsC{
	min-height:200px;	
}
.mEventC{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #615f5e;
}
.mEventC h2{
	font-size:1.4em!important;	
}
