
/* tools */

ul.tools,
ul.tools li,
ul.footer,
ul.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tools {
	line-height: 150%;
	margin-bottom: 0;
	padding: 0.5em;
}

ul.tools *,
ul.footer * {
	vertical-align: middle;
}

ul.tools:after,
ul.footer:after {
	/* clear floats */
	content: ".";
	font-size: 0;
	line-height: 0%;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html ul.tools,
* html ul.footer {
	/* IE/WIN fix: element will behave as if there's a clearing element inside it */
	height: 0.1em;
}


ul.tools label {
	width: auto;
	margin-right: 0.5em;
}

ul.tools.cluster input {
	width: 4em;
}

ul.tools li,
ul.footer li {  /* footer is used in delete page */
	display: block;
	float: left;
}

* html ul.tools li a,
* html ul.footer li a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	white-space: nowrap;
	width: 0.1em;
}

ul.tools form,
ul.footer form {
	margin: 0;
	padding: 0;
}

ul.tools li,
ul.footer li {
	font-weight: bold;
	background-color: #020051;
	background-repeat: no-repeat;
	background-position: 4px;
	border: 1px solid #37492E;
	margin-right: 0.4em;
}

ul.tools li a,
ul.footer li a {
	display: block;
	text-decoration: none;
	padding: 0.125em 0.5em 0.25em 0.5em;
	margin: 0;
	padding-left: 24px;
	background-color: transparent;
	color: white;
	cursor: pointer;
}

ul.tools li a:link,
ul.tools li a:visited,
ul.footer li a:link,
ul.footer li a:visited {
	color: white;
}

li.ok,
li.yes {
	background-image: url('graphics/ok.gif');
}

li.import {
	background-image: url('graphics/import.gif');
}

li.preview {
	background-image: url('graphics/preview.gif');
}

li.select_none {
	background-image: url('graphics/select_none.gif');
}

li.select_all {
	background-image: url('graphics/select_all.gif');
}

li.select {
	background-image: url('graphics/select.gif');
}

ul.tools li.pageSelector {
	float: right;
	background-color: transparent;
	border: none;
	margin: 0;
}

ul.tools li.pageSelector form label {
	width: auto !important;
}

ul.tools li.delete {
	background-image: url('graphics/delete.gif');
	float: right;
	margin: 0;
}

ul.tools li.add {
	background-image: url('graphics/add.gif');
}

ul.tools li.back {
	background-image: url('graphics/back.gif');
}

ul.tools li.list {
	background-image: url('graphics/list.gif');
}

ul.tools li.edit {
	background-image: url('graphics/edit.gif');
}

li.ok,
li.yes {
	background-image: url('graphics/ok.gif');
}

li.cancel,
li.no {
	background-image: url('graphics/cancel.gif');
}

ul.tools li.email {
	background-image: url('graphics/email.gif');
}

#wrapper li.search {
	background-color: transparent;
	border: 0;
	cursor: default;
	margin-left: 0.5em;
}

#wrapper li.search input.button {
	padding: 0.1em;
}

/* tables */

form table {
	border: none;
	border-spacing:	0;
	border-collapse: collapse;
	xbackground:		#020051;  /* for missing header elements above edit/delete cells */
	width: 96%; /* always pick full width */
	margin-right: 0.5em;
}

caption {
	font-size: 150%;
	line-height: 133%;
	background: #a2d4ec;
	color: #064276;
}

form table tfoot td {
	border: none;
	border-top:	1px solid #020051; /* optical effect, to compensate the 'border-bottom' of the table */
}

/* table header */

form thead th {
	text-align:		left;
	vertical-align:	top;
	background:		#020051;
	border: 		none;
	 /* gives a glitch in MSIE */
}

form thead th a:link,
form thead th a:visited,
form thead th a:hover {
	text-decoration: none;
	color: white;
	background: #020051;
	display: block;
	padding: 2px 5px;
}

form thead th a:hover {
	background: #8CAD7A;
}

* html thead th a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	height: 0.1em;
}

form thead th.asc,
form thead th.desc {
	background: #020051;
}

