/*                                                      */
/* IMPORT THE CMS STYLESHEET                            */
/*                                                      */
@import url("statweb.css");

/*                                                      */
/* OVERRIDES OF THE CMS STYLESHEET                      */
/*                                                      */
html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana,Helvetica,sans-serif;
}
#aspnetForm
{
	height: 100%;
}
html
{
	background: rgb(100%,100%,100%) url(../Images/bgmain.gif) repeat-y top left;
}

div.master
{
	height: 100%;
	width: 100%;
}

div.mastercontent
{
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	height: 100%;
}

#ContentContainer
{
	padding: 0px;
	background-color: Transparent;
	position: absolute;
	left: 0;
	top: 84px;
	bottom: 0;
	right: 0;
	padding-left: 10px;
}

.BreadCrumbTrail
{
	padding-left: 5px;
}

.blauw
{
	color: rgb(5,129,162);
}

.breadcrum, .breadcrum a, .shortcutMenu td, .breadcrum a:hover, .breadcrum a:visited
{
	background: #005883;
	color: White;
}

.breadcrum a:hover
{
	text-decoration: underline;
}

input
{
	font-size: 100%;
	height: auto;
	vertical-align: middle;
}

.advancedSearchControls input[type="checkbox"]
{
	padding-left: 0;
	margin-left: 0;
}

.advancedSearchControls input[type="radio"]
{
	padding-left: 0;
	margin-left: 0;
}

.textDisabled
{
	color: #aca899;
}

/*                                                      */
/* STATWEB5 SPECIALS                                    */
/*                                                      */
.oldbrowserWarning
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	display: block;
}

.logotext
{
	position: absolute;
	top: 1px;
	left: 50px;
}

.statweb5 th
{
	font-size: 10px;
}

.statweb5 td
{
	font-size: 10px;
}

.statweb5 a,.statweb5 a:link, .statweb5 a:visited, .statweb5 a:visited:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.statweb5 a:hover
{
	text-decoration: underline;
}

.statweb5 a.disabled,.statweb5 a.disabled:link, .statweb5 a.disabled:visited, .statweb5 a.disabled:visited:hover
{
	text-decoration: none;
	background-color: Transparent;
	color: #777777;
}

.statweb5 a.disabled:hover
{
	text-decoration: none;
	background-color: Transparent;
	color: #777777;
}

.homepageLinks a, .homepageLinks a:link, .homepageLinks a:visited, .homepageLinks a:active
{
	color: rgb(39,29,108);
}

.homepageLinks a:visited:hover, .homepageLinks a:hover
{
	text-decoration: underline;
}

.treelistNode a, .treelistNode a:link, .treelistNode a:visited, .treelistNode a:hover, .treelistNode a:active
{
	text-decoration: none;
	font-weight: normal; 
	color: #000000;
}

.treelistNode a:hover
{
	text-decoration: underline;	
}

.treelistSelectedItem a, .treelistSelectedItem a:link, .treelistSelectedItem a:visited, .treelistSelectedItem a:hover, .treelistSelectedItem a:active
{
	text-decoration: none;
	font-weight: normal; 
	color: #000000;
}
.treelistSelectedItem a:hover
{
	text-decoration: underline;	
}

.proceedImage
{
	margin-left: 5px;
}

.info
{
	font-size: 11px;
}

/*                                                      */
/* DIALOG POP-UP                                        */
/*                                                      */

.PopupError
{
	font-size: 12px;
	font-family: Verdana;
}

.modalBackground
{
	/* background that is used when the dialog pops up */
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px 3px 3px 0;
	width: 250px;
}

.PopupErrorHeader
{
	cursor: move;
	background-color: rgb(39,29,108);
	border: solid 1px Gray;
	color: white;
	text-align: center;
	padding: 4px 8px 4px 12px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	margin: 8px 0px 0px 0;
}

