body{
	margin: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	SCROLLBAR-FACE-COLOR: #36A776;
	SCROLLBAR-HIGHLIGHT-COLOR: #36A776;
	SCROLLBAR-SHADOW-COLOR: #36A776;
	SCROLLBAR-3DLIGHT-COLOR: #36A776;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #D5EEC1;
	SCROLLBAR-DARKSHADOW-COLOR: #36A776;
	SCROLLBAR-BASE-COLOR:#36A776;
}

.bovenbalk {
	background-repeat: no-repeat;
	background-image: url('images/AS%20bovenbalk%20nl.png');
}

.linksbovenbalk {
	background-repeat: no-repeat;
	background-image: url('images/AS%20bovendeel%20linker%20menubalk.png');
    background-position: bottom;
}

.rechtsbovenbalk {
	background-repeat: no-repeat;
	background-image: url('images/AS%20rechterdeel%20menubalk.png');
    background-position: bottom;
}

.onderbalk{
	background-repeat: no-repeat;
	background-image: url('images/AS%20afsluiter%20FEBELCO%20SITE.png');
}

.onderbalktekst{
	letter-spacing: 1pt;
}

.white{
	background-color: #FFFFFF;

    font-family: "Century Gothic", "Verdana";
	font-size: 11px;
	font-weight: bold;
	color:#36A776;
	letter-spacing: 1pt;
}

td {
    font-family: "Verdana";
	font-size: 9px;
	font-style: normal;

	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#000000;
}

.errorMsg {
    font-family: "Verdana";
	font-size: 10px;
	font-style: normal;

	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:red;
}

a {
    font-family: "Verdana";
    font-size: 9px;
	text-decoration: none;
	color:#000000;
    font-weight:bold;
}

a:hover{
	color:#37A776;
}

.menubalkLinks{
	background-image: url('images/menuLinks.png');
}

.menubalkRechts{
	background-image: url('images/menuRechts.png');
}

.menuItem{
    font-family: "verdana";
	letter-spacing: 1pt;
	font-weight:bold;
	color: #000000;
	padding-left:20px;
	padding-top:5px;
}

.menuItemR{
    font-family: "verdana";
	letter-spacing: 1pt;
	font-weight:bold;
	color: #000000;
	padding-right:20px;
    padding-left:5px;
	padding-top:5px;
}

.MenuRB{
    font-family: "verdana";
	letter-spacing: 1pt;
	font-weight:bold;
	color: #000000;
	padding-right:25px;
    padding-left:20px;
	padding-top:5px;
}
.paginaTitel{
	letter-spacing: 1pt;
	background-color: #37A776;
    font-family: "Verdana", "arial";
	font-size: 10px;
	font-style: normal;

	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	padding-left:5px;
	padding-bottom:1px;
}

.tabelTitel{
    text-align="center";
    font-family: "Verdana";
	letter-spacing: 1pt;
	background-color: #D5EEC1;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	padding-left:2px;
	padding-bottom:1px;
    border-bottom: 1pt solid #37A776;
    border-right: 1pt solid #37A776;
}


.tabelFooter{
    text-align="right";
    font-family: "Verdana";
	letter-spacing: 1pt;
	background-color: #D5EEC1;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	padding-left:2px;
	padding-bottom:1px;
    border-bottom: 1pt solid #37A776;
    border-right: 1pt solid #37A776;
}

.tabelItemL{
    text-align: left;
    vertical-align: middle;
    font-family: "arial";
    font-size: 10px;
    padding-left:2px;
}

.tabelItemLB{
    text-align: left;
    vertical-align: middle;
    font-family: "arial";
    font-size: 10px;
    font-weight: bold;
    padding-left:2px;
}

.tabelItemR{
    text-align: right;
    vertical-align: middle;
    font-family: "arial";
    font-size: 10px;
    padding-right:2px;
}

.tabelItemRB{
    text-align: right;
    vertical-align: middle;
    font-family: "arial";
    font-size: 10px;
    font-weight: bold;
    padding-right:2px;
}

