*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	font-family: Arial , Verdana;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	text-align: center;
}

#wrapper
{
	padding-top: 0px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

ul
{
	padding-left: 20px;
}

ol
{
	padding-left: 20px;
}


li
{
	padding: 1px;
}

.alert
{
	font-size: 11px;
	color: Red;
	font-weight: bold;
}

.txt_blauw_11
{
	font-size: 11px;
	font-weight: normal;
	color: #00b0df;
}


.txt_grijs_13
{
	font-size: 13px;
	font-weight: normal;
	color: #637a85;
}

.txt_grijs_14
{
	font-size: 14px;
	font-weight: normal;
	color: #637a85;
}

.txt_grijs_14_b
{
	font-size: 14px;
	font-weight: bold;
	color: #637a85;
}

.txt_wit_11
{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.txt_wit_11_b
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.txt_wit_15_b
{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.txt_wit_17_b
{
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

.txt_zwart_11
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #00a6de;
	font-weight: normal;
	text-decoration: none;
}

a.lnkgrijs
{
	color: #637a85;
	font-weight: normal;
	text-decoration: none;
}

a.lnkgrijs:hover
{
	color: #637a85;
	font-weight: normal;
	text-decoration:underline;
}

a.lnkwit
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.lnkwit:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a.lnkwit_u
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.lnkwit_u:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline;
}

a.lnklgrijs
{
	color: #aebdc5;
	font-weight: normal;
	text-decoration: none;
}

a.lnklgrijs:hover
{
	color: #637a85;
	font-weight: normal;
	text-decoration:underline;
}

a.lnkgrijs_ul
{
	color: #637a85;
	font-weight: normal;
	text-decoration: underline;
}

a.lnkgrijs_ul:hover
{
	color: #00b0df;
	font-weight: normal;
	text-decoration:underline;
}

a.lnkblauw
{
	color: #00b0df;
	font-weight: normal;
	text-decoration: none;
}

a.lnkblauw:hover
{
	color: #00b0df;
	font-weight: normal;
	text-decoration:underline;
}


.textbox
{
	height: 12px;
	width: 156px;
	font-family: Arial , Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #dedede;
	padding: 2px;
}

.textboxact
{
	height: 32px;
	width: 180px;
	font-family: Arial , Verdana;
	font-size: 26px;
	color: #000000;
	background-color: #eaedef;
	border: 1px inset #dedede;
	padding: 2px;
}

.listbox
{
	font-family: Arial , Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px inset #dedede;
	padding: 2px;
}

hr
{
	border-top: 1px solid #00b0df;
}

.button
{
	padding: 1px 5px;
	width: 150px;
	border: 1px solid #000000;
	background: #00a6de;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

.buttonlogin
{
	margin-top:4px;
	width: 160px;
	border: 1px solid #000000;
	background: #6a2180;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.buttonzoek
{
	margin-top:4px;
	width: 116px;
	border: 1px solid #000000;
	background: #00a6de;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/******************************************** AJAX ********************************************/
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #00a6de;
	padding: 30px;
	width: 500px;
}

/*Custom call-out*/
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #00a6de;
}


.highlight
{
    background-color: #00a6de;
}

/* Accordion */
.accordionHeader
{
	color: #000000;
	height:16px;
	background-color:#ffffff;
	border-bottom:1px dashed #00a6de;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	padding:4px;
}

.accordionHeaderSelected
{
	height:16px;
	background-color:#00a6de;
	border-bottom:1px solid white;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	padding:4px;
}

.accordionContent
{
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	width:450px;
	background-color: #f5f5f5;
	padding: 10px;
	/*line-height:180%;*/
}



a.AccordionLink
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.AccordionLink:hover
{
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #004a99;
	text-decoration: none;
}


/* Editor */
.koptekst
{
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
	color: #00a6de;
}

a.hyperlink
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #00a6de;
	text-decoration: underline;
}

a.hyperlink:hover
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}