body
{
	background-color: #dfdddd;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	margin: 0px;
	color: black;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}

div#content
{
	width: 98%;	
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #414141;
}

div.toolbar
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #b6b5b5;
	margin-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
}

div#agenda
{
	float: left;
	width: 100%;
}

div.toolbar a, div.selectbar a
{
	color: black;
	text-decoration: none
}

div.selectbar
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #b6b5b5;
	float: left;
	width: 100%;
	line-height: 16px;
	font-size: 11px;
	margin-top: 7px;
	padding-bottom: 7px;
}

div.selectbar select
{
	font-size: 11px;
}

.menuItem
{
	line-height: 16px;
	display: block;
	float: left;
	padding-left: 3px;
	margin-right: 5px;
	font-size: 11px;
	cursor: pointer;
}

img.icon
{
	display: block;
	float: left;
}

a img
{
	border: none;
}



div#header
{
	height: 50px;
	clear: both;
}

div.tabblad
{
	float: left;
	height: 30px;
	width: 110px;
	text-align: center;
	margin-top: 20px;
	background-color: #082d65;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}

div.tabbladU
{
	float: left;
	height: 27px;
	width: 110px;
	text-align: center;
	margin-top: 23px;
	margin-left: 1px;
	background-color: #00183b;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	color: white;
	cursor: pointer;
}




.button
{
	font-family: Verdana;
	font-size: 10px;
	color: white;
	background-color: #0a377b;
	font-weight: bold;
	outline: none;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	cursor : pointer;
	padding: 2px 5px;
	margin-right: 4px;
}

.select
{
	font-family: Arial;
	font-size: 12px;
}

td.indicator
{
	vertical-align: top;
}

div.holder
{
	width: 100%;
	display: block;
	float: left;
}

td.tableHeader
{
	font-weight: bold;
	padding-left: 25px;
}


table#overzicht
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-collapse: collapse;
	width: 98%;
}

table#overzicht td
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	text-align: center;
}

td.index
{
	height: 20px;
	background-image: url("../images/list_background.gif");
	padding-left: 4px;
	padding-right: 4px;
	line-height: 17px;
	vertical-align: top;
}

td.listCell2
{
	padding-left: 7px;
	min-width: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.blok
{
	width: 360px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	background-color: white;
	height:  400px;
	overflow: auto;	
	border-style: solid;
	border-width: 1px;
	border-color: #414141;
	padding: 20px;
}

div.blok a, div#content a
{
	color: #363636;
	padding-right: 10px;
	text-decoration: none;
	line-height: 16px;
}

div.headerBlok
{
	font-weight: bold;
}

div#loggedIn
{
	float: right;
	font-family: Verdana;
	font-size: 11px;
	width: 250px;
	padding-top: 20px;
}

span.error
{
	color: red;
}

div.activeApp
{
	color: white;
}

#suggestions 
{
	width: 192px;
	background-color: #ffffff;
	position: fixed;
	padding: 5px;
	margin-left: 61px;
	z-index: 2;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #414141;
	display: none;
	margin-right: 10px;
}
