div.eventList{
	width: 450px;
	height: 250px;
	background: url(../images/list_bg.jpg) bottom left no-repeat;
	margin-bottom: 20px;
	float: left;
}

div.rightside{
	margin-left: 20px;
}

div.rightside:after {
	display: block;
	height: 1px;
	margin-top: -1px;
	content: "";
	clear: both;
}

div.eventList h2{
	color: #CF2540;
	font-size: 130%;
	margin: 0;
	background: url(../images/list_h2_bg.jpg) top left no-repeat;
	padding: 20px 20px 0;
	_padding: 13px 20px 0;
}

div.eventList table{
	width: 410px;
	margin-left: 20px;
}

div.eventList td{
	height: 30px;
	max-height: 30px;
	border-top: #EFEBEA 1px solid;
	vertical-align: middle;
	font-size: 120%;
	color: #402E20;
}

td.summary{
	padding-top: 5px;
	border-top: #EFEBEA 1px solid;
	vertical-align: middle;
	font-size: 120%;
	color: #402E20;
}

div.eventList strong{
	color: #402E20;
}

div.eventList th{
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 135%;
	color: #402E20;
}

