/**
 * Style sheet newsworthy
 */
.mod_eventlist h1, .mod_newslist h1, .mod_upcoming_events h1
{
	border-bottom:1px solid #00305a;
	font-size:12pt;
}

.mod_eventlist h2, .mod_newslist h2, .mod_upcoming_events h2
{
	margin:0px 0px 4px 0px;
	padding:0px;
	font-size:10pt;
}

.mod_newslist .layout_full, .mod_newslist .layout_latest, .mod_upcoming_events .event, .mod_eventlist .event
{
	margin-bottom:4px;
	padding:4px;
}

.mod_newslist .odd, .mod_upcoming_events .odd, .mod_eventlist .odd
{
	background-color:#ededed;
}

.mod_newslist .even, .mod_upcoming_events .even, .mod_eventlist .even
{
	background-color:#f9fafa;
}

.mod_newslist .layout_latest p
{
	margin:0px 0px 4px 0px;
	padding:0px;
}

.mod_eventlist .header
{
	border-bottom:1px solid #00305a;
	font-weight:bold;
}

.mod_eventlist .event
{
	margin-bottom:10px;
}
