h2.eventList {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	margin-bottom: 1em;
	font-weight: bold;
}

table.eventList {
	font-size: 9pt;
	margin-bottom: 16px;
}

.eventList th {
	font-weight: bold;
	padding: 4px;
	background-color: #d3a945;
	color: #fff;
}

.eventList td {
	padding: 4px;
}

.eventList tr.odd {
	background-color: #f0f0f0;
}

/* edellinen - seuraava lätkät */

div.eventList_previousNext {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	float: none;
	zoom: 1;
}

div.nextEvent {
	width: 220px;
	background-color: #e0e0e0;
	padding: 5px;
	float: left;
	text-align: center;
}

.nextEventInfo {
	color: #000000;
	font-weight: bold;
}

.nextEventTeams {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

div.previousEvent {
	width: 220px;
	background-color: #e0e0e0;
	padding: 5px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.previousEventInfo {
	color: #000000;
	font-weight: bold;
}

.previousEventTeams {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

.previousEventResult {
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
}


