body {
    padding: none;
    background: white;
    font-family: tahoma, verdana;
    margin:0;
    font-size:13px;
}

img {
	border: none;
}

#bar {
    background: #ECE9D8;
    border: 1px solid;
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    cursor: default;
    position: absolute;
	top:0px;
	left:0px;
	width:99%;
	display: block;
}
* html #bar /* Override above rule for IE */
{
 position: absolute;
 TOP: expression(offsetParent.scrollTop);
 LEFT: expression(offsetParent.scrollLeft);
}

p {
    font-family: georgia, tahoma, verdana;
    font-size: 11px; margin: 2em;
}

.XulMenu {
    font-family: georgia, tahoma, verdana;
    font-size: 11px;
    moz-user-select: none;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
    padding: 5px 6px 4px 6px;
    border: 1px solid #ECE9D8;
    color: #000000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .button:hover {
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ffffff;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #000000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 1;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
}
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    position: absolute;
    visibility: hidden;
    z-index: -10;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */

body h1 {
	margin-top:30px;
}

h1 {
    width:100%;
    color: #ada57b;
    margin:0;
    font-size:23px;
    border-bottom: 1px dashed olive;
    padding-left:10px;
    margin-bottom: 5px;
}

body#popup h1 {
	margin-top: 0;
}

h1 a {
    padding-left:20px;
    font-size:14px;
    color: black;
    text-decoration: none;
}

h2 {
	color: #814928;
	font-size: 18px;
	margin: .5em 0;
}

a {
	color:black;
}

a:hover {
    text-decoration: underline;
}

div.box {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	text-align:center;
	align:center;
	overflow: clip;
	padding-bottom: 15px;
}

div.box_highlight {
	background: #E4EEE5;
}

div.box h1 {
	margin-top:0px;
	padding:0px;
	background-color: #d09f6c;
	color: white;
	border-bottom: none;
	font-size:13px;
	padding-bottom:4px;
	display:block;
	overflow: clip;
}

div.box h2 {
	margin-top:0px;
	margin-bottom: 2px;
	padding:0px;
	background-color: #a6967e;
	color: white;
	border-bottom: none;
	font-size:12px;
	padding-bottom:2px;
	display:block;
	overflow: clip;
}

div.box h3 {
	margin-top:0px;
	margin-bottom: 2px;
	padding:0px;
	background-color: #EEEEEE;
	color: gray;
	border-bottom: none;
	font-size:12px;
	padding-bottom:2px;
	display:block;
	overflow: clip;
}

form.objform, table.objform {
	margin-left:10px;
	text-align:center;
	padding-bottom:10px;
}

form.objform table td {
	margin-left:10px;
	text-align:left;
	font-size:12px;
}

form.objform table td.form_left {
	font-size:12px;
}

table.objform td {
	text-align:left;
	padding: 2px;
	font-size:12px;
}

table.objform td.row1 {
	text-align:left;
	background: #ece9d8;
}
table.objform td.row2 {
	text-align:left;
	background: #cecab5;
}

div.msg_normal {
	padding:3px;
	background-color:#F9F7E3;
	font-size:15px;
	font-weight:bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:3px solid olive;
	border-right:3px solid olive;
	color:black;
	margin-bottom:5px;
}

div.msg_error {
	padding:3px;
	background-color:maroon;
	font-size:15px;
	font-weight:bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:3px solid red;
	border-right:3px solid red;
	color:white;
	margin-bottom:5px;
}

div.msg_error a {
	color: white;
}

div.msg_warning {
	padding:3px;
	background-color:maroon;
	font-size:13px;
	font-weight:bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:3px solid red;
	border-right:3px solid red;
	color:white;
	margin-bottom:5px;
}

table.list {
	margin-top:10px;
	border:1px solid olive;
}

table.list th {
	text-align: center;
	font-size:11px;	
}

table.list td {
	font-size:11px;
	text-align: left;
}
table.list td, th a{
	color:black;
}

div.objectRef {
	width:97%;
	border:1px solid gray;
	padding-left:4px;
	font-size:13px;
}

input, textarea, select {
	border:1px solid gray;
	background-color: #FEFEFA;
	padding-left:2px;
	font-size:12px;
	z-index: 100;
}

span.note {
	font-size:11px;
	color: gray;
}

