/**
* Overview options
*/

.overviewoptions ul {
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
}

.overviewoptions .odd {
	background: #edf7ff;
	padding: 8px;
}

.overviewoptions .even {
	background: #bfe2f5;
	padding: 8px;
}

.overviewoptions li a {
	color: #014382;
	text-decoration: none;
}

.overviewoptions li a:hover {
	text-decoration: underline;
}