/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
}

.tabs .horizontal > LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 0 0 0;
	display: inline-block;
}

.tabs UL.horizontal > LI A {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}

.tabs .horizontal > LI:hover {
	background: #a0cac0;
	border-bottom: 4px solid #68a697; 
}

.tabs .horizontal > LI:hover A {
	color: white;
}

.active {
	background: #0655A1 !important; /*#a0cac0*/
	border-bottom: 4px solid #68a697 !important;
}

.active A {
	color: white !important;
}


.event_document_button {
	
	padding:5px;
	cursor:pointer;
}

.event_document_button a {
	
}