@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	background: #d6d6d6;
	color: #515151;
	height: 100%;
}

p{
	background: #F7F7F7;
	padding: 10px;
	border-radius: 5px;
}

a{ outline: none; color: #3a3a3a; text-decoration: none}
img{ border: none;}

h1{
	font-size: 14pt;
	color: #3a3a3a;
}

h2{
	font-size: 13pt;
	color: #3a3a3a;
}

h3{
	font-size: 12pt;
	color: #ca0012;
}

span.mark{
        background: yellow;
}

div.container{
	width: 1200px;
	margin: auto;
	min-height: 100%;
	background: #ffffff;
}

div.container div.padding{
	padding: 0px;
}

div.container div.padding div.padding{
	padding: 10px 20px 20px 20px;
}

div.header{
	width: 100%;
	height: 101px;
	background: #fff;
	background-image: url(../img/wood_bg.jpg);
	margin: 0px auto 10px auto;
	overflow: visible;
}

div.header img{
	float: right;
	margin: 10px 10px 0 0;
}

div.menu{
	width: 100%;
	height: 30px;
	margin: -40px auto 0 auto;
}

div.menu a{
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	background: #d8d8d8;
}

div.menu a:hover{
	background: #eaeaea;
}

div.menu a.active{
	background: #ffffff;
}

div.content{
	min-height: 400px;
	padding: 0 0 100px 0;
}

div.msg{
	border-radius: 3px;
	padding: 14px;
	background: #FF5A00;
}

div.error{
	border-radius: 3px;
	padding: 14px;
	background: #ca0012;
	color: #FFFFFF;
}


/*pageMenu*/

div.pageMenu{
	width: 100%;
	border: none;
	margin: 20px 0 0 0;
}

div.pageMenu ul{
	display: block;
	margin: 0 20px 12px 0px;
	padding: 0px;
}

div.pageMenu ul:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.pageMenu ul li{
	display: inline;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

div.pageMenu ul li a{
	display: block;
	border: none;
	border-right: solid 1px #8b8b8b;
	line-height: 20px;
	color: #515151;
	padding: 3px 14px 3px 14px;
	margin: 0;
	background: url(../img/4.jpg) repeat-x;
}

div.pageMenu ul li a:hover{
	background: rgba(0, 0, 0, 0.2);
	color: #515151;
	background: url(../img/3.jpg) repeat-x;
}

div.pageMenu ul li a.active{
	background: rgba(0, 0, 0, 0.4);
	color: #515151;
	font-weight: bold;
	background: url(../img/1.jpg) repeat-x;
}
/*pageMenu*/

label{
	width: 180px;
	font-weight: bold;
	font-size: 10pt;
	display: inline-block;
	padding: 5px;
}

select, input, textarea{
	font-size: 10pt;
	font-weight: normal;
	width: 200px;
	border: solid 1px #3a3a3a;
	padding: 0 4px 0 4px;
	margin: 0 0 3px 0; /* was 5px */
	line-height: 24px;
	height: 24px;
	color: #515151;
	font-family: Helvetica, Arial;
}

select{
	width: 193px;
}

input[type="submit"], input[type="radio"], input[type="checkbox"], input[type="file"]{
	width: auto;
}

input[type="submit"]{
	border: none;
	background: #3a3a3a;
	color: #ffffff;
	padding: 0 6px 0 6px;
	height: 26px;
	font-weight: bold;
}

select:focus, input:focus, textarea:focus{
	color: #3a3a3a;
	font-weight: bold;
}

textarea{
	width: 500px;
	height: 80px;
}
textarea.order{
	width: 240px;
	height: 180px;
}

div.footer{
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 8pt;
}

div.footer img{
	float: right;
}

table{
	padding: 0;
	margin: 0;
	border: 1 px solid black;
	border-spacing: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

th{
	padding: 5px;
	margin: 0;
	background: #3a3a3a;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

td{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

tr.even td{
	background: url(../img/1.jpg) repeat-x #dddddd;
}

tr.odd td{
	background: url(../img/2.jpg) repeat-x;
}

tr.sub_even td{
	background: url(../img/3.jpg) repeat-x;
}

tr.sub_odd td{
	background: url(../img/4.jpg) repeat-x;
}

tr.trans td{
	opacity: 0.5;
}

td img{
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

td.link{
	padding: 0;
}

td a, a.button{
	display: block;
	background: rgba(0,0,0,0);
	padding: 3px 8px 3px 8px;
	float: left;
	margin: 0 5px 0 0;
	color: #515151;
	text-decoration: underline;
}

td a:hover, a.button:hover{
	background: rgba(0,0,0,0.3);
	color: #ffffff;
}

.right{
	text-align: right;
}

/*popup*/
div.popup{
	position: absolute;
	left: 50%;
	top: 40%;
	padding: 20px;
	margin: -100px 0 0 -200px;
	border: solid 1px #e5e5e5;
	z-index: 10;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.9);
	background: rgba(255, 255, 255, 0.9);
	width: 400px;
	border-radius: 8px;
	display: none;
}

div.popup h1{
	font-size: 10pt;
}

div.popup h1 a{
	float: right;
	font-size: 8pt;
	font-weight: normal;
}

div.popup p{
	font-size: 8pt;
}

div.popup p a{
	display: block;
	float: left;
	border: solid 1px #8b8b8b;
	line-height: 20px;
	color: #8b8b8b;
	padding: 0 14px 0 14px;
	margin: 16px 20px 0px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	border-radius: 3px;
}

div.popup p a:hover{
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}

/* add-ons door Wouter */

.pageMenu.lowered {
	margin-top: 80px;
}

input.alert {
	background-color: #E8E8E8;
	font-style: italic;
	background-image: url(../img/icons/fout.png);
	background-repeat: no-repeat;
	background-position: right;
	background-origin: content-box;
}
input.alert:hover {
	background-color:#FFFFFF;
	cursor:pointer; 	
}

div.general {
	float: right;
	border: 0px solid black;
	width: 50%;
}
div.stats { 
	float: left;
	border: 0px solid black;
	width: 50%;
}

input radio {
	border: solid 1px #3a3a3a;
	padding: 0 4px 0 4px;
	margin: 0 0 1px 0; /* was 5px */
	line-height: 22px;
	height: 24px;
}

div.container_gf2{
	width: 400px;
	margin: 0 0 0 0;
	height: 420px;
	background: #ffffff;
}

div.container_gf2_edit{
	width: 500px;
	margin: 0 0 0 0;
	height: 420px;
	background: #ffffff;
}

div.topbutton {
	position: absolute;
	margin-top: -35px;
	margin-left: 870px;
}

tr.header {
	margin: 0px 0px 0px 0px;	
}

tr.header td {
	color: #3a3a3a;
	font-weight: bold;
}
input.edit {
	font-size: 10pt;
	font-weight: normal;
	width: 200px;
	border: solid 1px #3a3a3a;
	padding: 0 1px 0 1px;
	margin: 0 0 1px 0; /* was 5px */
	line-height: 20px;
	height: 20px;
	color: #515151;
	font-family: Helvetica, Arial;
}