.PopupErrorMessage
{
	padding: 10px 15px 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

.PopupErrorButtons
{
	padding: 5px;
	text-align: right;
}

.PopupErrorButtons a
{
	background-color: rgb(0,161,205);
	color: White;
	padding: 2px 10px 2px 10px;
	border: solid 0px gray;
	font-size: 15px;
	font-family: Verdana;
	width: 50px;
	height: 25px;
	font-weight: normal;
}

.PopupErrorButtons a:hover
{
	background-color: rgb(5,129,162);
}

/*                                                      */
/* PUBLICATION ERROR MESSAGE                            */
/* UNHANDLED ERROR PAGE                                 */
/*                                                      */

.ErrorMessage
{
	color: Red;
	padding: 30px;
}

/*                                                      */
/* DATA MASTER                                          */
/*                                                      */

.datamasterheader
{
	background-color: rgb(229,229,229);
}

.datamasterheaderleft
{
	width: 100%;
}

.datamasterheadercenter
{
	vertical-align: top;
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(229,229,229);
}

.datamasterheaderright
{
}

.centerbutton
{
	position: relative;
	top: 0px;
	right: 0px;
}

/*                                                      */
/* SHORTCUT MENU                                        */
/*                                                      */

.shortcutmenuspace
{
	width: 60px;
}

.lastSearch
{
	font-size: smaller;
}

.shortcutMenu
{
	height: 100%;
	padding-right: 10px;
}

.shortcutMenu td
{
	padding: 0px 2px 0px 2px;
}

.SearchBoxWatermark
{
	color: Gray;
}

/*                                                      */
/* SEARCHPAGE											*/
/*                                                      */

.titleLink a:link, .titleLink a:visited
{
	font-size: 1.4em;
	text-decoration: underline;
}

.titleLink a:link
{
	color: #003366;
}

.titleLink a:visited
{
	color: Purple;
}

.SearchPage a:hover
{
	text-decoration: underline;
}
.infobar
{
	background-color: #B7D9E2;
	height: 20px;
	padding: 0px 5px 0px 30px;
}

.infobartop
{
	border-bottom: solid 1px black;
}

.didyoumean
{
	vertical-align: top;
	padding-top: 15px;
	font-size: 11px;
}

.warning
{
	font-size: 11px;
}

.didyoumean a:link, .didyoumean a:visited, .didyoumean a:visited:hover
{
	text-decoration: none;
	color: rgb(0,125,159);
}

.searchwarning
{
	color: Red;
	padding-top: 15px;
}

.searchresult
{
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.repeateritem
{
	padding: 10px 0px 10px 0px;
	width: 1000px;
	display: block;
	position: relative;
	float: left;
}

.hits
{
}

.searchResultData
{
	width: 650px;
	font-size: 1.1em;
	display: block;
	position: relative;
}

.searchResultMetaData
{
	font-style: italic;
}

.domeLinks
{
	width: 300px;
	float: right;
	line-height: 1.5em;
	clear: both;
	position: relative;
}

#searchcontrols
{
	margin-top: 5px;
}

/*                                                      */
/* SELECTION PAGE                                       */
/*                                                      */
/*                                                      */
/* PUBLICATION PAGE - LEFT TABS                         */
/*                                                      */

.selLeftTab
{
	width: 50px;
	vertical-align: top;
}

.selLeftTab .tabHeader
{
	white-space: nowrap;
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
}

.selLeftTab .tabItem
{
	height: 72px;
	width: 58px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/vtab_middle.jpg) repeat-y left;
	display: -moz-inline-box;
	display: inline-block;
}

.selLeftTab .tabItemDisabled
{
	cursor: auto;
	color: #aca899;
}

.selLeftTab .tabItemImage, .selLeftTab .tabItemImageSelection
{
	background: no-repeat center top;
	width: 58px;
	padding-top: 40px;
	display: -moz-inline-box;
	display: inline-block;
}

.selLeftTab .tabItemImageSelection
{
	padding-top: 43px;
}

.selLeftTab .tabItemTop
{
	padding-top: 8px;
	background: url(../images/vtab_top.jpg) no-repeat top left;
	display: -moz-inline-box;
	display: inline-block;
}

.selLeftTab .tabItemBottom
{
	height: 90px;
	margin-bottom: 4px;
	background: url(../images/vtab_bottom.jpg) no-repeat bottom left;
	display: -moz-inline-box;
	display: inline-block;
}

.selLeftTab .tabItemSel
{
	background: url(../images/vtab_middle_sel.jpg) repeat-y left;
}

.selLeftTab .tabItemLeftSel
{
	background: url(../images/vtab_top_sel.jpg) no-repeat top left;
}

.selLeftTab .tabItemRightSel
{
	background: url(../images/vtab_bottom_sel.jpg) no-repeat bottom left;
}



.layoutTable
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}


.layoutTable td
{
	padding: 0px;
	margin: 0px;
}

.tabHeaderContainer
{
	vertical-align: top;
	height: 20px;
}

td.selectionViewContainer
{
	border: solid 1px #b0b5b8;
	padding: 5px;
	vertical-align: top;
	height: 100%;
}

.horizontal .tabHeader
{
	white-space: nowrap;
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
}

