@import "style.css";

body {
	background: #909090;
	background-image: none;
}
a, .paging a {
	color: #898989;
	text-decoration: none;
}
a:hover {
	color: #FF1212 !important;
}

#header {
	position: absolute;
	height: 100px;
	top: 2px;
	left: 2px;
	width: 1012px;
	background: url('../images/logo.jpg') 790px 35px no-repeat;
}

#header #gebruiker, #header #headerLinkjes {
	text-align: right;
	background: #dbdbdb;
	line-height: 18px;
}

#header #headerLinkjes a {
	text-decoration: none;
	color: #898989;
}

#kolom1 #kol1head1 {
	background: #E5F169;
}

#kolom1 #kol1head1 span + span {
	border-left: 1px solid gray;
}

input.button , input.buttonSmall {
	text-transform: uppercase;
	border: 1px solid #898989;
	background: #bbb url(../images/button.png) top repeat-x;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	line-height: 1.2em;
	padding: 0 0.5em;
	height: 16px;
}

input.button:hover, input.buttonSmall:hover {
	background: url(../images/buttonHover.png) repeat-x;
	color: white;
}
input.button.knopGroen:hover {
	background: url(../images/buttonHoverGreen.png) repeat-x;
	color: #666;
}

.kolomScrollerTab {
	background: none;
}

.kolomHeader a.selected {
	color: black;
}

.editors {
	background-color: #d8e463;	
	font-size: inherit !important;
}
.editors a {
	color: #888 !important;
}
.editors a.selected {
	color: black !important;
}
.editors a.selected, .tabberlive {
	background-color: #f2f8b3 !important;
}
.tabberlive ul.tabbernav li a {
	color: #898989;
}
.tabberlive ul.tabbernav li.tabberactive a {
	color: black;
}
.editors a.selected:hover {
	color: #FF1212 !important;
}
#searchresult_table th {
	background: #ff8f30;
}
div.wicket-tree .row-selected {
	background: #e8e8e8 !important;
}
div.wicket-tree a {
	color: black !important;
}
#wrapper {
	border-left: none;
	border-right: none;
}
.errorlabel {
	background: #4aa2fc url(../images/icoError.png) no-repeat 25px 50%;
	color: white;
}

/* LOGIN */
table.login {
    width:210px;
    height:160px;
    background-color:#DBDBDB;
}

table.login td {
    font-size:11px;
    color:#666;
    padding-left:45px;
    padding-right:45px;
}

table.login input {
    width:100%;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px inset #bbb;
	line-height: 1em;
	width: 10.5em;
}

table.login input.button {
	text-transform: uppercase;
	border: 1px solid #898989;
	background: #bbb url(../images/button.png) top repeat-x;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	line-height: 1.2em;
	padding: 0 0.5em;
	height: 16px;
}

.errorlabel.loginerror {padding-left: 55px;}
.loginerror ul {padding-left:0px;}
.loginerror span {display:block; width: 120px;}
