/* CSS Document */
body {
	/*margin: 0px;*/
	margin: 19.05mm 19.05mm 19.05mm 19.05mm ;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	height: 80%;
}

table {
	margin-top:10px;
	border:none;
 }
 
a:link {
	font-weight: bold;
	text-decoration: none;
	color: red; /*#000000;*/
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: underline;
	text-decoration: none;
	color:#cb7b26;
}

td {
	font-size: 11px;
}

img {
	border	: none;
}

tr {
	
	border: 1px solid #000000;
}
	
.color1 a:link, .color2 a:link, .color3 a:link{
	padding : 4px 0 4px 0px;
	color	: #008000;/* green; */
	font-weight: bold;
	text-decoration: none;
}

.color4  a:link{
	padding: 4px 0 4px 0px;
	color	: #ffa500;/* orange; */
	font-weight: bold;
	text-decoration: none;
}

.color5  a:link{
	padding: 4px 0 4px 0;
	color	: #ff0000; /* red; */
	font-weight: bold;
	text-decoration: none;
}	

#docentenscroll {
	width	: auto;
	height	: auto;
	border	: 1px solid #000000;
}

.scrollbar {
	overflow-y: auto;
	overflow-x: hidden;	
}

/* Grafiek */

.grafiek {
	padding: 0;
	border: 1px solid #000;	
}

.grafiek th {
	text-align:right;
	width:44px;
	padding:1px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

.grafiek th.firstth {
	text-align:left;
	width: 180px;
}

.grafiek th.lastth {
	border-right:0px;
}

.grafiek td {
	padding:0;
}

.grafiek td.firsttd {
	border-right:1px solid black;
}

.grafiek .test1 {
	background:#ffffff url('../images/grafiek-bg-1.gif') 0 0 repeat-y;
}
.grafiek .test2 {
	background:#ffffff url('../images/grafiek-bg-2.gif') 1px 0 repeat-y;
}

.grafiek img {
	display:block;
}
