﻿body 
{
	background-color: #e1e1eb;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

.hoofdTabel
{
	width: 919px;
	height:100%;
	background-color: White;
}

.header {
	position: relative;
	background-image: url(Images/logo-vadelo.gif);
	background-repeat: no-repeat;
	background-size: contain;
	width: 919px;
	height: 71px;
}

.headerDiv
{
	padding: 5px 10px 5px 150px;
}

.phoneDiv {
	padding: 3px 4px 3px 35px;
	font-size: 18px;
	color: #bc9600;
	position: absolute;
	top: 15px;
	right: 6px;
	background-image: url(Images/icon-phone-yellow.gif);
	background-repeat: no-repeat;
	background-size: contain;
}

.menu
{
	color: #8eb5de;	
	font-weight: bold;
	padding-left: 6px;
	padding-right: 5px;
}

.menuHover
{
	color: #d70029;	
}

.menuSelected a
{
	color: #d70029;
	text-decoration: underline;
}

.content
{
	height: 500px;	
}

.contentDiv
{
	padding: 15px;
	border-top: solid 1px #003368;	
}

.footer
{
	background-color:#003368;
	color: White;
	font-weight: bold;
	height: 25px;		
}

.modalBackground 
{
	top: 0px !important;
	left: 0px !important;
	background-color: #CCCCCC;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popup
{
	top: 0px !important;
	left: 0px !important;
	background-color: #CCCCCC;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	vertical-align: middle;
}

.modalPopupStandaard
{
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#003368;
}

.gridHeader{}
.gridHeader td
{
	background-color:#003368;
	color: White;
	font-weight: bold;
	height: 20px;
	padding: 2px 5px 2px 5px;	
}
.gridHeader a
{
	color: White;
	font-weight: bold;
}

.gridAltItem{}
.gridAltItem td
{
	background-color: #EEEEEE;
	height: 20px;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #003368;	
	vertical-align: top;	
}
.gridAltItem a
{
	color: black;
}

.gridItem{}
.gridItem td
{
	background-color: #FFFFFF;
	height: 20px;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #003368;	
	vertical-align: top;	
}
.gridItem a
{
	color: black;
}

.gridBorder
{
	border: solid 1px #003368;	
}

.titel
{
	color: #003368;
	font-weight: bold;
}

.login td
{
	padding: 2px;	
}

.groep
{
	/* color: #015291; */
	font-weight: bold;
}

.textbox
{
	font-family: Arial;
	font-size: 12px;	
}

.melding
{
	color:#FF0000;
	font-weight:bold;	
	}