body {
    background: url("/templates/default/images/background_html2.jpg") no-repeat scroll center top transparent;
    color: #D5D5D5;
    font: 11pt "Lucida Grande",Lucida,Verdana,sans-serif;
    margin: 0 0 20px;
}

#wrap {
    background: radial-gradient(ellipse farthest-corner at center center , #565656 33%, #262626 72%, #000000 100%) repeat scroll 0 0 transparent;
    font-size: 9pt;
    margin: 0 auto 80px;
    overflow: visible;
    position: relative;
    width: 960px;
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgb(86, 86, 86) 33%, rgb(38, 38, 38) 72%, rgb(0, 0, 0) 100%);
}
	
#wood {
    border-image: url("/templates/default/images/lijst.png") 27 27 27 27;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 30px;
    position: relative;
    width: 890px;
    height: 570px;
    padding: 10px;
    margin-top: 10px;
}
#dolfneus {
    background: url("/templates/default//images/dolf_neus.png") no-repeat scroll left top transparent;
    height: 67px;
    left: 884px;
    position: relative;
    top: 250px;
    width: 50px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	}

table {
	spacing: 5px;
	padding: 0px;
	}
	
td {
	font-size: 13px;
	vertical-align: top;
	}
	
input {
	width: 64px;
	}

dt {
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	color: #FFF;
	}
	
dd {
	margin: 0px;
	padding: 0px;
	}
	
.description {
	margin: 0px;
	padding-bottom: 20px;
	}
	
select {
	width: 90px;
	}
		
.inputsmall {
	width: 60px;
	}

.inputlarge {
	width: 140px;
	}
	
.inputxlarge {
	width: 240px;
	}
	
.inputxxlarge {
	width: 340px;
	}
	
.icon {
	cursor: pointer;
}

.errors {
	border-style:solid;
	border-color:red;
	font-weight:bold;
	color:red;
	width:300px;
}

.main-nav {
	font-size: 15px;
	height: 22px;
	margin: 0 auto;
	position: relative;
	width:100%;
	text-align: right;
}

.main-nav a {
	background: url(/templates/default/images/button_bg.png);
	color: #406C82;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-family: helvetica;
	}

.nav {
	background: url(/templates/default/images/chalkborder.png)  scroll 100% 0 ;
	color: white;
}

.nav a {
	background: url(/templates/default/images/button_bg.png);
	color: #406C82;
	font-size: 15px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-family: helvetica;
	position: relative;
	top: -40px;
	}
	

#from_user_role {
	width:340px;
	height: 150px;
}

#user_role {
	width:340px;
	height: 150px;
}

/* --- the picklists --- */

.pickListContainer {
}
.pickListContainer .pickListButtons {
    display: block;
    margin: 0.2em 0;
    padding: 0;
    text-align: center;
    visibility: visible;
}
.pickListContainer select {
    clear: both;
    display: block;
    height: 9em;
    width: 100%;
}
.pickListContainer button {
}
.pickListContainer button img {
    margin-bottom: 0;
}
.pickListContainer div {
    clear: both;
}
#exTwo option[disabled] {
    background-color: graytext;
    color: #FFFFFF;
}
.code {
    background: none repeat scroll 0 0 #333333;
    color: #EEEEEE;
}

a.button, button {
    background-color: #F5F5F5;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    border-right: 1px solid #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0.583em 0.667em 0;
    padding: 5px 10px 5px 7px;
    text-decoration: none;
}
button {
    overflow: visible;
    padding: 4px 10px 6px 7px;
    width: auto;
}
button[type] {
    line-height: 17px;
    padding: 4px 10px 4px 7px;
}


/* --- datatabel --- */

.navigation-submenu {
	display: block;
	float: left;
	font-size: 12px;
	overflow: hidden;
	text-decoration: none;
}

.navigation-submenu-horizontal {
	margin: 0 0;
	padding: 0 0.3em;
}

.navigation-submenu-horizontal a {
	display: block;
	text-decoration: none;
	color: black;
}

.navigation-submenu-horizontal a:hover {
	display: block;
	text-decoration: underline;
	color: #004F00;
}

.navigation-submenu-horizontal a:visited {
	display: block;
}

.navigation-submenu-horizontal li {
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	float: left;
	margin-left: 1.3em;
	margin-right: 1.3em;
	background: #B9E5F9;
	padding: 5px;
	margin-bottom: 10px;
}

/* Elementen op bedrijf form */

#compname-label {
	position: absolute;
	top: 250px;
	left: 10px;
}

