body {
 background: RGB(32,54,116); /* BLAUW */
 color: RGB(32,54,116); /* BLAUW */
 margin: 0px;
 padding: 0px;
}

body,td,th,a,textarea,input,select {
 font-family: Verdana;
 font-size: 11px;
}
ul {
	margin: 0px 0px 0px 15px;
}
img {
 border: none;
}

hr {
	height:1px;
}

td {
 padding:0px;
 vertical-align:top;
}

td.formlabel {
}

h2 {
 font-size: 14px;
 font-weight: bold;
 color: RGB(32,54,116); /* BLAUW */
 margin-top: 0px;
 margin-bottom: 15px;
}

h6 {
 font-family: verdana;
 font-size: 6pt;
 color: gray;
}

.menubar {
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	color: white;
	background: RGB(215,0,0);	/* ROOD */
	border-left: solid RGB(215,0,0) 2px; /* ROOD */
	font-weight: bold;
}
.menubar_hover {
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	color: RGB(0,51,102);
	background: white;
	font-weight: bold;
	border-left: solid RGB(215,0,0) 2px; /* ROOD */
}
td.menuitem {
	padding: 4px 6px 4px 6px;
	font-weight: normal;
	cursor: pointer;
	color: RGB(32,54,116); /* BLAUW */
	background: white;
}
td.th {
	background: RGB(32,54,116); /* BLAUW */
	color: white;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
td.list {
	border-bottom: solid gray 1px;
}

tr.list {
	background: white;
}
tr.listselected {
	background: whitesmoke;
	cursor: pointer;
}
.menuitem_hover {
	padding: 4px 6px 4px 6px;
	cursor: pointer;
	color: white;
	background: RGB(215,0,0);  /* ROOD */
}
.menu {
	border-left: solid RGB(215,0,0) 2px;  /* ROOD */
	border-right: solid RGB(215,0,0) 2px; /* ROOD */
	border-bottom: solid RGB(215,0,0) 2px; /* ROOD */
	background: white;
}

 /* BLAUW */
a:link		{ color: RGB(32,54,116); font-weight: normal; text-decoration: none }
a:visited	{ color: RGB(32,54,116); font-weight: normal; text-decoration: none }
a:active		{ color: RGB(32,54,116); font-weight: normal; text-decoration: none }
a:hover		{ color: RGB(32,54,116); font-weight: normal; text-decoration: underline }

a.footer:link			{ color: gray; font-weight: normal; text-decoration: none }
a.footer:visited		{ color: gray; font-weight: normal; text-decoration: none }
a.footer:active		{ color: gray; font-weight: normal; text-decoration: none }
a.footer:hover		{ color: gray; font-weight: normal; text-decoration: underline }

a.admin:link			{ color: green; font-weight: normal; text-decoration: none }
a.admin:visited		{ color: green; font-weight: normal; text-decoration: none }
a.admin:active		{ color: green; font-weight: normal; text-decoration: none }
a.admin:hover		{ color: green; font-weight: normal; text-decoration: underline }

.debug {
	font-size:8pt;
	font-weight:normal;
	color: green;
}
.error {
	font-weight:bold;
	color: red;
}