.tabelItem{
    text-align: center;
    vertical-align: middle;
    font-family: "arial";
    font-size: 10px;
    border-bottom: 1pt solid #37A776;
    border-right: 1pt solid #37A776;
    padding-left:2px;
    padding-right:2px;
    padding-top:1px;
}

.txtFld{
	border: 1pt solid #36A776;

    font-family: "arial";
	font-size: 10px;
	font-style: normal;

	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1pt;
	padding-left:3px;
	padding-right:3px;
	color:#000000;
}

.txtNrFld{
	border: 1pt solid #36A776;

    font-family: "arial";
	font-size: 10px;
	font-style: normal;
    text-align: right;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1pt;
	padding-left:2px;
	padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
	color:#000000;
}

.btn{
	border: 1pt solid #FFFFFF;

    font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
    text-align: center;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1pt;
	padding-left:2px;
	padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
	color:#FFFFFF;
    background-color:#37A776;
}

.error{
    color: red;
    font-family:"verdana";
    font-size:10px;
    font-weight:bold;
	padding-left:5px;
	padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    border: 1pt solid red;
}


.subTabel{
}

.subTabelTitel{
    text-align="left";
    vertical-align="middle";
    font-family: "Verdana";
	letter-spacing: 1pt;
	background-color: #D5EEC1;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	padding-left:2px;
	padding-bottom:1px;
    border: 1pt solid #37A776;
}

.subTabelItem{
    text-align="left";
    font-family: "Verdana";
	letter-spacing: 1pt;
	font-size: 9px;
	font-weight: bold;
	color:#000000;
	padding-left:3px;
    padding-Right:3px;
	padding-bottom:3px;
    border-bottom: 1pt solid #37A776;
    border-left: 1pt solid #37A776;
    border-right: 1pt solid #37A776;
}

.subTabelItemL{
    font-family: "Verdana";
	letter-spacing: 1pt;
	font-size: 9px;
	font-weight: bold;
	color:#000000;
	padding-left:3px;
    padding-top:3px;
	padding-bottom:3px;

    border-left: 1pt solid #37A776;
}
.subTabelItemR{
    font-family: "Verdana";
	letter-spacing: 1pt;
	font-size: 9px;
	font-weight: bold;
	color:#000000;
	padding-left:3px;
    padding-top:3px;
	padding-bottom:3px;

    border-right: 1pt solid #37A776;
}

.subTabelItemC{
    text-align="left";
    vertical-align="middle";
    font-family: "Verdana";
	letter-spacing: 1pt;
	font-size: 9px;
	font-weight: bold;
	color:#000000;
	padding-left:3px;
    padding-top:3px;
	padding-bottom:0px;

    border-left: 1pt solid #37A776;
    border-right: 1pt solid #37A776;
}


.help{
    font-family: "Verdana";
	font-size: 9px;
	font-style: normal;

	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#000000;
}

.chkbox{
    text-align="left";
    font-family: "Verdana";
	font-size: 9px;
	font-weight: bold;
    vertical-align="middle";
}

.btnReset{
	background-repeat: no-repeat;
	background-image: url('images/icon reset.png');
    background-position: bottom;
    width:"100%";
}

.btnAnnuleer{
	background-repeat: no-repeat;
	background-image: url('images/icon anul.png');
    background-position: bottom;
    width:"100%";
}

.btnEdit{
	background-repeat: no-repeat;
	background-image: url('images/icon edit.png');
    background-position: bottom;
    width:"100%";
}

.btnDelete{
	background-repeat: no-repeat;
	background-image: url('images/icon deleted.png');
    background-position: bottom;
    width:"100%";
}

a.titel{
    font-family: "Verdana";
    font-size: 9px;
	text-decoration: none;
	color:#ffffff;
    font-weight:bold;
}

a.titel:hover{
    text-decoration: underline;
    color:#ffffff;
}
