table {
	color: #000000;
	border-color: #000000;
	border-spacing: 0px;
	border-style: solid;
    	border-width: 1px 1px 1px 1px;
    	cell-spacing: 0px;
}


TEXTAREA {
	border-style: solid;
	border-color: #8A8DA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000F50;
	background-color: white;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: red;
	background-color: transparent;
}


a.wit:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: transparent;
}
a.wit:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: transparent;
}
a.wit:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: transparent;
}
a.wit:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #00ff00;
	background-color: transparent;
}


form { margin: 0px; border: none; }

TR.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}

TR.captionScreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9F8A87;
	background-color: #E4EDF4;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}

TR.greyPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9F8A87;
	background-color: #CCCCCC;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}

TR.captionScreenFlip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9F8A87;
	background-color: #F5F6FA;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}

div.mainContainer {
	position: absolute;
	top: 6%;
	left: 1%;
	width:87%;
	height:94%;
	border: 0px solid black;
	line-height:normal;
	overflow:off;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color:#E4EDF4;
}

div.rightBanner {
	position: absolute;
	top: 5%;
	left: 88%;
	width:11%;
	height:94%;
	border: 0px solid black;
	line-height:normal;
	overflow:off;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color:#E4EDF4;
}

table.randje {
	color: #000000;
	border-color: #000000;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	cell-spacing: 0px;
}

div.leftMenu {
	position: absolute;
	top: 6%;
	left: 0%;
	width:87%;
	height:94%;
	border: 1px solid black;
	line-height:normal;
	overflow:off;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color:#ff0000;
}
div.mainContainerList {
	position: absolute;
	top: 6%;
	left: 10%;
	width:78%;
	height:94%;
	border: 1px solid black;
	line-height:normal;
	overflow:off;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color:#E4EDF4;
}

.button {
	color: #FFFFFF;
	padding: 2px 3px 2px 3px ;
	background:url('../image/submit_bg.jpg') repeat-x left top;
	border:0px;
	cursor: pointer;
	font-weight:bold;
}
.button:hover {
	background:url(klantenpaneel/images/submit_bg_hover.jpg) repeat-x left top;
}

a.button:hover {
	color: #FFFFFF;
}
