.event_list
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
.event_list th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px 4px;
	color: #039;
	border-bottom: 2px solid #66000C;
}
.event_list td
{
	padding: 8px;
	color: #525252;
}

.event_list tr:hover td{
	color: black;
}

.event_list tr.colorRow1
{
	background: #F0F0F0; 
}


.event_item
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 80%;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
}
.event_item th
{
	font-size: 20px;
	font-weight: normal;
	padding: 8px 4px;
	color: #039;
	border-bottom: 2px solid #66000C;
}
.event_item td
{
	padding: 8px;
	color: #525252;
}

.event_item tr:hover td{
	color: black;
}

.event_item tr.colorRow1
{
	background: #F0F0F0; 
}