form thead th.asc a:link,
form thead th.asc a:visited,
form thead th.asc a:hover {
	background: #8CAD7A url(graphics/up.gif) no-repeat right;
}

form thead th.desc a:link,
form thead th.desc a:visited,
form thead th.desc a:hover {
	background: #8CAD7A url(graphics/down.gif) no-repeat right;
}

/* table th/td styling */

form tbody td {
	vertical-align: top;
	padding: 2px 5px;
	border: none;
	border-bottom: 1px solid #a2d4ec;
	background: white;
}

/* table details/edit/delete */

td.details,
td.edit,
td.delete {
	xbackground: #cbecfc;
	width: 16px;
}

form table tbody tr:last-child td {
	border-bottom: 0;
}

/* table odd/even effects */

form tr td {
	border-bottom: 1px solid #fff;
}

form tr td.formDelete {
	border-left: 1px solid #fff;
}

form tr.odd td {
	background: #DADADA;
}

form tr.even td {
	background: #E8E8E8;
}

form td.asc,
form td.desc {
	xbackground: #DDEBF1;
	xborder-bottom: 1px solid #a2d4ec;
}

form tr.even td.asc,
form tr.even td.desc {
	background: #a2d4ec;
}

/* table row hover effects */

form tbody tr:hover td.asc,
form tbody tr.hover td.asc,
form tbody tr:hover td.desc,
form tbody tr.hover td.desc {
	background: #8FBCD1;
	color: white;
}

form tbody tr.even td.details,
form tbody tr.even td.edit,
form tbody tr.even td.delete {
	xbackground: #a2d4ec;
}

form tbody tr:hover td,
form tbody tr.hover td {
	xbackground: #DDEBF1;
	cursor: pointer;
}

form tbody tr:hover td.details,
form tbody tr.hover td.details,
form tbody tr:hover td.edit,
form tbody tr.hover td.edit,
form tbody tr:hover td.delete,
form tbody tr.hover td.delete {
	xbackground: #8FBCD1;
}

form tbody tr.active td {
	background: #8FBCD1;
	cursor: pointer;
}

form tbody tr.active td.details,
form tbody tr.active td.edit,
form tbody tr.active td.delete {
	background: #5799B8;
}

/* specific styling search result */

#foundAddresses .houseNumber {
	text-align: center;
	width: 40px;
}

#foundAddresses .houseNumberExtra {
	width: 40px;
}

#productLegend a {
	color: #020051;
	text-decoration: none;
}

#productLegend a:hover,
#productLegend a.hover {
	cursor: pointer;
}

#productLegend table td.underlined_cell,
#productLegend table th.underlined_cell {
	border-bottom: 1px solid #1c724d;
}

#productLegend table th.underlined_cell {
	padding-bottom: 5px;
}

table.subLayers tbody {
	background: url(graphics/dropdown_top.png) top right no-repeat;
}

tbody#publicProducts td.underlined_cell {
	padding: 5px 3px;
}

tbody#publicProducts td {
	padding: 2px 0px;
}

tbody#publicProducts td.cell_nopadding {
	padding: 0 0 0 0;
}

tbody#publicProducts td.layerTitle {
	font-weight: bold;
	padding: 5px 0 3px 0;
	color: #1c724d;
	font-size: 100%;
	text-transform: uppercase;
}


#privateProducts tr.sublayer td {
	padding: 0;
	margin: 0;
	
}

.uitklap img {
}

form#zoekSchermForm,
form#zoekSchermForm div {
	margin: 0;
	padding: 0;
	position: relative;
}

#save_preference_form input,
#save_preference_form select,
#zoekSchermForm input {
	margin:0pt 5px;
	padding:0pt;
	vertical-align:middle;
}

#zoekSchermForm input#keywords {
	xfont-size: 7pt;
	xmargin:0pt 5px;
}

#zoekScherm input.zoekButton {
	margin:0;
	padding: 2px 5px;
	color: #fff;
	background: #000019;
	border: 1px solid #000019;
	font-size: 100%;
}

#contentHome a,
#loginBox a {
	color: #08BA06;
}

#contentHome a {
	text-decoration: none;
}

#contentHome a:hover{
	text-decoration: underline;
}
