div#two
{
/*	margin-right: 212px;*/
/*	padding-top: 30px;	*/
/*	padding-left: 10px;	*/
	padding-right: 10px;
	width: 415px;
}
table.eventTable
{
	border-collapse: collapse;
/*	border: 1px solid #EA5D24;	*/
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.9em;
	width: 100%;
}
table.eventTable th
{
	text-align: left;
		
	color: white;
	background: #E0780B;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
}
td
{
	padding: 5px 10px 5px 10px;
}
tr.oddRow
{
	background: #D5D2CB;
}
tr.evenRow
{
	background: #EFEFF0;
}
a
{
	text-decoration: none;
}
a.infoButton
{
	text-decoration: none;
}
p.eventNav
{
	margin-bottom: 5px;
}
a.eventNavLink
{
	padding-left: 3px;
	padding-right: 3px;
	color: black;
	background: #EEEEEE;
}
a.eventNavLink:hover
{
	color: black;
	background: #FFEEBB;
}

p#eventsNav
{
	position: relative;
	margin-top: 8px;
	width: 100%;
}
a#eventsPrev
{
	position: absolute;
	left: 0px;
	color: #E95C0F;
}
a#eventsNext
{
	position: absolute;
	right: 0px;
	color: #E95C0F;
}

