﻿table.eventList th.month {
	text-align: center;
}

table.eventList th.month .prev,
table.eventList th.month .next {
	font-weight: normal;
}

table.eventList th.month .prev {
	float: left;
}

table.eventList th.month .next {
	float: right;
}

table.eventList th.data {
	text-align: left;
	white-space: nowrap;
	font-size: 85%;
	padding: 5px;
	width: 60px;
}

table.eventList td {
	font-size: 85%;
	padding: 5px;
}

table.eventList img.calenderIcon {
	vertical-align: middle;
	margin-right: 1px;
}

table.eventList td ul {
	margin-bottom: 0;
}

table.eventList td ul li {
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.eventList td li.iconList {
	background-image: none;
	padding-left: 0;
}

table.eventDetail {
	margin-bottom: 10px;
}

table.eventDetail td .eventImg .calenderIcon {
	float: left;
	margin-right: 5px;
}

table.eventDetail td .eventDiscription {
}

.eventArticle p.eventDate {
	margin:0;
	font-size: 85%;
}

#type3column table.calendarTable .event-body {
	font-size: 92%;
}