html {
	overflow-x: hidden;
	overflow-y: auto;
}
html, body, form {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
body {
	background-color: #eee;
	font: 12px Verdana, sans-serif;
	margin: 34px 0 40px;
}
span.btnCopy {
	background-color: #ddd;
	border: 1px solid;
	border-color: #eee #aaa #aaa #eee;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 4px;
}
span.zeroclipboard-is-hover {
	background-color: #ccc;
}
span.zeroclipboard-is-active {
	background-color: #888;
	border-color: #aaa #999 #999 #aaa;
	color: #fff;
}
h5 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
hr {
	background-color: #555;
	border: none;
	height: 1px;
}
a {
	color: #00c; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
	margin: 0 auto;
}
th, #contents th {
    background-color: #ccc;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #eee;
    font-weight: bold;
	line-height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}
#contents tr:nth-child(2n+2), #notities li:nth-child(2n+2), #contents div:nth-child(2n+2) {
	background-color: #ddd;
}
#contents tr:hover {
	background-color: #fff;
}
#container, th, .row {
	margin: 0 auto;
}
#contents th:first-child {
    border-left: 1px solid #eee;
}
#contents th:last-child {
    border-right: 1px solid #bbb;
}
#contents td[class^=provider] {
    background-color: #1fc2a6;
    font-weight: bold;
    text-align: center;
    width: 20px;
}
#contents td.provider2 {
    background-color: #ffd900;
}
.row {
	clear: both;
	height: 22px;
	line-height: 22px;
	text-align: left;
	width: 100%;
}
.topLink, .topLink td, .row.topLink:hover {
	background-color: #ccc;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
.row.topLink, .topLink td {
	font-size: 10px;
}
th span, .row span {
	float: left;
}
th span:hover {	
	color: #fff;
}
th .curCol, th .curCol:hover {
	color: #000;
	cursor: text;
}
#subNav {
	background-color: #ddd;
	border-bottom: 1px solid #999;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 4px;
	padding: 4px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}
#subNav a {
	color: #00f;
}
#subNav a, #subNav strong, #subNav .fade {
	margin: 0 .5em;
}
#subNav .count {
	margin: 0 5px;
}
#subNav form {
	display: inline;
	margin: 0 20px;
	padding: 0;
}
#countVisible {
	margin-right: 5px;
}
#filters {
	margin: 0 20px;
}
#filters a, #filters strong {
	margin: 0 .3em;
}
#timer {
	color: #999;
	cursor: default;
	font-size: 10px;
	position: fixed;
	left: 7px;
	top: 40px;
	z-index: 999;
}
.copyBtn {
	font-size: 10px;
}
#contents td {
	line-height: 22px;
	padding-bottom: 0;
    padding-top: 0;
}
.fade, .fade .dagAanduiding, input[disabled="disabled"] {
	color: #999;
}
.fade a, a.fade, #subNav a.fade {
	color: #66c;
}
#subNav .fade {
	color: #666;
}
.blackText, .blackText a {
	color: #000;
}
.redText, a.redText, .redText a, #wissen {
	color: #c00;
}
input[disabled="disabled"].redText {
	color: #a66;
}
.greenText {
	color: #090;
}
input.smallButton, button.smallButton {
	font-size: 10px;
	margin-left: .5em;
}
#confirm {
	background-color: #3c3;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	left: 0;
	line-height: 32px;
	opacity: 0.9;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}


/* jQuery autocomplete */
ul.ui-autocomplete {
    border-bottom: 1px solid #666;
    margin: 0;
    padding: 0;
    position: absolute;
}
li.ui-menu-item {
    background-color: #ccc;
    border-right: 1px solid #666;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    height: 28px;
    line-height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}
li.ui-menu-item .ui-state-focus {
    background-color: #ff9;
}
li.ui-menu-item a {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 0 4px;    
}
li.ui-menu-item a:hover {
    text-decoration: none;
}
.ui-helper-hidden-accessible {
    display: none;
}