div.eventMenu ul
{
	margin: 0;
	padding: 0;
}

div.eventMenu li
{
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
}

div.eventMenu li span
{
	display: block;
	width: 150px;
	overflow: hidden;
	background-color: #c5c5c5;
	background-image: url( ../images/eventnav_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	cursor: hand;
}

div.eventMenu li  span.current
{
	background-color: rgb(178,23,57);
	font-weight: normal;
}
	
div.eventMenu li a
{
	color: #fff;
}

table.eventtable 
{
	border: 0px;
	width:641px;
	margin: 5px;
	empty-cells:show;
	border-collapse:collapse; 
}

table.eventtable th
{
	height: 50px; 
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	background-image: url( ../images/eventheader_bg.png);
}

table.eventtable td
{
	width: 130px;
	vertical-align: top;
	overflow: hidden;
	empty-cells: show;
}

table.eventtable td.time-td 
{
	width: 100px;
	background-color:#f3f5f6; 
	font-weight: bold;
	height: 34px;
	padding: 8px;
}

.eventtable td
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#favorites-container
{
	padding: 10px;
	background-color: #b21739;
	color: #FFFFFF;
}

#favorites
{
	min-height: 300px;
}
