body
{
	/* Standaard font */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	line-height: 14pt;
	margin:  0px 0px 0px 0px;
	padding: 3px; /* Zie ook PanelContainer */
	background-color: #ffffff;
}

form
{
	margin: 0px; /* Mozilla hack */
}


select, INPUT[type="text"]
{
	font-family: Verdana, Arial, Helvetica, sans-serif;     /* was tahoma*/
	font-size: 8pt;
}
/* Alle controls van input type=button moeten deze class hebben */
.ButtonStyle, .ButtonStyleSmall
{
	background-color: #dbe1e8;
	border: 1px solid #b3c3d1;
	color: #404040;
	cursor: pointer;
	padding: 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ButtonStyle
{
	font-size: 8pt;
	font-weight: bold;
	margin-left:10px;
	color: #404040;
}
.TextInput, .TextInputSmall
{
	border: 1px solid #002f60;
	height:20px;
	padding: 1px 0px 1px 3px;
}
select
{
	border: 1px solid #002f60;
	padding: 1px 0px 1px 3px;
}
.ButtonStyleSmall, .TextInputSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 8pt;
}
.ButtonStyleSmall
{
	padding: 1px 2px 0px 2px;
}

/* Aanpassing standaard tabellen zodat deze geen border, cellpadding of cellspacing hebben */
table
{
	border-collapse: collapse;
	font-size: 10pt;
}
td
{
	padding: 0px;
	vertical-align: top;
	font-size: 9pt;
	line-height: 11pt;
}
th
{
	padding: 0px;
	text-align: left;
}

em
{
		font-size:8pt;
		font-weight: bold;
		font-style: normal;
		color:#404040;

}

/* Instellingen standaard anchors */
a
{
	color: black; /* tekst kleur */
	text-decoration: none;
}



A:active {
  background-color:transparent; 
  color:#4d9524; 
  text-decoration:none; 
  font-weight:bold;
}

a:visited
{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		line-height: 16px; 
		color: #dc1f2c; 
		text-decoration: none; 
		font-weight: bold
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #1e69b5;
	text-decoration: none;	
	font-weight: bold
}
a img
{
	border: none;
}

/* PanelContainer bevat PanelCaption, Panel en PanelFooter */
.PanelContainer
{
	padding-top: 10px;
		
}

/* Table row die caption bevat */
.PanelCaption
{
	background-image: url(images/header_recht.gif);
	height: 20px;
	width: 184px;
	background-repeat: no-repeat;
	padding: 3px 0px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	overflow: hidden;	
	-moz-box-sizing: border-box;
}
.Panel  
{
	width: 184px;
	/*max-width: 184px;	*/
	border: 1px solid #b3c3d1;
	border-top: 0px;
	-moz-box-sizing: border-box; /* Moz houdt standaard geen rekening met border-size */
	overflow: auto;
	padding: 2px 0px 2px 0px;  
}
.PanelHoofdgroep
{
	/* height: 600px; */
	width: 184px;
	/*max-width: 184px;	*/
	border: 1px solid #b3c3d1;
	border-top: 0px;
	-moz-box-sizing: border-box; /* Moz houdt standaard geen rekening met border-size */
	padding: 2px 0px 2px 0px;  
}
.PanelContents
{
	padding-left: 10px;

}
.PanelFooter
{
	background-image: url(images/footer_recht.gif);
	height: 11px;
	width: 184px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;

}
.PanelCaptionClose
{
	margin-top: 10px;
	margin-right: 10px;
	font-size:9px;
	color:#404040;
	/*display: none; *//* tijdelijk uitgezet, werkt nog niet lekker */
}

.toggleButton .toggleButtonHidden
{
	background-repeat: no-repeat;	
}
.toggleButton 
{
	background-Image: url(images/PijlAan.gif);
}
.toggleButton:hover
{
	background-Image: url(images/PijlAanHover.gif);
}
.toggleButtonHidden
{
	background-Image: url(images/PijlUit.gif);
}
.toggleButtonHidden:hover
{
	background-Image: url(images/PijlUitHover.gif);
}

#MapPanel
{
	width: 100%;
	height: 100%;
}

.DataGridPager 
{
	background-color: #A9BED0;
	word-spacing: 3px;
	
}
.DataGridPager span /*huidige pagina*/
{
	font-weight: bold;
}
.DataGridPager a /*volgende, vorige pagina*/
{
	text-decoration: underline;
}
.DataGridHeader
{
  background-color: #8a96b6;  
}
.DataGridItemAlternating
{
	background-color: #ffffff;
}

