﻿body {
	background: url('images/background.jpg');
	background-color: #413F3D;
	color: #C4C4C4;
	font: 11px Tahoma, Arial, Helvetica, Geneva, Sans Serif;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
}
body table {
	font-size: 100%;
}
.content {
	text-align: left;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
h1 {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin-bottom: 0;
}
.navbar_link a:link {
	color: #fff;
	text-decoration: none;
}
.navbar_link a:visited {
	color: #fff;
	text-decoration: none;
}
.navbar_link a:hover {
	color: #f90;
	text-decoration: none;
}
.left {
	font-size: 11px;
	height: 450px;
	width: 350px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #14130d;
}
.middle {
	font-size: 10px;
	font-weight: normal;
	height: 500px;
	width: 200px;
	border: 2px solid #fff;
	background: #000;
}
.right {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 450px;
	width: 350px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #14130d;
}
.navbar {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1pt;
	height: 18px;
	background: url('images/bar.jpg') repeat-x left top;
	padding-left: 8px;
}
.navbar h1 {
	/* ie margin: -8px 0 0 0; */
	margin: 0 0 0 0;
	padding: 0 2px 2px 0;
	vertical-align: text-top;
}
.header {
	font-size: 11px;
	font-weight: bold;
	color: #c69;
	padding-bottom: 7px;
}
.prijs {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-top: 0;
}
#more {
	font: normal 11px Arial, Helvetica, Geneva, Sans Serif;
}
.line {
	border-bottom: 1px dotted #999;
	padding-bottom: 7px;
}
.field_grey {
	font-size: 10px;
	color: #666;
	border: 1px outset #c0c0c0;
}
.textbox {
	font-size: 10px;
	color: #000080;
	border: 1px solid #ccc;
}
.textbox_grey {
	font-size: 10px;
	color: #000080;
	border: 1px solid #ccc;
	background: #f3f3f3;
}
.textbox_update {
	font-size: 10px;
	color: #fff;
	border: 1px solid #ccc;
	background: #347dab;
}
.textbox_delete {
	font-size: 10px;
	color: #fff;
	border: 1px solid #ccc;
	background: #952f2d;
}
.textbox_add {
	font-size: 10px;
	color: #fff;
	border: 1px solid #ccc;
	background: #2b932a;
}
.ComboBox {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}
.buttonGreen {
	border: 1px dotted #C0C0C0;
	background: #000000;
	font: 10px Verdana, Arial, Helvetica;
	color: #00FF00;
}
.buttonRed {
	border: 1px dotted #C0C0C0;
	background: #000000;
	font: 10px Verdana, Arial, Helvetica;
	color: #FF0000;
}
.small {
	font-size: 10px;
	color: black;
}
.p-tablestyle1 .p-content4 {
	font-size: 11px;
	padding: 4px 0 4px 10px;
}
input {
	font: 110% Verdana, Arial, Helvetica, Geneva, Sans Serif;
}
textarea {
	font: 110% Verdana, Arial, Helvetica, Geneva, Sans Serif;
}
select {
	font-size: 110%;
}
td {
	font-size: 100%;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul li {
	margin-left: -24px;
}
ol li {
	margin-left: -10px;
}
.result_plain {
	font-size: 10px;
}
.result_grey_plain {
	font-size: 10px;
	color: #fff;
	background: #6b6d6b;
}
.result_grey_bold {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #6b6d6b;
}
.result_light_grey_bold {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #ccc;
}
.result_red_bold {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #f00;
}
.result_dark_red_bold {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #c00;
}
.result_black_bold {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
}
.table_dot_orange {
	border-collapse: collapse;
	border: 3px dotted #ff8c40;
}
.table_dot_red {
	border-collapse: collapse;
	border: 3px dotted red;
}
a:link {
	color: #f90;
	text-decoration: none;
}
a:visited {
	color: #f90;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
.header a:link {
	color: #c69;
	text-decoration: none;
}
.header a:visited {
	color: #c69;
	text-decoration: none;
}
.header a:hover {
	color: #c69;
	text-decoration: underline;
}
body.p-printversion {
	background: #fff;
}
body.p-popup {
	background: #fff;
	margin: 17px;
}
a.p-robots {
	display: none;
}
.p-dotted {
	padding: 1px;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 100%;
}
