/* $Id: style.css 674 2004-10-26 10:01:00Z nkp0405 $ */

A { color: #990000; text-decoration: none; }
A:hover { text-decoration: underline; }
a.nav { text-decoration: none; }

body {
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	background-color: white;
}
.nav {
	font-size: small;
}
.content {
	padding-left: 10px;
	font-size: small;
}

pre {
	font-size: medium;
}

.sponsor_text { font-size: x-small; margin-bottom: 0.5em; margin-top: 0.5em}
.sponsor_logo { width: 100px; margin-bottom: 0.5em; border: 0px; }
#ngi { width: 50px; }
#acc {width: 80px; }
#nkp {width: 80px; }
th,td { vertical-align: top; font-size: small; }
td.mid { vertical-align: middle }

.nav0 { padding-left: 0px; }
.nav1 { padding-left: 5px; list-style-type: disc; }
.nav2 { padding-left: 5px; font-style: italic; list-style-type: circle; }
.selected { font-weight: bold; padding-left: 5px; font-style: italic; }

.nav0 A { text-decoration: none; }
.nav0 A:hover { text-decoration: underline; }
.nav1 A { text-decoration: none; font-weight: bold; }
.nav1 A:hover { text-decoration: underline; }
.nav2 A { text-decoration: none; }
.nav2 A:hover { text-decoration: underline; }


.score_correct {
	background: #33FF66;
}
.score_incorrect {
	background: #FF6666;
}
.score_neutral {
	background: white;
}


.eindscore {
	border-collapse: collapse;	

}
.eindscore td {
	 border:  1px solid black;
	 padding: 2px;
	 padding-left: 3px;
	 padding-right: 6px;
}
