/* @charset "utf-8"; */
/* CSS Document */

BODY { 
	margin: 0px;
	background:#0051ba;
}
@media screen {
	div.printonly {
		display:none;
	}
	div.screenonly {
		display:block;
		background:none;
	}
	td {
		color: #EEEEEE; 
	}
	table.fullsize {
		height:100%;
		width:100%;
	}
}
@media print {
	div.printonly {
		display:block;
	}
	div.screenonly {
		display:none;
		background:none;
	}
	td {
		color: #111111; 
	}
}
@media all {
	div.invisible {
		display:none;
	}
}



TD{ 
	font-family: verdana; 
	font-size: 10pt; 
}

TD#header { 
	background-image: url('images/header.jpg'); 
	background-repeat: repeat-x; 
}
TD#content { 
	padding: 10px; 
}
TD.menu { 
	color: #0051ba; 
}
A.menu { 
	color: #0051ba; 
	font-weight: bold; 
	text-decoration: none; 
}
A { 
	color: #b2e2f9; 
}
IMG { 
	margin: 10px; 
}
IMG.nomargin {
	margin: 0px; 
}
table.aanvraagHeader {
	width:100%;
}
th.planning {
	text-align:center;
	border-bottom: solid 1px #ffffff; 
	width:128px;
}
td.nawdeliver {
	text-align:right;
}

td.deliver {
	text-transform:uppercase;
	font-weight:bold;
	color:#66FFFF;
}
tr.weekselected {
}
tr.weeknotselected {
}
td.weeknr {
	height:40px;
}
td.vrij {
	background:lime;
	border:1px solid navy;
}
td.bezet {
	background:red;
	border:1px solid navy;
}
td.optie {
	background:yellow;
	border:1px solid navy;
}
td.weekselectedvrij {
	background:lime;
	border:1px solid blue;
}
td.weeknotselectedvrij {
	background:lime;
	border:1px solid navy;
}
td.weekselectedbezet {
	background:red;
	border:1px solid blue;
}
td.weeknotselectedbezet {
	background:red;
	border:1px solid navy;
}
td.weekselectedoptie {
	background:yellow;
	border:1px solid blue;
}
td.weeknotselectedoptie {
	background:yellow;
	border:1px solid navy;
}
table.list {
/*	border:#2A0000 thin solid; */
	border: none;
	width:100%;
}
table.list caption {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:2px 2px 10px 2px;
}
table.list tr {
}
table.list td {
/*	border-bottom:#2A0000 thin solid; */
	border: none;
	padding:0px;
	margin:0px;
	border-bottom:dotted 1px white;
	height:20px;
/*	border-top:#2A0000 thin solid;*/
}
table.list td.input {
	border:none;
	border-bottom:none;
}
table.list td.title {
	font-weight:bold;
}
table.list td.pacer {
	border:none;
	border-bottom:none;
}
table.list tfoot tr {
	border: none;
}
table.list tfoot td {
	border: none;
	text-align:center;
	font-weight:bold;
}
textarea.bijzonderheden {
	width: 600px;
}
table.ondertekening {
	margin-bottom:20px;
	border:none;
}
table.ondertekening caption {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	height: 30px;
}
table.ondertekening tr {
	height: 50px;
}
td.line {
	border-bottom:#010400 solid medium;
}
span.disclaimer {
	font-size:9px;
}
input.text {
	width:200px;
}
input.postcode {
	width:60px;
}
input.plaats {
	width:129px;
}
input.grootte {
	width:60px;
}
input.button {
	width:100px;
	padding: 10px;
	margin: 10px;
}


