body
{		
	font-family: Verdana;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

FORM {
	margin:0px;
	padding:0px;	
}

tr {font-size: 12px}

img {border-style: none}

a {font-size: 12px; font-weight: bold; text-decoration: underline}
a:link {color: #0090d0}
a:visited {color: #0090d0}
a:hover {color: #9f9f9f}
a:active {color: #0090d0}



.foo{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FF00FF;
}



/* ----- HEADINGS ----- */
h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: ICT_Officina_Sans_LT_Bold_Italic, Trebuchet MS, Arial, Verdana;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}

h1.page_header_small
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #000000;
	font-family: ICT_Officina_Sans_LT_Bold_Italic, Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h2.header
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: ICT_Officina_Sans_LT_Bold_Italic, Verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

h2.header_small
{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: ICT_Officina_Sans_LT_Bold_Italic, Verdana;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

h3.header
{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: ICT_Officina_Sans_LT_Bold_Italic, Verdana;
	font-size: 14px;
	font-weight: bold;
}

/* kleurtje geven aan textvelden in IE als ze Disabled zijn. Dat doet IE natuurlijk niet wand dat zou handig zijn */
.enabled, .disabled{border-style:solid;	border-color:#999999;	border-width:1px; color:#000000}
.enabled{background-color:#FFFFFF}
.disabled{
	background: #F2F2F2;
}

.visibleDiv{display: inline;}
.hiddenDiv{display: none;}

/*** page locator  ***/
#pager {
	margin-top: 10px;
}

.content {font-family: Verdana;	font-size: 12px; color:#000000}
.columnhead {text-align:left; vertical-align:top}
.urgent {color:red;}

/*** cms forms  ***/
.formlabel, .formpreview, .formradio, .formcheckbox, .formdisplayonly, .formerror, .formstring, .formstring_on, .formstring_off, .formmemo, .formmemo_on, .formmemo_off, .formselect, .formselect_on, .formselect_off {font-family: Verdana;	font-size: 12px}
.formpreview {font-weight:bold}


/*** border bottom  ***/
.borderbottom {border-bottom: 1px solid #336699};

.gismap {
	margin: 0px;
	padding: 0px;
}

/* leaflet */
.tableHeader {
	background-image:url(../img/tableheader.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-top:3px;
	padding-left:5px;
	height:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.smalltext {font-size: 9px;}
