/* events.php */

a {
	color : #6D3F3F;
	text-decoration : none;
}

a:hover {
	color : #412626;
	text-decoration : underline;
}

.events {
	background : #BBCABC url('/images/backgrounds/bg_events.jpg') top left repeat-x;
	color : #232924;
}

.eventsLine {
	border-top : 1px solid #8EA18E;
}

.eventsHeader a {
	color : #2D542D;
	text-decoration : none;
}

.eventsHeader a:hover {
	color : #334237;
	text-decoration: none;
}

.eventsSection a {
	color : #5F7C5F;
	text-decoration : none;
}

.eventsSection a:hover {
	color : #4F6850;
	text-decoration: none;
}

.eventsRight {
	background-image : url('/images/backgrounds/right_events.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 138px;
}

.eventsSubItem {
	color : #4F6850;
}

.eventsNavigation {
	color : #D8E6D8;
	text-decoration : none;
}

.eventsNavigation:hover {
	color : #2D542D;
}

ul.navigation li a span.eventsItem {
	z-index: 999;
}

ul.navigation li a span.eventsItem:hover {
	padding : 7px;
	background-color : #809487;
	text-decoration : none;
}

.eventsSubItem a {
	color : #4F6850;
	text-decoration : none;
}

.eventsSubItem a:hover {
	color : #334237;
	text-decoration : underline;
}

.eventsBack {
	color : #232924;
	margin-top : 10px;
}