/*
.DataGridItemAlternating td
{
	padding:2px;
}*/

.DataGridItemSelected
{
	background-color: #8a96b6;
	margin-left:10px;	
}

/*.DataGridItemSelected td
{
	padding:2px;
}*/


.ThemeHeader, .ThemeHeaderEmpty
{
	background-color: #dbe1e8;	
}
.ThemeHeaderEmpty
{
	color: #808080;
}


#divKaartlagen
{	
	/*overflow: auto;*/
	/* height: 160px; */
	display: table;

}
#divOverview
{
	text-align: center;
	vertical-align: middle;
}
#divAbout
{
	font-size: 10px;
	line-height: 11px;
	color: #404040;	
}
#divZoekPanel, #divInfoPanel
{
	position: absolute;
	padding: 0px;
	height: auto;
	overflow: hidden;
	z-index: 1000;
	background-color: white;
	border: 1px solid #b3c3d1;
}
#divZoekPanel A, #divInfoPanel A
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #1e69b5;
	text-decoration: none;	
	font-weight: bold
}
#divZoekPanel A:hover, #divInfoPanel A:hover
{
	background-color: #dbe1e8;  
}
.InfoHoofdgroep
{
  float:right;
}
#lnkLegenda
{
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
}
/* Legenda div 
#divLegenda
{
	position: absolute;
	padding: 0px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid white;
	background-color: rgb(221,228,234);
}
*/
#divLegenda
{
/*	width: 100% */
/*	height: 200px; /* image height */
/*	background-image: url("images/legenda.jpg");*/
}


/* Tool panel container */
#divPanel
{
	overflow: hidden;
	position: absolute;
	background-color: #4d9524;    
	
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	/*width: auto;*/

	min-height: 10px;
	
	z-index: 101;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	
/*	overflow: visible;*/
}
#panelTitlebar
{
	background-color: #4d9524;    
    
}

/* Tool panel (sketch, zoeken, etc) */
#divToolPanel
{  	
	overflow: auto;

	padding: 0px;
	border: 1px solid #b3c3d1;
	background-color: #4d9524;    
		
	
  height: auto;
 /* width:auto;*/
 
	/*width: 600px;
	height: 500px;   
       */ 
} 

	
#divToolPanel TD
{
  vertical-align: middle;
  padding: 0px 4px 0px 4px;    
}

.ToolPanelCaption
{
	background-color: #4d9524;    
  	border:solid 1px #b3c3d1;
	height: 20px;
	padding: 3px 0px 2px 0px;  
	font-size: 9pt;
	font-weight: bold;
	color: #404040;	
}
.ToolPanelCaption TD
{
    font-size: 9pt;
    font-weight:bold;
    color: #404040;	
}
#tblIdentify TD
{
  padding: 0px;
}
#tdMapContainer
{
	padding: 2px;
	border-spacing: 0px;
}
#divMapCapture
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#divMap
{
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
}
#divLoading
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	background-image: url(images/Loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 200;
}
#tableDialog
{
	width: 100%;
	height: 100px;
}
/* Algemene dialog settings */
.dialogScrollContent
{
	height: auto;
	overflow: auto;
}
/* About box*/
#divLogo, #divUserLogo
{
	position: relative;
	top:0px;
	width: 150px;
	height: 67px;
	image-align: center;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;	
	background-color: #4d9524;    
}

#divAboutRuler
{
	width: 100%;
	height: 1px;
	border: 1px solid #2B679E;
	margin: 4px 0px;
	overflow: hidden;
}
/* ImageLinkButtons */
a.ImageLinkButton img
{
	background-image: url(images/ToolButtonBackgroundDefault.gif);
	width:26px;
	height:25px;
}
a.ImageLinkButton:hover img
{
	background-image: url(images/ToolButtonBackgroundHighlight.gif);
	width:26px;
	height:25px;
}
a.ImageLinkButtonSelected img
{
	background-image: url(images/ToolButtonBackgroundSelected.gif);
	width:26px;
	height:25px;
}