div.listActions {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    visibility:hidden;
    position: absolute;
    z-index: 10;
}

a.listAction {
    line-height: normal;
    padding: 5px 6px 4px 6px;
    color: #000000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    text-align:left;
}

a.listAction:hover {
	background: #316AC5;
    color: white;
    text-decoration: none;
}

table.dyngrid {
    background: white;
    border:1px solid #DDDDDD;
}

table.dyngrid th {
    padding-left:5px;
    border-bottom: 1px solid black;
    background:#EEEEEE;
}

table.dyngrid td {
    padding-left:3px;
    background:#FBFBF9;
}

div.dottedbox {
	background:white;
	border: thin outset white;
}

table.wbtable td {
	text-align:left;
	font-size:13px;
}

span.message {
	font-weight:bold;
	font-size:13px;
}

tr.row_1 td {
    background:#ece9d8;
}
tr.row_2 td {
    background:#cecab5;
}

input.submit {
	font-weight:bold;
	font-size:14px;

}

a.selectedIndex {
	border: 1px solid gray;
	padding:3px;
	background:white;
}

a.productgrouplink {
	display: block;
	text-decoration:none;
}

a.productgrouplink:hover {
	display: block;
	text-decoration:underline;
	color: maroon;
}

a.productgrouplink_selected {
	font-weight:bold;
	display: block;
	text-decoration:none;
}	

td.productgrouplist {
	background: #ECE9D8;
	border: 1px solid olive;
}

input.submitbutton, button.submitbutton {
	border: 2px outset #DDDDDD;
	font-weight: bold;
	font-size:14px;
	color: #206D11;
	background: #eeeeee;
}

pre {
	text-align:left;
}

div.box h1 a {
	color: white;
	font-size:13px;
	text-decoration: underline;
}

div.autocompleter {
	position: absolute;
	background: #F3F3F3;
	border:1px solid gray;
	display: none;
	padding: 5px;
}

#navcontainer {
	list-style-type: none;
	text-align: center;
	padding: 0;
	z-index: -2;
}

#navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 5px;
	z-index: 100;
}

#navcontainer li a {
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}

#navcontainer li a:hover {
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

#navcontainer li a.current	{
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

div.formsection {
	border: 1px solid #DDDDDD;
	margin: 5px;
	margin-top: -20px;
	padding: 5px;
	padding-top: 20px;
}

table.simplegrid {
	border-collapse: collapse;
	border: 1px solid gray;
	background: white;
}

table.simplegrid td {
	border: 1px solid #DDDDDD;
	padding: 5px;
	text-align: left;
}

table.simplegrid th {
	border: none;
	border: 1px solid #DDDDDD;
	padding-left: 5px;
}


div.persoonfiche {
	border: 2px solid black;
	text-align: left;
}

div.persoonfiche div.titel {
	background: orange;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	padding: 2px;

}

div.persoonfiche div.nav {
	background: black;
	border-bottom: 1px solid black;
}

div.persoonfiche div.nav a {
	color: white;
	display: block;
	padding: 4px;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 5px;
}
div.persoonfiche div.nav a.selected {
	background: orange;
	color: black;
}

div.persoonfiche div.content {
	padding: 5px 5px 10px 10px;
	text-align: left;
}

div.persoonfiche div.subnav {
	background: white;
	border-bottom: 1px solid gray;
}

div.persoonfiche div.subnav a {
	color: orange;
	display: block;
	padding: 4px;
	font-size: 14px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 5px;
}
div.persoonfiche div.subnav a.selected {
	font-weight: bold;
}

div.persoonfiche div.box {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	overflow: clip;
	padding-bottom: 10px;
}

div.persoonfiche div.box h1 {
	margin-top:0px;
	padding:0px;
	background-color: #d09f6c;
	color: white;
	border-bottom: none;
	font-size:13px;
	padding-bottom:4px;
	display:block;
	overflow: clip;
	text-align: left;
	
}

div.persoonfiche div.box h2 {
	margin-top:0px;
	margin-bottom: 2px;
	padding:0px;
	background-color: #a6967e;
	color: white;
	border-bottom: none;
	font-size:12px;
	padding-bottom:2px;
	display:block;
	overflow: clip;
	text-align: left;
}

div.persoonfiche div.box div.boxcontent {
	padding: 10px;
	text-align: left;
}


