@CHARSET "UTF-8";
/*table {
	border: solid white 1px;
}*/

.pointer {
	cursor: pointer;
}

table.stijl0 {
	width: 800px;
	background-color: silver; 
	color: black; 
	border: none;
}

table.stijl1 {
	width: 800px;
	background-color: gray; 
	color: white; 
	border: none;
}

tr.stijl0 {
	background-color: silver; 
	color: black; 
	border: none;
}

tr.stijl1 {
	background-color: gray; 
	color: white; 
	border: none;
}

tr.gemarkeerd0 {
	/* uitkering */
	background-color: silver; 
	border: none;
	color: red;
}

tr.gemarkeerd1 {
	/* uitkering */
	color: red;
	background-color: gray; 
	border: none;
}

ul.ContextMenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
 
ul.ContextMenu li {
	border-bottom: 1px solid #000000;
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	background-color: orange;
	cursor: pointer;
}

ul.ContextMenu li a {
		color: #3e2b2e;
	
}

ul.ContextMenu li:hover {
	text-decoration: none;
	color: #3e2b2e;
	background: #efe300;
}
.tabel {
	padding: 0px 5px 0px 5px;
}

.navigatie ul, .navigatie ul li	
{
	list-style-type: none;	
	display: inline;
	padding: 0;	margin: 0;
}

.navigatie {
	padding: 0; 	
}

.navigatie ul li a
{
	background-image:url(tab2.gif);
	background-repeat: repeat-x;
	white-space: nowrap; 	
	padding: 6px 20px 7px 20px;
	margin: -10px;
	text-decoration: none;
	border-right: 1px solid #69c;
	border-top: 1px solid #69c;
	color: #000;
}

.navigatie ul li a:hover	
{ 
	background-image:url(tabh2.gif);
	background-repeat: repeat-x;
	color: #fff; 	
 	padding-left:20px;
}


.menu ul li {
	height: 25px;
	list-style-type: none;
	margin-left: -20px;
	width: 170px;
}

.menu ul li a {
	vertical-align: middle;
	color: #efe300; 	
}

.menu ul li a:hover      { 
	color: #3e2b2e;
	background-color: white;
} 

selected {
	background-color: white;
	color: #3e2b2e;
	font-weight: bold;
	font-style: italic;
}


.navigatie .lijst ul, .navigatie .lijst ul li	
{
	list-style-type: disc;	
	display: list-item;
	padding: 0;	margin: 0;
}

a {
	text-decoration: none;
	color: #f2f2f2;
}

body         { 
	color: #efe300; 
	background-color: #3e2b2e;
	font-family: sans-serif;
}

h1, h2 {
#color: #efe300;
}

h3, h4 {
#color: #efe300;
	
}

.klap{
	background-image:url(tabel.gif);
	padding: 10px 10px 10px 10px;
	color: black;
    width: 1010px;
}

.error {
	color: orange;
	font-weight:bold; 
	font-style:italic;
}

td, th, input {
	font-size: 14px;
}

@media print {
	.noprint { display:none; }
}

.LockOff {
	display: none;
	visibility: hidden;
}

.LockOn {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2200px;
	background-color: #00517D;
	text-align: center;
	padding-top: 20%;
	filter: alpha(opacity=75);
	opacity: 0.75;
}/* Popup container - can be anything you want */
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 320px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}



/* Infopopup container  */
.infopopup {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.infopopup .infopopuptext {
	visibility: hidden;
	width: 850px;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 8px 0;
	position: fixed;
	z-index: 1;
#	left: 100px;
#	top: 50%;
	margin-left: -80px;
}

.infopopup .infopopuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.infopopup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
#  border: 1px solid #ccc;
  border-top: none;
}