#compname-element {
	position: absolute;
	top: 275px;
	left: 10px;
}

#compaddress-label {
	position: absolute;
	top: 325px;
	left: 10px;
}

#compaddress-element {
	position: absolute;
	top: 350px;
	left: 10px;
}

#compzip-label {
	position: absolute;
	top: 400px;
	left: 10px;
}

#compzip-element {
	position: absolute;
	top: 425px;
	left: 10px;
	width: 60px;
}

#compcity-label {
	position: absolute;
	top: 400px;
	left: 100px;
}

#compcity-element {
	position: absolute;
	top: 425px;
	left: 100px;
	width: 275px;
}

#compzip {
	width: 60px;
}

#compcity {
	width: 250px;
}

#compcontact-label {
	position: absolute;
	top: 250px;
	left: 500px;
}

#compcontact-element {
	position: absolute;
	top: 275px;
	left: 500px;
}

#compphone-label {
	position: absolute;
	top: 325px;
	left: 500px;
}

#compphone-element {
	position: absolute;
	top: 350px;
	left: 500px;
}

#compsubmit-element {
	position: absolute;
	top: 475px;
	left: 10px;
}

#compcancel-element {
	position: absolute;
	top: 475px;
	left: 500px;
}

#compsubmit {
    background-color: #F5F5F5;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    border-right: 1px solid #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0.583em 0.667em 0;
    padding: 5px 10px 5px 7px;
    text-decoration: none;
    overflow: visible;
    padding: 4px 10px 6px 7px;
    width: auto;
}


/* Contract elementen */

#contr_contact-label {
	position: absolute;
	top: 475px;
	left: 10px;
}

#contr_contact-element {
	position: absolute;
	top: 500px;
	left: 10px;
}

#contr_phone-label {
	position: absolute;
	top: 550px;
	left: 10px;
}

#contr_phone-element {
	position: absolute;
	top: 575px;
	left: 10px;
}

#contr_reference-label {
	position: absolute;
	top: 250px;
	left: 400px;
}

#contr_reference-element {
	position: absolute;
	top: 275px;
	left: 400px;
}

#contr_start_date-label {
	position: absolute;
	top: 325px;
	left: 400px;
}

#contr_start_date-element {
	position: absolute;
	top: 350px;
	left: 400px;
}

#contr_end_date-label {
	position: absolute;
	top: 400px;
	left: 400px;
}

#contr_end_date-element {
	position: absolute;
	top: 425px;
	left: 400px;
}

#contr_template-label {
	position: absolute;
	top: 550px;
	left: 400px;
}

#contr_template-element {
	position: absolute;
	top: 575px;
	left: 400px;
}

#document-label {
	position: absolute;
	top: 250px;
	left: 800px;
}

#document {
	position: absolute;
	top: 275px;
	left: 800px;
}

#contr_documentlist {
	position: absolute;
	top: 312px;
	left: 800px;
}

#contr_submit-element {
	position: absolute;
	top: 625px;
	left: 10px;
}

#contr_cancel-element {
	position: absolute;
	top: 625px;
	left: 400px;
}

#contr_submit {
    background-color: #F5F5F5;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    border-right: 1px solid #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0.583em 0.667em 0;
    padding: 5px 10px 5px 7px;
    text-decoration: none;
    overflow: visible;
    padding: 4px 10px 6px 7px;
    width: auto;
}

/* KPI formulier */

#description-label {
	position: absolute;
	top: 250px;
	left: 10px;
}

#description-element {
	position: absolute;
	top: 275px;
	left: 10px;
}

#description {
	width: 560px;
	height: 240px;
}

#pos-label {
	position: absolute;
	top: 250px;
	left: 600px;
}

#pos-element {
	position: absolute;
	top: 275px;
	left: 600px;
}

#pos {
	width: 170px;
}

#lowlimit-label {
	position: absolute;
	top: 325px;
	left: 600px;
}

#lowlimit-element {
	position: absolute;
	top: 350px;
	left: 600px;
}

#lowlimit {
	width: 170px;
}

#highlimit-label {
	position: absolute;
	top: 400px;
	left: 600px;
}

#highlimit-element {
	position: absolute;
	top: 425px;
	left: 600px;
}

#highlimit {
	width: 170px;
}

#polarity-label {
	position: absolute;
	top: 475px;
	left: 600px;
}

#polarity-element {
	position: absolute;
	top: 500px;
	left: 600px;
}

#polarity {
	width: 170px;
}

.error {
	border-style:solid;
	border-color: red;
	border-width: 2px;
	background: #fbabab;
}