.horizontal .tabItem
{
	height: 21px;
	padding: 4px 8px 0 8px;
	margin: 0;
	background-color: rgb(229,229,229);
	color: rgb(0,0,0);
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	border-color: rgb(204,204,204);
	border-style: solid;
	border-width: 1px;
	border-bottom: 0;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.horizontal .tabItemLeft
{
	height: 21px;
	display: -moz-inline-box;
	display: inline-block;
}

.horizontal .tabItemRight
{
	height: 21px;
	display: -moz-inline-box;
	display: inline-block;
}

.horizontal .tabItemSel
{
	background: rgb(100%,100%,100%);
	color: rgb(39,29,108);
	font-weight: bold;
}

.horizontal .tabItemRightSel .tabItemLeftSel a, .horizontal .tabItemRightSel .tabItemLeftSel a:hover
{
	color: #FFF;
}

.horizontal .tabItemLeftSel
{
}

.horizontal .tabItemRightSel
{
}

/*                                                      */
/* PUBLICATION PAGE                                     */
/*                                                      */

#cbs_statspagina
{
	width: 100%;
	height: auto;
	background-color: rgb(229,229,229);
	overflow: hidden;
	margin: 0;
}
#cbs_statspagina_inner
{
	padding-left: 30px;
}

#cbs_titlebox
{
	width: 100%;
	padding: 26px 0 0 0;
	height: auto;
	float: left;
	color: 0;
	font-family: Arial;
	font-weight: bold;
	line-height: 26px;
	font-size: 22px;
}

#cbs_meerinfo
{
	width: 300px;
	height: auto;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 10px 0;
}
#cbs_meerinfo a, a:visited
{
	color: rgb(0,161,205);
	text-decoration: none;
}
.cbs_useSearchFilter
{
	font-size: 11px;
	font-family: Verdana;
	display: block;
	margin-top: 5px;
}

.cbs_useSearchFilter input[type="checkbox"]
{
	padding-left: 0;
	margin-left: 0;
}

.cbs_searchSummary
{
	padding: 20px 0px 0px 527px;
	font-size: 11px;
	font-family: Verdana;
	display: block;
}

/* Zoek box */

#cbs_zoekbalk
{
	width: 100%;
	height: 40px;
	background: url(../images/Statline.png) no-repeat -10px 0;
	display: block;
	position: relative;
	z-index: 100;
}
#cbs_zoekbox
{
	margin: 3px 0px 0px 0px;
	float: left;
}

#cbs_zoekbalk .logo
{
	display: block;
	position: relative;
	height: 40px;
	width: 155px;
	float: left;
}

#cbs_zoekbox .input_big
{
	border: none;
	width: 290px;
	height: 23px;
	line-height: 23px;
	color: #777;
	font-size: 12px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#cbs_zoekbox .input_small
{
	display: inline;
	border: none;
	width: 163px;
	height: 23px;
	line-height: 23px;
	color: #777;
	font-size: 12px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#cbs_zoekbox .input:focus
{
	border: 3px solid #00a0cc;
}
.no_input
{
	display: none;
	border: 1px;
	border-color: White;
	border-style: solid;
	color: White;
	background-color: rgb(0,161,205);
	width: 163px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#cbs_zoekbox .buttonzoeken
{
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

#cbs_zoekbox .buttonthema
{
	border: none;
	width: 62px;
	height: 23px;
	padding: 2px 0 2px 0;
}
#cbs_zoekbox .buttonthema:hover
{
	border: none;
	padding: 2px 0 2px 0;
	width: 62px;
	height: 23px;
}

#cbs_zoekbox .buttonkaart
{
	border: none;
	width: 62px;
	height: 23px;
	padding: 2px 0 2px 0;
}
#cbs_zoekbox .buttonkaart:hover
{
	border: none;
	padding: 2px 0 2px 0;
	width: 62px;
	height: 23px;
}

/* Tooltip box */
a.tooltip span
{
	display: none;
	padding: 3px 7px 3px 7px;
	margin-left: 35px;
	width: auto;
	font-size: 11px;
}
a.tooltip:hover span
{
	display: inline;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	color: rgb(39,29,108);
}

a.tooltipmeer span
{
	display: none;
	padding: 3px 10px 3px 10px;
	margin-left: 15px;
	width: auto;
	font-size: 11px;
	line-height: 17px;
}
a.tooltipmeer:hover span
{
	display: inline;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	color: rgb(39,29,108);
}

.tabelbox
{
	width: 35px;
	height: 36px;
	padding-top: 0px;
	margin: 0px 0px 0px -10px;
}
.tabelbox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en
{
	background: url(../images/table_inactive.png) no-repeat top right;
}
.tabelbox a:hover
{
	width: 85px;
	background: url(../images/button_tabel_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.tabelbox a.en:hover
{
	background: url(../images/table_hover.png) no-repeat top left;
}
.tabelbox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_hover.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en:active
{
	background: url(../images/table_hover.png) no-repeat top right;
}
.tabelbox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en.actief
{
	background: url(../images/table_active.png) no-repeat top right;
}
.tabelbox a.actief:hover
{
	width: 85px;
	background: url(../images/button_tabel_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.tabelbox a.en.actief:hover
{
	background: url(../images/table_active.png) no-repeat top left;
}
.tabelbox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en.actief:active
{
	background: url(../images/table_active.png) no-repeat top right;
}
.tabelbox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en.disabled
{
	background: url(../images/table_disabled.png) no-repeat top right;
}
/*.tabelbox a.disabled:hover
{
	width: 85px;
	background: url(../images/button_tabel_disabled.png) no-repeat top left;
	padding: 0;
	margin: 0;
}*/
.tabelbox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_tabel_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.tabelbox a.en.disabled:active
{
	background: url(../images/table_disabled.png) no-repeat top right;
}

.grafiekbox
{
	width: 35px;
	height: 36px;
	margin: 5px 0px 0px -10px;
}
.grafiekbox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en
{
	background: url(../images/graph_inactive.png) no-repeat top right;
}
.grafiekbox a:hover
{
	width: 96px;
	background: url(../images/button_grafiek_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en:hover
{
	background: url(../images/graph_hover.png) no-repeat top left;
}
.grafiekbox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en:active
{
	background: url(../images/graph_active.png) no-repeat top right;
}
.grafiekbox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en.actief
{
	background: url(../images/graph_active.png) no-repeat top right;
}
.grafiekbox a.actief:hover
{
	width: 96px;
	background: url(../images/button_grafiek_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en.actief:hover
{
	background: url(../images/graph_active.png) no-repeat top left;
}
.grafiekbox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en.actief:active
{
	background: url(../images/graph_active.png) no-repeat top right;
}
.grafiekbox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en.disabled
{
	background: url(../images/graph_disabled.png) no-repeat top right;
}
/*.grafiekbox a.disabled:hover
{
	width: 96px;
	background: url(../images/button_grafiek_disabled.png) no-repeat top left;
	padding: 0;
	margin: 0;
}*/
.grafiekbox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_grafiek_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.grafiekbox a.en.disabled:active
{
	background: url(../images/graph_disabled.png) no-repeat top right;
}

.kaartenbox
{
	width: 35px;
	height: 36px;
	margin: 5px 0px 0px -10px;
}
.kaartenbox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en
{
	background: url(../images/map_inactive.png) no-repeat top right;
}
.kaartenbox a:hover
{
	width: 85px;
	background: url(../images/button_kaart_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en:hover
{
	background: url(../images/map_hover.png) no-repeat top left;
}
.kaartenbox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en:active
{
	background: url(../images/map_active.png) no-repeat top right;
}
.kaartenbox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en.actief
{
	background: url(../images/map_active.png) no-repeat top right;
}
.kaartenbox a.actief:hover
{
	width: 85px;
	background: url(../images/button_kaart_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en.actief:hover
{
	background: url(../images/map_active.png) no-repeat top left;
}
.kaartenbox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en.actief:active
{
	background: url(../images/map_active.png) no-repeat top right;
}
.kaartenbox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en.disabled
{
	background: url(../images/map_disabled.png) no-repeat top right;
}
/*.kaartenbox a.disabled:hover
{
	width: 85px;
	background: url(../images/button_kaart_disabled.png) no-repeat top left;
	padding: 0;
	margin: 0;
}*/
.kaartenbox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/button_kaart_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.kaartenbox a.en.disabled:active
{
	background: url(../images/map_disabled.png) no-repeat top right;
}

.alleselectiesbox
{
	/*width: 150px;*/
	width: 35px;
	height: 36px;
	margin: 0px 0px 0px -10px;
}
.alleselectiesbox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en
{
	background: url(../images/all_selections_inactive.png) no-repeat top right;
}
.alleselectiesbox a:hover
{
	width: 150px;
	background: url(../images/alle_selecties_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en:hover
{
	background: url(../images/all_selections_hover.png) no-repeat top left;
}
.alleselectiesbox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en:active
{
	background: url(../images/alle_selecties_active.png) no-repeat top right;
}

.alleselectiesbox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en.actief
{
	background: url(../images/all_selections_active.png) no-repeat top right;
}

.alleselectiesbox a.actief:hover
{
	width: 150px;
	background: url(../images/alle_selecties_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en.actief:hover
{
	background: url(../images/all_selections_active.png) no-repeat top left;
}
.alleselectiesbox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en.actief:active
{
	background: url(../images/all_selections_active.png) no-repeat top right;
}

.alleselectiesbox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en.disabled
{
	background: url(../images/all_selections_disabled.png) no-repeat top right;
}
/*.alleselectiesbox a.disabled:hover
{
	width: 150px;
	background: url(../images/alle_selecties_disabled.png) no-repeat top left;
	padding: 0;
	margin: 0;
}*/
.alleselectiesbox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/alle_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.alleselectiesbox a.en.disabled:active
{
	background: url(../images/all_selections_disabled.png) no-repeat top right;
}

.mijnselectiesbox
{
	width: 35px;
	height: 36px;
	margin: 5px 0px 0px -10px;
}
.mijnselectiesbox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en
{
	background: url(../images/my_selections_inactive.png) no-repeat top right;
}
.mijnselectiesbox a:hover
{
	width: 154px;
	background: url(../images/mijn_selecties_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en:hover
{
	background: url(../images/my_selections_hover.png) no-repeat top left;
}
.mijnselectiesbox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en:active
{
	background: url(../images/my_selections_active.png) no-repeat top right;
}
.mijnselectiesbox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en.actief
{
	background: url(../images/my_selections_active.png) no-repeat top right;
}
.mijnselectiesbox a.actief:hover
{
	width: 154px;
	background: url(../images/mijn_selecties_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en.actief:hover
{
	background: url(../images/my_selections_active.png) no-repeat top left;
}
.mijnselectiesbox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en.actief:active
{
	background: url(../images/my_selections_active.png) no-repeat top right;
}
.mijnselectiesbox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en.disabled
{
	background: url(../images/my_selections_disabled.png) no-repeat top right;
}
/*.mijnselectiesbox a.disabled:hover
{
	width: 154px;
	background: url(../images/mijn_selecties_disabled.png) no-repeat top left;
	padding: 0;
	margin: 0;
}*/
.mijnselectiesbox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/mijn_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.mijnselectiesbox a.en.disabled:active
{
	background: url(../images/my_selections_disabled.png) no-repeat top right;
}

.regiobox
{
	width: 35px;
	height: 36px;
	margin: 5px 0px 0px -10px;
}
.regiobox a
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_inactive.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en
{
	background: url(../images/region_selections_inactive.png) no-repeat top right;
}
.regiobox a:hover
{
	width: 160px;
	background: url(../images/regio_selecties_hover.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.regiobox a.en:hover
{
	width: 175px;
	background: url(../images/region_selections_hover.png) no-repeat top left;
}
.regiobox a:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en:active
{
	background: url(../images/region_selections_active.png) no-repeat top right;
}
.regiobox a.actief
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en.actief
{
	background: url(../images/region_selections_active.png) no-repeat top right;
}
.regiobox a.actief:hover
{
	width: 160px;
	background: url(../images/regio_selecties_active.png) no-repeat top left;
	padding: 0;
	margin: 0;
}
.regiobox a.en.actief:hover
{
	width: 175px;
	background: url(../images/region_selections_active.png) no-repeat top left;
}
.regiobox a.actief:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_active.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en.actief:active
{
	background: url(../images/region_selections_active.png) no-repeat top right;
}
.regiobox a.disabled
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en.disabled
{
	background: url(../images/region_selections_disabled.png) no-repeat top right;
}
.regiobox a.disabled:active
{
	display: block;
	width: 35px;
	height: 36px;
	background: url(../images/regio_selecties_disabled.png) no-repeat top right;
	padding: 0;
	margin: 0;
}
.regiobox a.en.disabled:active
{
	background: url(../images/region_selections_disabled.png) no-repeat top right;
}

#cbs_blokicons
{
	width: 36px;
	height: 125px;
	margin: 20px 0px 0px -10px;
	background: url(../images/outline_buttons.png) no-repeat 0 0;
}
#cbs_blokicon
{
	width: 36px;
	height: 36px;
	margin: 20px 0px 0px -10px;
	background: url(../images/outline_button.png) no-repeat 0 0;
}
#cbs_blokicons input
{
	margin: 0;
	top: 0;
	display: block;
}
#cbs_blokicon input
{
	margin: 0;
	top: 0;
	display: block;
}

#cbs_blokicons .vspace
{
	height: 3px;
}
#cbs_blokicon .vspace
{
	height: 3px;
}

/* Zoek resultaten */

.cbs_zoekresultaten
{
	width: 95%;
	height: auto;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 24px;
}
.cbs_zoektitlebox
{
	min-width: 200px;
	height: auto;
	background-color: rgb(235,246,251);
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	padding: 6px 10px 6px 30px;
	float: left;
}
.cbs_zoektitlebox a, .cbs_zoektitlebox a:link, .cbs_zoektitlebox a:visited, .cbs_zoektitlebox a:visited:hover, .cbs_zoektitlebox a:hover, .cbs_zoektitlebox a:active
{
	font-weight: bold;
}
.cbs_linesep
{
	border-bottom: 1px solid #00a0cc;
	margin: 5px 0px 0px 0px;
}
.cbs_zoekrescontent
{
	width: 95%;
	height: auto;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	overflow: hidden;
}
.cbs_zoekrescontentlinks
{
	width: 67%;
	height: auto;
	float: left;
}
._cbs_zoekrescontentlinks
{
	padding: 0 0 0 32px;
}
.cbs_zoekrescontentrechts
{
	width: 30%;
	height: auto;
	float: right;
}
._cbs_zoekrescontentrechts
{
	padding: 6px 0 0 32px;
}

.publicationtitlearea
{
	margin-left: 10px;
	height: 100%;
}

.publicationtitle
{
	z-index: 10;
}

.publicationdescription
{
	font-weight: bold !important;
}

.publicationinfo
{
	padding-left: 10px;
}

.pubheaderspace
{
	width: 108px;
}

/*                                                      */
/* PUBLICATION PAGE - TOP TABS                          */
/*                                                      */

.pupTopTab
{
	width: 290px;
}

.pubTopTab .tabHeader
{
	white-space: nowrap;
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
}

.pubTopTab .tabItem
{
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
}

.pubTopTab .tabItemDisabled
{
	cursor: auto;
	color: #aca899;
}

.pubTopTab .tabItemImage
{
	background: no-repeat center top;
	width: 66px;
	padding-top: 42px;
	display: -moz-inline-box;
	display: inline-block;
}

/*                                                      */
/* PUBLICATION PAGE - LEFT TABS                         */
/*                                                      */

.pubLeftTab
{
	width: 50px;
	vertical-align: top;
}

.pubLeftTab .tabHeader
{
	white-space: nowrap;
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
}

.pubLeftTab .tabItem
{
	height: 56px;
	width: 58px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/vtab_middle.jpg) repeat-y left;
	display: -moz-inline-box;
	display: inline-block;
}

.pubLeftTab .tabItemDisabled
{
	cursor: auto;
	color: #aca899;
}

.pubLeftTab .tabItemImage, .pubLeftTab .tabItemImageSelection
{
	background: no-repeat center top;
	width: 58px;
	padding-top: 40px;
	display: -moz-inline-box;
	display: inline-block;
}

.pubLeftTab .tabItemImageSelection
{
	padding-top: 20px;
}

.pubLeftTab .tabItemTop
{
	padding-top: 8px;
	background: url(../images/vtab_top.jpg) no-repeat top left;
	display: -moz-inline-box;
	display: inline-block;
}

.pubLeftTab .tabItemBottom
{
	height: 73px;
	margin-bottom: 4px;
	background: url(../images/vtab_bottom.jpg) no-repeat bottom left;
	padding-left: 8px; /* offset from wider tab*/
	background-position-x: 8px; /* offset from wider tab*/
	display: -moz-inline-box;
	display: inline-block;
}

.pubLeftTab .tabItemSel
{
	background: url(../images/vtab_middle_sel.jpg) repeat-y left;
}

.pubLeftTab .tabItemLeftSel
{
	background: url(../images/vtab_top_sel.jpg) no-repeat top left;
}

.pubLeftTab .tabItemRightSel
{
	background: url(../images/vtab_bottom_sel.jpg) no-repeat bottom left;
	background-position-x: 8px; /* offset from wider tab*/
}

.tabInfo
{
	width: 66px;
	height: 84px;
	padding-top: 20px;
}

.tabInfo .tabItemImage
{
	width: 66px;
}

.tabInfo .tabItemTop
{
	padding-left: 0px;
	width: 66px;
	height: 84px;
	background: url(../images/vtab_top_sel.jpg) no-repeat top left;
}

.tabInfo .tabItem
{
	padding-left: 0px;
	width: 66px;
	height: 68px;
	background: url(../images/vtab_middle_sel.jpg) repeat-y left;
}

.tabInfo .tabItemBottom
{
	padding-left: 0px;
	width: 66px;
	height: 84px;
	background: url(../images/vtab_bottom_sel.jpg) no-repeat bottom left;
}

/*                                                      */
/* PUBLICATION PAGE - DOWNLOAD                          */
/*                                                      */

.DownloadMenu
{
	font-size: 12px;
}

.DownloadExplanationLabel
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.DownloadLabel
{
	font-size: 12px;
}

/*                                                      */
/* PUBLICATION PAGE - COPYLINK                          */
/*                                                      */

.CopyLinkTitle
{
	font-weight: bold;
	margin-bottom: 15px;
}

/*                                                      */
/* PUBLICATION PAGE - DESCRIPTION POPUP                 */
/*                                                      */

.PubDescription, .popup
{
	font-size: 12px;
	margin: 10px;
}

.popup dt
{
	margin-left: 40px;
}

.popup dd
{
	margin-left: 40px;	
}


/*                                                      */
/* PUBLICATION PAGE - MAP                               */
/*                                                      */

. MapDataSelection
{
	font-size: 1.0em;
}

.MapDataSelectionSelected
{
	background-color: #b7d9e2;
}

/*                                                      */
/* PUBLICATION PAGE - PRINT                             */
/*                                                      */

.PrintExplanation
{
	text-align: left;
	padding-bottom: 10px;
}

.firstcolumn
{
	padding: 5px 10px 0px 0px;
	color: #003366;
	font-weight: bold;
	vertical-align: top;
}

.secondcolumn
{
	vertical-align: top;
}

.printoptionsviewtable tr
{
	height: 50px;
}

.checkboxtable tr
{
	height: 10px;
}

/*                                                      */
/* TREE LISTS                                           */
/*                                                      */

.treelist
{
	font-size: 11px;
	height: 100%;
}

.treelistListArea
{
	border-left: solid 1px #005883;
}

.treelistItemArea
{
	border-right: solid 1px #005883;
	border-bottom: solid 1px #005883;
	width: 225px;
}

.treelistItemAreaHeader, .mySelectionsSelectAll
{
	color: rgb(39,29,108);
	background: rgb(100%,100%,100%);
	font-weight: bold;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
	border-bottom-width: 1px;
}

div.treelistItemAreaHeader
{
	border-top: solid 1px #005883;	
}

.treelistItemAreaContent
{
	background-color: white;
	border-bottom: solid 1px #005883;
}

.treelistSelectedItem
{
	background-color: rgb(156,215,239);
	color: rgb(0,0,0);
}

.treelistSelectedItem a
{
	color: black;
	font-weight: bold;
}

/*    Pageheader   */

#header
{
	width: 100%;
	background: white;
	table-layout: fixed;
	height: 93px;
	min-width: 980px;
	position: relative;
	z-index: 100;
}

#header td, #PageFooter
{
	font-size: 69%;
	font-family: Arial;
}

.zoekmenu li
{
	background-image: none;
	float: left;
	margin: 0px;
	padding: 0 0 0 10px;
	font-family: Verdana;
	font-size: 11px;
}

.zoekmenu
{
	float: right;
	list-style-type: none;
	top: 20px;
	right: 20px;
	position: absolute;
	text-align: right;
}
.zoekmenu a
{
	color: rgb(119,119,119);
	float: left;
	vertical-align: top;
	font-weight: normal;
}
.zoekmenu a:visited
{
	color: rgb(119,119,119);
	float: left;
	vertical-align: top;
}
.zoekmenu a:hover
{
	color: #005883;
	text-decoration: none;
}
.zoekmenu span
{
	color: #ccc;
	margin: 0 0.4em 0 0.4em;
	padding-top: 0.3em;
	vertical-align: middle;
}
.zoekmenu span#languageswitch
{
	margin: 0;
}

#headermenus
{
	float: right;
	width: 600px;
}

ul#hoofdmenu
{
	float: right;
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	position: relative;
}
ul#hoofdmenu li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#hoofdmenu a
{
	color: #005883;
	float: left;
	font-size: 1.09em;
	text-decoration: none;
	font-weight: normal;
}
ul#hoofdmenu a.act
{
	color: #005983;
	font-weight: bold;
}
ul#hoofdmenu a.act:hover
{
	color: #005983;
}
ul#hoofdmenu a:hover
{
	color: #005983;
}
ul#hoofdmenu span
{
	color: #005883;
	margin: 0 1.09em 0 1.09em;
}
#PageFooter
{
	border-top: 1px solid #F0F0F0;
	color: #666666;
	padding: 1em 10px;
	background: white;
}
.logoContainer
{
	width: 300px;
	display: inline-block;
	top: 0px;
	padding-left: 30px;
	position: relative;
	vertical-align: top;
}

.statLineLogoContainer
{
	float: right;
	width: 1px;
}

.statLineLogoContainer IMG
{
	width: 144px;
}

#visualbox
{
	position: relative;
	height: 180px;
	text-align: left;
	margin-left: 10px;
}

#visualbox img
{
}

#homepageImage
{
	float: left;
}

.homepageControls, .homepagelinks
{
	/*width: 590px;*/
}

.homepageControls
{
	margin-top: 50px;
}

.homepageMainContent
{
	margin-left: 420px;
}

.homepageLinks
{
	width: 350px;
	background-color: rgb(229,229,229);
	-webkit-border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
	filter: alpha(opacity=80); /* IE */
	opacity: .8;
}

.homepageLinks ul
{
	list-style-image: url(../Images/download_pijl.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.homepageLinks ul li
{
	font-family: Verdana;
	font-size: 12px;
	color: rgb(39,29,108);
	width: 320px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(119,119,119);
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
}

.homepageLinks ul li.sep
{
	padding: 5px;
}

.homepageContent
{
	margin-top: 50px;
	text-decoration: none;
	font-weight: normal; /* color: #003366; */
	color: #005883;
	width: 100%;
}

.homepageContent img
{
	height: 110px;
}

#homepageMainTable
{
	width: 100%;
}

#homepageTitle
{
	width: 100%;
	padding-bottom: 40px;
}

#homepageLogo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20em;
	align: center;
}

#homepageLogo img
{
	height: 38px;
}

.homepageContent .logoWelcome
{
	font-size: 1.4em;
	color: #005883;
}

.homepageContent .logoImage
{
	left: 1em;
	position: relative;
}

.homepageContent .logoDescription
{
	font-size: 1.4em;
	padding-left: 2em;
	color: #005883;
}

.homepageContent ul li
{
	color: #005883;
}

.homepageSearchButton
{
	position: relative;
	top: 45px;
	left: -128px;
}

.homepageSearchBox
{
	padding-top: 40px;
	text-align: center;
	float: left;
}

.advancedSearchControls
{
	width: 100%;
}

.advancedSearchControls .grouptitle
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}

.advancedSearchControls TD
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
}

.advancedSearchControls INPUT
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}

.advancedSearchControls div.hpanel
{
	width: 100%;
	height: 213px;
	margin-top: 3px;
	background-color: rgb(229,229,229);
}

.advancedSearchControls div.vspace
{
	height: 20px;
}

.advancedSearchControls div.section
{
	width: 450px;
	height: 173px;
	padding: 20px 0px 0px 60px;
	border: solid 0px lightgrey;
	margin: 0px;
	position: absolute;
}

.advancedSearchLabelColumn
{
	padding-left: 0px;
	width: 175px;
}

.advancedSearchInput, .freeSearchInput
{
	width: 200px;
}

.disabled
{
	background-color: lightgrey;
}

#background
{
	position: relative;
	min-width: 980px;
}

#background .backgroundImage
{
	position: absolute;
	/*width: 100%;*/
	top: -84px;
	z-index: -10;
	bottom: 0;
}

#background .vspace
{
	height: 55px;
	clear: both;
	background-color: Transparent;
}

#zoeken
{
	min-width: 980px;	
}

#zoeken div.themesList
{
	visibility: hidden;
	display: block;
	position: absolute;
	left: 290px;
	right: 20px;
	top: 0;
	color: White;
	z-index: 100;
}

#zoeken div.themesList .left
{
	visibility: inherit;
	display: block;
	height: 55px;
	width: 100px;
	background-color: rgb(0,161,205);
	color: White;
	z-index: 100;
}

#zoeken div.innerThemesList
{
	visibility: inherit;
	position: absolute;
	display: inline-block;
	background-color: rgb(0,161,205);
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 5px;
	color: White;
	padding: 10px;
	left: 100px;
	right: 0;
	z-index: inherit;
	top: 0;
}

#zoeken div.themesList .themesTable
{
	border-width: 0px;
	border-style: solid;
	border-color: rgb(0,161,205);
	color: White;
	width: 100%;
	background-color: rgb(0,161,205);
}

#zoeken div.themesList .themesTable TD /* IE6 doesn't show TR border */
{
	padding: 5px 10px 5px 0;
	width: 33.33%;
	border-bottom-style: solid;
	border-bottom-color: White;
	border-bottom-width: 1px;
	font-family: Verdana;
	font-size: 11pt;
	line-height: 20px;
}

#zoeken div.themesList .themesTable a
{
	color: White;
	text-decoration: none;
}

#zoeken div.themesList .themesTable a:hover
{
	color: rgb(39,29,108);
	text-decoration: none;
}

#zoeken .kaart
{
	display: block;
}

#zoeken div.opThema
{
	display: block;
	position: relative;
	top: 0;
	height: 55px;
}

#zoeken div.opThema .thema
{
	display: inline-block;
	height: 55px;
}

#cbs_contentbox
{
	display: inline-block;
	width: 350px;
	background-color: rgb(100%,100%,100%);
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	filter: alpha(opacity=80); /* IE */
	opacity: .8;
}

#zoeken .cbs_homecontent
{
	padding: 20px 13px 20px 30px;
	color: rgb(39,29,108);
	font-family: Verdana;
	line-height: 18px;
	font-size: 13px;
}

/*                                                      */
/* MYSELECTION                                          */
/*                                                      */
.myselectionlist, .myselectionlist li ul
{
	list-style-type: none;
	color: Gray;
}

.myselectionlist li.item
{
	color: Black;
}




#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: x-small;
	font-weight: normal;
}

.error, .error a:link
{
	color: Red;
}

.error a:link
{
	text-decoration: underline;
}

/****** BEGIN VVS-IT Verbetering Vindbaarheid StatLine - IT *******/

.searchhints
{
	font-size: 11px;
	background-color: White;
	color: rgb(0,0,0);
	float: left;
	width: 100%;
	clear: both;
}

.searchhints a:link, .searchhints a:visited, .searchhints a:visited:hover
{
	text-decoration: none;
	font-weight: bold; 
	color: rgb(5,129,162);
}


/****** END VVS-IT Verbetering Vindbaarheid StatLine - IT *********/