/* ToolBar */
#ToolbarContainer
{
	background-color: #4d9524;    
  HEIGHT: 10px;
  padding-top: 10px;
}
.ToolBar td
{
	background-image: url(images/ToolbarBackground.gif);
	background-position: left center;
	background-repeat: repeat-x;
	padding: 0px 4px;
}
/*td.ToolBarEndLeft
{
	background-position: right center;
	background-image: url(images/ToolbarBackgroundEnd.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
td.ToolBarEndRight
{
	background-position: left center;
	background-image: url(images/ToolbarBackgroundEnd.gif);
	background-repeat: no-repeat;
	padding: 0px;
}*/
.ToolBarSeparator
{
	width: 16px;
}
.vertical-space
{
  overflow: hidden;
  height: 8px;
}
/* Specifieke instellingen voor controls */
.box
{
	border: 1px solid black;
	background-color: rgb(169,190,208);
	position: absolute;
	overflow: hidden;
	display: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#vmlDraw
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#WindroosNW
{
	background-image: url(images/Pijl_NW.gif);
	background-color:#dbe1e8;
	background-position: bottom right;
	background-repeat:no-repeat;
}
#WindroosN
{
	background-color:#dbe1e8;
}
#WindroosNpijl
{
	background-image: url(images/Pijl_N.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;	
}
#WindroosNE
{
	background-image: url(images/Pijl_NO.gif);
	background-color:#dbe1e8;
	background-position: bottom left;
	background-repeat:no-repeat;
}
#WindroosW
{
	background-color:#dbe1e8;
	height: 100%;
	vertical-align: middle;	
}
#WindroosE
{
	background-color:#dbe1e8;
	height:100%;
	vertical-align:middle;
}
#WindroosSW
{
	background-image: url(images/Pijl_ZW.gif);
	background-color:#dbe1e8;
	background-position: top right;
	background-repeat: no-repeat;

}
#WindroosS
{
	background-color:#dbe1e8;
	width: 100%;	
	vertical-align: bottom;
}
#WindroosSpijl
{
	background-image: url(images/Pijl_Z.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;	
}
#WindroosSE
{
	background-image: url(images/Pijl_ZO.gif);
	background-color:#dbe1e8;
	background-position: top left;
	background-repeat: no-repeat;
}
#btnLegenda
{
	float: right;  
	height: 2em;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#btnSchaal 
{
	float: left;  
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align:bottom;
}
/* Instellingen voor de scale controls */
#txtScale, #btnSetScale, #tdScale
{
	font-size: 8pt;	
}
#txtScale
{
	width: 52px;
}
#divScaleCombo
{
	overflow: hidden;
	position: relative;
	/* Deze moeten mee veranderen als het font van de combobox wordt gewijzigd */
	width: 16px;
	height: 15px;
	margin: 2px;
}
#cboScale
{
	right: -2px;
	top: -2px;
}
#cboBookmarks
{
  width: 130px;
}
.ZoekDropDown
{
	width: 200px;
}
.ZoekDatabaseFunctieDropDown
{
	width: 200px;
}
.ZoekDatabaseKeuzeDropDown
{
	width: 100%;
}
/* Redlining */
#divRedliningLayers
{
	overflow: auto;
	width: 120px;
	height: 100%;
	border-right: 1px solid #2B679E;
}
#tdRedliningShapes
{
	border-left: 1px solid #2B679E;
	padding-left: 3px;
}
.RedliningShapes
{
	width: 100px;
	height: 100%;
}
/* Sketch */
#divSketchLayers
{
	overflow: auto;
	width: 120px;
	height: 100%;
	border-right: 1px solid #2B679E;
}
.SketchShapes
{
	width: 100px;
	height: 100%;
}

/* Dropdown lijst met incremental search */
div.suggestions {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	position: absolute;   
	z-index: 500;
	background-color: White;
	overflow: auto;
	
}
div.suggestions div {
	cursor: default;
	padding: 0px 3px;
}
div.suggestions div.current {
	background-color: #3366cc;
	color: white;
}
.alert
{color:red}


/* Add for the header by Chris Geers Aquagis */

#header {
	border: 0px solid #f00;
	height: 100px;
	width: 100%;
	background: #4e9625;
	
}

* html #header {
    	overflow-x: auto; 
	overflow-y: hidden; 
}


#logo1 {
	width: 100%;
	height: 100px;
	float: left;
	/*background: url("images/logos/Logo.bmp");*/
}
/*
#logo2 {
	height: 100px;
	float: left;
	width: auto;


    	padding: 0px 0px 0px 390px;


  
	margin: 0;
	background: url("images/logos/LogoDeel_II.jpg");
}

#logo3 {
	float: right;
	height: 100px;
	width: 190px;
	margin:0;
	background: url("images/logos/LogoDeel_III.jpg");
}*/
#tableLayoutColumn1 {
	margin-left: 12px;
}

.clearit {
	clear: both;
}
