﻿.eventPageImage {
	margin: 0 0 1em 0;
	text-align: left;
}
.eventDate { font-style: italic; color: #a90633; }

/* tab strip */
.tabStrip { font-size: 85%; }
.tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
.tabStrip li { margin: 3px 3px 0 0; list-style-type: none; float: left; white-space: nowrap; }
.tabLink { display: block; padding: 5px 10px 5px 10px; background: #c46062; color: #ffffff; border-right: 10px #b24848 solid; }
.tabLink:hover { background: #a90633; border-right-color: #BF0639; text-decoration: none; }
.tabLinkActive { display: block; padding: 5px 10px 5px 10px; background: #a90633; color: #ffffff; border-right: 10px #BF0639 solid; font-weight: bold; }
.tabLinkActive:hover { text-decoration: none; cursor: default; }

/* tab content */
.tabContent { display: none; }
.tabContentActive {
	display: block;
	clear: both;
	border: 1px #a90633 solid;
	padding: 0 10px 10px 10px;
}