@charset "utf-8";

/* container: Basic info */
#InfoTable {
	width:100%;
	font-size: 100%;}
#InfoTable th {
	background-image: url(../_img/_graphics/border-triskel.gif);
	background-position: 0%;
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;
	text-align:left;
	text-indent:25px;
	color:#006600;}
#InfoTable tr {
	line-height:20px;}
#InfoTable td {
	padding:2px;
	margin:0px; }
.btCol1 {
	width:275px;}
.btCol2 {
	width:123px;}
.btCol3 {
	width:15px;
	text-align:center;}
.freeTxt {
	border-top:#005000 1px solid;
	}

/* container: testresultaten */
#testTable {
	width: 100%;
	font-size: 85%;
	background-color: #e9f2e8;
	color: #000000;}
#testTable a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;}
#testTable a:hover {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;}
#testTable th {
	background-color: #003e00; 
	background-image: url(../_img/_graphics/border-triskel.gif);
	background-position: 0%;
	background-repeat: no-repeat;}
#testTable .tdh {
	background-color: #005000; 
	color:#e9f2e8;
	font-variant:small-caps;}
#testTable  td {
	border-bottom: dotted #003300 1px;
    line-height:normal;}
#testTable .divider {
	font-size:5%;
	background-color:#003300;
	line-height:normal;
	}