table.contactfiche td {
	vertical-align: top;
}

table.contactfiche td.contacttitel {
	font-size: 17px;
	font-weight: bolder;
	border-bottom: 1px solid gray;
}

table.contactfiche .fieldlabel {
	color: maroon;
	padding: 3px;
}

table.contactfiche td.fieldlabel {
	width: 75px;
	vertical-align:top;
}

table.contactfiche td.fieldinput {
	white-space: nowrap;
}

table.contactfiche td.valuefield {
	border: 1px solid #DDDDDD;
	padding: 0px 5px 0px 5px;
}

table.borderless td {
	border: none;
}

.borderless-children td {
	border: none !important;
}


hr {
	height: 1px;
	background-color: black;
	color: black;
	margin-top: 5px;
	margin-bottom: 10px;
	border: none;
}


/* Generic Forms */

table.form-table {
}

table.form-table td {
	vertical-align: top;	
}

table.form-table td.form-label {
	/*color: #444;*/
	color: black;
	padding-right: .3em;
}

table.form-table td.form-cell {
	padding-bottom: .4em;	
	padding-left: 0;
}


/* Super-Multi-Select */

div.super-multi-select-left, div.super-multi-select-right {
	border: 1px solid gray;
	overflow: auto;
	min-height: 200px;
	min-width: 100px;
}

div.super-multi-select-left a, div.super-multi-select-right a {
	display: block;
	width: 97%;
	margin: 3px;
	border-bottom: 1px solid #EEE;
	text-decoration: none;
}

div.super-multi-select-left a {
	color: #888;
}

div.super-multi-select-right a {
	color: #555;
}


/* Scriptaculous Auto-Complete */

div.autocomplete {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:20px;
	cursor:pointer;
}

img.action-image {
	cursor: pointer;
	margin-right: 3px;
}

.centered {
	margin-left: auto !important;
	margin-right: auto !important;
}

span.warning {
	color: red;
}

.fullwidth {
	width: 100%;
}

.spacechildren * {
	margin-bottom: .3em;
}

tr.red td {
	background: #E72424;
	color: white;
}

a.level0 {
	color: #745d00;
}

a.level1 {
	color: #7988b8;
}

a.level2 {
	color: #359E44;
}

a.level3 {
	color: #745d00;
}

a.level4 {
	color: #7988b8;
}

a.level5 {
	color: #359E44;
}

a.level6 {
	color: #745d00;
}

a.level7 {
	color: #7988b8;
}

/* Jaar index styles */
table.monthlistindex {
	margin: .5em auto;
	border: 1px solid #931717;
	border-collapse: collapse;
}

table.monthlistindex td {
	border: 1px solid #DDD;
}

table.monthlistindex td a {
	text-decoration: none;
}

table.monthlistindex tr.title td {
	padding-left: .5em;
	padding-right: .5em;
}

table.monthlistindex tr.title * {
	font-size: 11px;
}

table.monthlistindex tr.title td span.actions {
	float: left;
}

table.monthlistindex tr.title td span.actions a {
	margin-right: 1em;
	color: 
}

table.monthlistindex tr.title td span.title {
	float: right;
}

table.monthlistindex tr.year-index {
	text-align: left;
	height: 20px;
}

table.monthlistindex tr.year-index td.year-label {
	font-weight: bold;
	background: white;
}

table.monthlistindex tr.year-index td {
	padding-left: .5em;
	padding-right: .5em;	
}


table.monthlistindex tr.year-index td.empty a {
	color: #DDD !important;
}

table.monthlistindex tr.year-index td.selected {
	background: #D8C194;
}

table.monthlistindex tr.year-index td.selected a {
	color: white;
}

table.monthlistindex tr.year-index td.currentmonth {
	background: #EEE;
}

input.checkbox {
	border: none;
}

div.error, div.message, li.error {
    background: #ffffcc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}

/* use a different color for the errors */
div.error, li.error {
    border: 2px solid red;
}

.link {
	cursor: pointer;
	text-decoration: underline;
}

table.center-cells td {
	text-align: center !important;
}

div.sticky-note {
	background: #ffffda;
	border: 1px solid #ece9d8;
	padding: .5em;
	margin: .5em 1em;
}

div.sticky-note-title {
	border-bottom: 1px solid #CCC;
}