td#page_container {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

form {
	margin: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

input, select, textarea {
	margin: 3px;
	padding: 1px 2px;
	border: 1px solid #669900;
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

input[type="text"].label, input[type="text"].label:focus,
input.label, input.label:focus,
textarea.label, textarea.label:focus {
	margin: 0px;
	padding: 0px 0px;
	border: 0px none #669900;
	background: transparent;
	color: #000000;
	font-weight: bold;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
	border: 1px solid #990000;
	background: #ffff99;
	color: #000000;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	margin: 3px;
	padding: 3px 4px;
	border: 1px solid #669900;
	background: #ffff99;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus,
input[type="button"].toggle:focus, input[type="submit"].toggle:focus, input[type="reset"].toggle:focus {
	border: 1px solid #990000;
	background: #669900;
	color: #ffff99;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
input[type="button"].toggle:hover, input[type="submit"].toggle:hover, input[type="reset"].toggle:hover {
	border: 1px solid #ffff99;
	background: #669900;
	color: #ffff99;
}

input[type="button"][disabled], input[type="submit"][disabled], input[type="reset"][disabled] {
	display: none;
	visibility: hidden;
}

input[type="button"].toggle, input[type="submit"].toggle, input[type="reset"].toggle {
	margin: 1px;
	padding: 1px 2px;
	font-size: 9px;
}

input.logout {
	margin: 1px;
	padding: 2px 1px;
	border: 1px solid #669900;
	background: #ffff99;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input.calendar {
/*	height: 20px;*/
	margin: 0px;;
	padding: 0px 0px;
	border: 1px solid #669900;
	font-size: 10px;
}

input.error, select.error, input.error:focus, select.error:focus {
	border: 1px solid #990000;
	color: #FFFFFF;
	background-color: #CC0000;
}

select.filter_active, input.filter_active {
	background-color: #CC0000;
	color: #FFFFFF;
}

select.filter_inactive, input.filter_inactive {
	background-color: #FFFFFF;
	color: #000000;
}

td#header_container {
	/*height: 46px;*/
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
	background-color: #ffff99;

	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


td#body_container {
	height: auto;
	margin: 0px 2px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: visible;
}

td#topmenu_container {
	border: 1px solid #999999;
	margin: 0px;
	margin-bottom: 2px;
	line-height: 23px;
	/*height: 24px;*/ /* FOR IE */
	padding: 5px 2px;
	background-color: #ccffff;
}

td#feedback_container {
	margin: 10px;
	border: 0px solid #999999;
	margin: 0px;
	margin-bottom: 2px;
	padding: 2px;
	padding-top: 3px;
	/*background-color: #99ccff;*/
	text-align: center;
}


td#errors_start {
	display: block;
	border: 1px solid #990000;
	background-color: #ffff99;
	margin: 2px 0px;
	padding: 1px 3px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td#errors_process {
	display: block;
	width: auto;
	border: 1px solid #990000;
	background-color: #ffff99;
	margin: 2px 0px;
	padding: 1px 3px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td#messages {
	display: block;
	width: auto;
	border: 1px solid #990000;
	background-color: #ffff99;
	margin: 2px 0px;
	padding: 1px 3px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

td#content_container {
	margin: 5px;
	padding: 2px;
	margin-bottom: 10px;
	text-align: left;
}

a#menuitem:link, a#menuitem:active, a#menuitem:visited {
	display: inline;
	border: 1px solid #669900;
	margin: 3px;
	padding: 3px 4px;
	background-color: #ffffff;
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a#menuitem:hover {
	color: #ffffff;
	background-color: #336600;
	text-decoration: underline;
}

table#itemform tr th, table#itemform tr td {
	white-space: nowrap;
}

table#itemform thead tr th {
	color: #990000;
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #000000;
}

table#itemform tr th.label, table#itemform tr td.label {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border-top: 0px none #000000;
}

table#itemform tr td.error {
	font-weight: bold;
	color: #990000;
}

table#itemform tr td#buttons {
	text-align: center;
}

table.itemlist {
	border: 0px none #99ccff;
}

table.itemlist td#buttons {
	width: 180px;
}

table.itemlist thead {
	background-color: #ffffff;
}

table.itemlist thead#pagination {
	background-color: transparent;
}

table.itemlist thead#list_options {
	text-align: right;
}

table.itemlist thead th a:link, table.itemlist thead th a:active, table.itemlist thead th a:visited {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

table.itemlist thead th a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

table.itemlist thead th {
	border: 0px none #99ccff;
	margin: 3px 8px;
	padding: 1px 5px;
/*	background-color: #ffffff;*/
	background-color: #bbbbbb;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

table.itemlist thead#list_options th {
	background-color: #ffffff;
}

table.itemlist tbody td {
	border: 0px none #99ccff;
	margin: 3px 8px;	padding: 3px 5px;	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	border-bottom: 1px solid #bbbbbb;
}

a.itemlist:link, a.itemlist:active, a.itemlist:visited {
	display: inline;
/*
	border: 1px solid #669900;
	margin: 3px;
	padding: 1px 4px;
	background-color: #ffffff;
*/
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.itemlist:hover {
	color: #ffffff;
	background-color: #336600;
	text-decoration: underline;
}

div.pagenumbers {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

div.pagenumbers a.pagenumber:link, div.pagenumbers a.pagenumber:active, div.pagenumbers a.pagenumber:visited {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

div.pagenumbers a.pagenumber:hover {
	text-decoration: underline;
}

a.invoice {
	margin: 3px;
	padding: 1px 10px;
	border: 1px solid #669900;
	background: #ffff99;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.invoice:focus {
	border: 1px solid #990000;
	background: #669900;
	color: #ffff99;
}

a.invoice:hover {
	border: 1px solid #ffff99;
	background: #669900;
	color: #ffff99;
}

option.shown {
	display: list-item;
	visibility: visible;
}

option.hidden {
	display: none;
	visibility: hidden;
}

thead.shown, tbody.shown {
	display: table-row-group;
	visibility: visible;
}

thead.hidden, tbody.hidden {
	display: none;
	visibility: hidden;
}

td.shown {
	display: table-cell;
	visibility: visible;
}

td.hidden {
	display: none;
	visibility: hidden;
}

tr.shown {
	display: table-row;
	visibility: visible;
}

tr.hidden {
	display: none;
	visibility: hidden;
}

div.shown {
	display: inline;
	visibility: visible;
}

div.hidden {
	display: none;
	visibility: hidden;
}

div.uitleg {
	display: inline;
	font-size: 9px;
	font-style: italic;
}
