

body {
	background-color: white;
	color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 1px;
}


a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
}

form, img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


div.main {
	margin-left: auto;
	margin-right: auto;
}


div.logo {
	padding-top: 32px;
}

div.menu {
	margin-top: -2px;
	color: white;
}

div.content {
	margin: 3px;
}

div.assessment {
	min-height: 290px;
	height:auto !important;
	height:290px;
}


a.menuitem, a.menuitem:visited,
a.menuitem2, a.menuitem2:visited {
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
}


a.menuitem:hover, a.menuitem2:hover {
	text-decoration: none;
}

div.footer {
	text-align:right;
	padding-right:16px;
	margin-bottom:16px;
	color: white;
}

td.field_name {
	font-weight: bold;
	width: 80px;
}

td.field_error {
	display: none;
	font-weight: bold;
	color: red;
}

.button			{cursor:pointer;font-family: Verdana, Arial, sans-serif;color: black;font-size: 6.5pt}
.imagebutton	{cursor:pointer;font-family: Verdana, Arial, sans-serif;color: black;font-size: 8pt;}
.checkbox		{cursor:default;font-family: Verdana, Arial, sans-serif;color: black;font-size: 8pt;margin:0;}
.radiobutton	{cursor:default;font-family: Verdana, Arial, sans-serif;color: black;font-size: 8pt;}
.combobox		{cursor:default;background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.textfield		{background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.textarea		{background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.datum			{cursor:default;background:#FFFFFF;font-family: Verdana, Arial, sans-serif;color:black;font-size: 8pt;border:1px #ccc solid;}

input[type="radio"] { width:14px;height:14px; }


a.next, a.next:hover {
	height: 16px;
	text-decoration: none;
	font-weight: bold;
}


table.balans	{
	font-size: 12px;
}

td.balans_kop	{
	background-color: black;
	color: white;
	text-align: center;
}

td.balans_links	{
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

td.balans_rechts	{
	border-style: solid;
	border-color: black;
	border-width: 1px;
}


td.balans_groep	{
	vertical-align: top;
	width: 100px;
}


td.balans_groep2	{
	vertical-align: top;
	width: 200px;
}

td.balans_tekst	{
	font-style: italic;
}

td.balans_item	{
	vertical-align: top;
	text-align: right;
	width: 20px;
}


td.balans_totaal	{
	width: 20px;
	vertical-align: top;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: black;
}



td.order_selected {
	background-color: #dddddd;
	border-style: none;
	font-size: 11px;
}

tr.order	{
	border-style: none;
}

td.order	{
	border-style: none;
	font-size: 11px;
}


span.help:hover div {
	display:block !important;
	width:220px;
	padding:4px;
	border:1px solid #777;
	position:absolute;
	background-color:white;
	line-height:16px;
}

p.warning {
	color: black;
	font-weight: bold;
	padding: 8px;
	
	background-color:#E5B7BA;
	border:1px solid red;
}

.number {
	width: 50px;
	height: 25px;
	padding: 2px;
	text-align: center;
	margin-right: 15px;
	vertical-align: center;
	font-size: 18px;
}

.number-error {
	border:1px solid red;
}


form[name="investeringsmeter"] input[type="image"]{
    width: 1vw;
}

