h1 { font-family: "Gill Sans MS", Verdana, Tahoma, Arial, sans-serif; color: #094b2f; margin-bottom: 10px; font-size: 25px; }
h2 { font-size: 120%; color: #064426; margin-top: 10px; }
div.actions { font-size: 80%; }
table { border-collapse: collapse; margin-left: 20px; margin-right: 20px; }
tr { margin-bottom: 5px; }
tr.selected { 
	background-color: #efe;
	border: solid 1px green;
}
tr.selected td {
	padding: 5px;
}
td.selectionbox {
	width: 1em; 
	text-align: center;
}
td.prijs { 
	width: 8em;
	text-align: center;
	vertical-align: middle;
}

div.toolbar {
	width: 100%;
	background-image: url(../../images/toolbar-background.png);
	background-repeat: repeat-x;
	height: 20px;
}

div.toolbar .knopje {
	width: 200px;
	border: none;
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 25px;
}

div.toolbar .knopje.disabled
{
	color: silver;
}

div.toolbar a.knopje:hover
{
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid;
	border-color: #7A8A99;
}

p.melding {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	border: solid 1px #3333cc;
	color: #3333cc;
	font-weight: bold;
}

tr.selectionhint td {
	font-size: 75%;
	color: #30600c;
	font-style: italic;
}

