* {
	font-family: Verdana, Arial, serif;
	font-size: 11px;
}

html, body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

table td
{
	vertical-align : top;
}

a img { border: 0; }

a:link		{ color: #000000; text-decoration: underline;}
a:active	{ color: #000000; text-decoration: underline;}
a:visited	{ color: #000000; text-decoration: underline;}
a:hover		{ color: #000000; text-decoration: none;}

a.menuTop:link		{ color: #000000; text-decoration: none; font-size: 10px;}
a.menuTop:active	{ color: #000000; text-decoration: none; font-size: 10px;}
a.menuTop:visited	{ color: #000000; text-decoration: none; font-size: 10px;}
a.menuTop:hover		{ color: #000000; text-decoration: underline; font-size: 10px;}

a.no_underline:link		{ color: #000000; text-decoration: none;}
a.no_underline:active	{ color: #000000; text-decoration: none;}
a.no_underline:visited	{ color: #000000; text-decoration: none;}
a.no_underline:hover		{ color: #000000; text-decoration: underline;}

LI.selected A.no_underline:link		{ color: #FFF; text-decoration: none;}
LI.selected A.no_underline:active	{ color: #FFF; text-decoration: none;}
LI.selected A.no_underline:visited	{ color: #FFF; text-decoration: none;}
LI.selected A.no_underline:hover		{ color: #FFF; text-decoration: underline;}


a.history:link		{ color: #666666; text-decoration: none;}
a.history:active	{ color: #666666; text-decoration: none;}
a.history:visited	{ color: #666666; text-decoration: none;}
a.history:hover		{ color: #666666; text-decoration: underline;}

a.historyblauw:link		{ color: #23658d; text-decoration: none;}
a.historyblauw:active	{ color: #23658d; text-decoration: none;}
a.historyblauw:visited	{ color: #23658d; text-decoration: none;}
a.historyblauw:hover	{ color: #23658d; text-decoration: underline;}

h3.mainKop,
h3.mainKopblauw
{
	color: #008E46;
	font-size: 15px;
	font-weight: bold;
}
h3.mainKopblauw
{
	color: #23658d;
}
span.history 
{
	color: #666666;
}
span.historyblauw
{
	color: #23658d;
}

ul.template ,
ul.templateblauw
{
	padding-top: 10px;
	list-style-image: url(../images/green_dot.gif);
}

ul.templateblauw
{
	list-style-image: url(../images/blue_dot.gif);
}


ul.template li,
ul.templateblauw li 
{
	padding-bottom: 5px;
}

ul.templateblauw li.bold
{
	font-weight : bold;
}
ul.templateblauw li.selected
{
	font-weight : bold;
	color : #FFF;
}


div.row {
	width: 100%;
	clear: both;
}

div.row span.label {
	float: left;
	width: 120px;
	margin-top: 3px;
}

div.row span.label strong.verplicht {
	color: red;
	font-size: 14px;
}

div.row span.formElement {
	float: left;
	padding-left: 5px;
}

span.info,
div.info
{
	color : #666666;
}

.input
{
	width : 180px;
	border : 1px solid #cccccc;
}

.textarea
{
	width : 180px;
	border : 1px solid #cccccc;
	height : 100px;
}

.selectwrapper
{
	width : 150px;
	overflow : hidden;
	border : 1px solid #cccccc;
	height : 18px;
	margin-bottom : 3px;
}
.select
{
	width : 152px;
	position : relative;
	left : -1px;
	top : -1px;
	height : 20px;
}

.submit
{
	float : right;
	margin-right : 70px;
}

span.blue
{
	color : #23658d;
	font-weight : bold;
}


