/* Events */

.upcomingEvent {
	text-align: left;
	padding: 2px 0 2px 10px;
}

.upcomingEvent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.upcomingEvent li {
	margin-bottom: 2px !important;
	margin-bottom: 0;
}

.upcomingEvent li {
	overflow: hidden;
	list-style: none;
}

.upcomingEvent li.date {
	color: #444444;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, Sans;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.upcomingEvent li.title, .upcomingEvent li.title a {
	color: #ab0000;
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.upcomingEvent li.stickyTitle , .upcomingEvent li.stickyTitle a {
	color: #00924F;
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.upcomingEvent li.local {
	color: #444444;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
}

.german .upcomingEvent li.learnMore a {
	height: 16px;
	width: 66px;
	margin-right: 3px;
	margin-top: 3px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(images/learnMore.gif) top left no-repeat;
}

.german .upcomingEvent li.learnMore a:hover {
	background: url(images/learnMore.gif) top left no-repeat;
}

.german .upcomingEvent li.stickyLearnMore a {
	height: 16px;
	width: 66px;
	margin-right: 3px;
	margin-top: 3px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(images/learnMoreSticky.gif) top left no-repeat;
}

.german .upcomingEvent li.stickyLearnMore a:hover {
	background: url(images/learnMoreSticky.gif) top left no-repeat;
}