﻿/* events list */
.event-summary
{
	width: 686px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 12px;
}

.event-summary .top 
{
	width: 686px;
	height: 12px;
	overflow: hidden;
	background: url(images/events/bg-eventtop.gif) no-repeat;
}

.event-summary .bottom 
{
	width: 686px;
	height: 12px;
	overflow: hidden;
	background: url(images/events/bg-eventbottom.gif) no-repeat;
}

.event-summary .body 
{
	background-color: #efefef;
	width: 676px;
	padding-left: 10px;
}

.event-summary .body .clear 
{
	clear:both;
	height: 1px;
	overflow: hidden;
}

#content .event-summary .left
{
	width: 510px;
	float: left;
}

#content .event-summary h3 
{
	color: #c1002b;	
	font-size: 1.08em;
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
}

#content .event-summary h3 a
{
	color: #c1002b;
}

#content .event-summary h3 a:link,
#content .event-summary h3 a:visited 
{
	text-decoration: none;
}

#content .event-summary h3 a:hover,
#content .event-summary h3 a:active 
{
	text-decoration: underline;
}

#content .event-summary h4 
{
	color: #c1002b;	
	font-size: 0.9231em;
	margin: 0;
	margin-bottom: 17px;
	padding: 0;
}

#content .event-summary p
{
	color: #6e6168;
	font-size: 0.8461em;
}

#content .event-summary .readmore 
{
	font-weight: bold;
	font-size: 0.7692em;
	margin-bottom: 0;
}

#content .event-summary .readmore img
{
	vertical-align: middle;
	border: 0;
}

#content .event-summary .readmore a
{
	color: #c1002b;	
}

/* event item */

.event-item
{
	width: 686px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 12px;
}

.event-item .top 
{
	width: 686px;
	height: 12px;
	overflow: hidden;
	background: url(images/events/bg-eventtop.gif) no-repeat;
}

.event-item .bottom 
{
	width: 686px;
	height: 12px;
	overflow: hidden;
	background: url(images/events/bg-eventbottom.gif) no-repeat;
}

.event-item .body 
{
	background-color: #efefef;
	width: 676px;
	padding-left: 10px;
}

#content .event-item h3 
{
	color: #c1002b;	
	font-size: 1.08em;
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
}

#content .event-item h4 
{
	color: #c1002b;	
	font-size: 0.9231em;
	margin: 0;
	margin-bottom: 17px;
	padding: 0;
}

#content .event-item p
{
	color: #6e6168;
	font-size: 0.8461em;
}

#content .event-item table td
{
	color: #6e6168;
	font-size: 0.8461em;
}

#content .event-item table td p 
{
	font-size: 1em;
}
