/* CSS Document */
html,body {
	font: 9pt Arial,sans-serif;
  background: #484848;
  color: #FFF;
	margin: 0;
	padding: 0;
	behavior:url("/resource/csshover.htc");
}

div.main {
	margin: 0 15px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

img {
	display: block;
}

div.contentbox {
	background-color: #FFF;
	color: #000;
	width: 580px;
}

a:link, a:visited {
	color: #712182;
}

a:hover {
	color: #FF0000;
}

/* styles for table listings, new style */
table.stdlist {
	color: #778497;
	font-style: normal;
	background-color: #6E6E6E;
}
th.stdlist {	
	font-size: 9pt;
	font-weight: bold;
	background-color: #0099CC;
	color: #FFFFFF;
}
td.stdlist {
	font-size: 8pt;
	background-color: #FFCC99;
	color: #000;
}
td.stdlist_yellow {
	font-size: 8pt;
	background-color: #FFFF33;
	color: #000;
}
td.stdlist_green {
	font-size: 8pt;
	background-color: #00CC00;
	color: #000;
}
td.stdlist_top {
	font-size: 8pt;
	background-color: #0099CC;
	color: #FFFFFF;
}
.stdlist_top:link, .stdlist_top:visited, .stdlist_top:active {
	font-size: 8pt;
	color: #FFFFFF;
}

.stdlist_top_mouseover {
	background-color: #33CCFF;
	cursor: pointer;
}

.errormessage, .noticemessage {
	float: left;
	border: 1px solid #8ec575;
	padding: 5px 5px 5px 25px;
	margin: 10px 0 5px 0;
}

/* class to define the style of error messages */
.errormessage {
	color: red;
	background: #E5EFE0 url('/resource/images/error.png') 5px 5px no-repeat;
}

/* class to define the style of notice messages */
.noticemessage {
	color: green;
	background: #E5EFE0 url('/resource/images/check.png') 5px 5px no-repeat;
}

/* general class for input textfields */
.textfield, select {
  background-color: #FFFFFF;
	border: 1px solid #000;
	font-size: 8pt;
	margin: 2px;
	padding: 1px;
}
.textfieldDisabled {
    background-color: #CCCCCC;
	border: 1px solid #000;
	font-size: 8pt;
}

/* general class for buttons */
.button {
	font-size: 8pt;
}

/* general class for titles */
.title, h1 {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #712182;
}

h2 {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #812182;
}

/* for select boxes */
.selectbox {
    background-color: #FFF;
    border: 1px solid #000;
    font-size: 8pt;
    margin: 1px 5px 0 5px;
}

.tableRow1 {
	color: #778497;
	background-color: #D5E1F2;
}
.tableRow2 {
	color: #778497;
	background-color: #E0E7EF;
}
.tableRow1:hover, .tableRow2:hover {
	background-color: #DEFFCF;
}

#searchSmall {
	background-color: #9EABC3;;
	margin: -4px -4px 0 -4px;
	padding: 2px 5px;
	height: 22px;
}

#searchSmall select, #searchSmall input {
	margin: 1px 0 0 0;
}

/* FORM VALIDATION */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
.msg-error {
	position: relative;
	padding: 0 10px 0 10px;
	background-color: #FFC0AF;
	border: 1px solid #FF3300;
	color: #F00;
	font-weight: normal;
	display: inline;
	bottom: 5px;
}
.msg-error-block {
	padding: 0 10px 0 10px;
	background-color: #FFC0AF;
	border: 1px solid #FF3300;
	color: #F00;
	font-weight: normal;
	margin-left: 135px;
}

fieldset {
	padding: 0;
	margin-bottom: 0;
	border: 0;
}

label {
	font-weight: bold;
	width: 120px;
	float: left;
	margin: 1px;
	padding: 2px 5px 2px 5px;
	background-color: #A1B1CA;
}

br{
	clear: left;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

/*
wordt niet meer gebruikt ?? (14-07-06)
#postresult {
	border: 1px solid #8ec575;
	background-color: #E5EFE0;
	float: left;
	padding: 10px;
	margin: 10px 0 10px 0;
}
*/


#breadcrumbs {
	float: left;
	color: #113768;
	border: 1px solid #7F93AE;
	background: #D5E1F2;
	padding: 1px 5px ;
	margin: 3px 0;
}
#breadcrumbs a {
	color: #113768;
}
#breadcrumbs a:hover {
	color: #DD300F;
}

#buttonbar {
	border: 1px solid #7F93AE;
	background: #D5E1F2;
	margin: 1px -4px 0 -4px;
	padding: 2px 5px;
	height: 18px;
}
#buttonbar a {
	color: #113768;
}
#buttonbar a:hover {
	color: #DD300F;
	text-decoration: none;
}

.infobox {
	font-size: 8pt;
	border: 1px solid  #484848;
	margin: 0px 1px 10px 1px;
	background: #CDC2CF;
	padding: 5px;
}

#loginform a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#loginform a:hover {
	color: #C0CCD2;
}

ul, table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.boxtitle {
	position: relative;
	padding: 0;
	margin: 0 5px 5px 25px;
}

div.boxtitle h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
div.boxtitle h2 {
	float: left;
	margin: 0 0 0 10px;
}
.bluerow1 {
	/*background: #899ab2;*/
	border: 1px solid #5D5D5D;
}
.bluerow2 {
	/*background: #A8B9CF;*/
	border: 1px solid #5D5D5D;
}
.row1 {
	/*background: #899ab2;*/
	border: 1px solid #5D5D5D;
}
.row2 {
	/*background: #A8B9CF;*/
	border: 1px solid #5D5D5D;
}
.yellowrow {
	background: #ddd697;
	border: 1px solid #A38005;
}


/* deprecated styles */

div.spacer {
	clear: both;
}

#menu a, #menu a:visited, #menu div.button_text {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #cdb9d2;
}
div.boxtitle_text {
	font: 10px verdana;
	margin: 6px 0;
	font-weight: bold;
	text-align: center;
}
div.footer_text {
	font: 10px verdana;
	margin: 6px 0;
	font-weight: bold;
	text-align: center;
}

.button_image {
	width: 49px;
	height: 19px;
	float: left;
	margin: 2px;
	background-position: bottom;
}
.button_image:hover {
	background-position: top;
}