﻿body
{
	background-color: #F0F0F0;
	margin-top:100px;
}



.centerDivOld
{
	margin: 0 auto;
	width: 600px;
	position: relative;
}

.pagTitle
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	height: 40px;
	margin: 0 auto;
}

.linkNoBorder
{
	border-style:none;
	border-width:0;
	}

/* HEADER LOGO */
#header
{
	position: absolute;
	top: 1.0em;
}

/* Menu */
#navigation
{
	position: absolute;
	top: 12.0em;
}

/* TaalKeuze */
.taalKeuze
{
	padding-top:10px;
	}
/*.keuzeDiv
{
	margin: 0 auto;
	width: 800px;
	height: 750px;
	position: relative;
}*/

.keuzeNLDD, .keuzeFRDD
{
	top: 30px;
}

.keuzeLabNl, .keuzeLabFr, .keuzeNLDD, .keuzeFRDD, .descrNL, .descrFR
{
	position: absolute;
}

.keuzeLabNl, .keuzeNLDD
{
	left: 50px;
}
.keuzeLabFr, .keuzeFRDD
{
	left: 350px;
}
.omschrNL, .omschrFR
{
	position: absolute;
	height: 300px;
	width: 800px;
	overflow: auto;
	border-style:solid;
	border-color:Black;
	border-width:0.2mm;
	padding: 2px 2px 2px 2px;
}
.omschrNL
{
	top: 95px;
}
.omschrFR
{
	top: 435px;
}
.descrFR
{
	top: 410px;
}
.descrNL
{
	top: 70px;
}

#title
{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	height: 40px;
}




/* Login Status */

#login
{
	position: absolute;
	top: 1.0em;
	left: 13em;
	right: 1.0em;
	text-align: right;
}

#login .loginStatCtrl
{
	padding-left: 10px;
}

#login .userLab
{
	padding-right: 10px;
}

/* Content */

#content
{
	position: absolute;
	left: 14em;
	right: 0em;
	top: 1.0em;
	bottom: 0.5em;
}

#content.mainContent
{
	position: absolute;
	top: 0em;
	bottom: 0em;
}
/*#fieldContent.tabView1
{
	position:absolute;
	top:10em;
	}*/


/* Knoppenbalk */
#toolbar
{
	position: absolute;
	bottom: 0em;
	right: 0em;
	left: 0em;
	height: 35px;
	text-align: center;
}
#butTable td
{
	padding-left: 15px;
}

/* Knoppen voor tabbladen */
#tabButPanel
{
	position: absolute;
	bottom: 35px;
	right: 0em;
	left: 0em;
	height: 30px;
}

.selTabBlad
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.tabBladInfo
{
}
.selTabBladInfo
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}

/* Modal Popup voor opzoeken in dataview */
.modalPopup
{
	background-color: #efefef;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 0px 3px 3px 3px;
}

.modalBackground
{
	background-color: #fdfdfd;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalTitle
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 3px;
}
.modalPager
{
	color: #FF0000;
}

/* Progress Update */
.progressBackGround
{
	background-color: #fdfdfd;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 100;
}
.progressFrame
{
	background-color: #B5C7DE;
}


.Titel {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #993300;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
}

.tekstbl {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 12pt;
	font-style: normal;
	color: #0000ff;
}

.cursief {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	}

