﻿.eventsList {
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.eventsList li {
	margin:0 0 16px;
	padding:0;
}
.eventsList .eventTitle {
	font-size:14px;
	line-height:14px;
	margin:0;
	padding:0;
}
.eventsList .eventTitle a:link, .eventsList .eventTitle a:visited, .eventsList .eventTitle a:active{
	font-weight: bold;
	color: #36020E;
	text-decoration: underline;
	background:none;
}
.eventsList .eventTitle a:hover {
	text-decoration: none;
}
.eventsList .eventPriod {
	margin:3px 0 0 0;
	padding:8px 0 0 30px;
	height:24px;
	font-weight: bold;
	background:url(images/calendar.jpg) no-repeat 0 0;	
}
.eventsList .contentCity {
	font-weight: bold;	
}
.eventsList .eventContent {
	margin:-10px 0 18px 0;
}

/*SideBar Event List Styles*/
.sb_eventsList {
	width:200px;
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	background:url(images/sb_eventlist_bg.jpg) repeat-x 0 0;
}
.sb_eventsList .sb_eventsThisWeekTitle {
	width:185px;
	height:30px;
	margin:0;
	padding:10px 5px 0 10px;
	font-size:16px;
	font-weight:700;
	color:#36020E;
}
.sb_eventsList li {
	margin:0 0 16px;
	padding:0;
}
.sb_eventsList .sb_eventTitle {
	font-size:14px;
	line-height:14px;
	margin:0;
	padding:0 0 0 10px;
}
.sb_eventsList .sb_eventTitle a:link, .sb_eventsList .sb_eventTitle a:visited, .sb_eventsList .sb_eventTitle a:active{
	font-weight: bold;
	color: #36020E;
	text-decoration: underline;
	background:none;
}
.sb_eventsList .sb_eventTitle a:hover {
	text-decoration: none;
}
.sb_eventsList .sb_eventPriod {
	margin:3px 0 0 0;
	padding:8px 0 0 40px;
	height:24px;
	font-weight: bold;
	background:url(images/calendar.jpg) no-repeat 10px 0;	
}
.sb_eventsList .sb_contentCity {
	font-weight: bold;	
}
.sb_eventsList .sb_eventContent {
	margin:-10px 0 18px 10px;
}
