body, html {
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,Serif,Verdana,Geneva;
	font-size: 11px;
	background-color: white;
	width: 100%;
	height: 100%;
}

.website {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	float: center;
}

.header {
	height: 110px;
	padding-top: 10px;
	background: white url('/images/header_bg.jpg') left center repeat-x;
}

.logo {
	width: 900px;
	margin: 0px auto;
	float: center;
}

.logolinks {
	float: left;
	width: 650px;
}

.logorechts {
	float: left;
	width: 250px;
}

#status {
	position: absolute;
	top: 36px;
	right: 65px;
}

p {
	margin-top: 0px;
}

a, a:visited {
	color: #d40d0d;
	text-decoration: none;
}

a:hover {
	color: #0792bc;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	color: #0792BC;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	color: #d40d0d;
}

.contentpagina {
	font-size: 12px;
	padding: 10px;
}

.contentpagina a, .contentpagina a:active, .contentpagina a:visited {
	color: #d40d0d;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 17px;
}

.contentpagina a:hover {
	color: #0792BC;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 17px;
}
/* menu en footer
------------------*/
.menu {
	width: 900px;
	padding-left: 30px;
	float: center;
	margin: 0px auto;
}

.menu a, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #CDf6FF;
}

.menu a:hover, .menu a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.menu ul {
	display: inline;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.menu li {
	display: inline;
	list-style: none;
	padding: 0px 15px 0px 15px;
}

.menu li:hover {
	display: inline;
	list-style: none;
	padding: 0px 15px 0px 15px;
}

#footer {
	position: relative;
	float: left;
	background: white url('/images/footer_bg.jpg') left center repeat-x;
	color: #d4d4d4;
	font-size: 13px;
	vertical-align: bottom;
	text-align: center;
	width: 100%;
	height: 75px;
	margin-top: 10px;
}

#footer a, #footer a:visited, #footer a:active {
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a:hover {
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #0792BC;
	text-decoration: none;
}

#footer ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}

dd, dt, dl {
	padding: 0px;
	margin: 0px;
}

/*titel en content
------------------*/
.titel {
	width: 100%;
	background-color: #F4F4F4;
	height: 50px;
	vertical-align: middle;
}

.titeltext {
	width: 900px;
	float: center;
	margin: 0px auto;
	padding-left: 15px;
	height: 50px;
	vertical-align: middle;
}

.titeltext a, .titeltext a:visited {
	font-weight: bold;
	margin-left: 20px;
}

.titeltext a:hover, .titeltext a:active {
	font-weight: bold;
	text-decoration: none;
}

#content {
	float: center;
	margin: 0px auto;
	padding: 0px 5px 5px 40px;
	#background: white url('/images/content_bg.jpg') repeat-x;
	background: white;
	z-index: 20;
	width: 900px;
}

/*buttons
------------------*/
.btn {
	padding: 0px;
	background-color: #0792bc;
	border: 1px solid #0792bc;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

.btn:hover, .btnhover {
	padding: 0px;
	background-color: #0792bc;
	cursor: pointer;
	color: white;
	border: 1px solid black;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

.icon {
	vertical-align: middle;
	margin-right: 3px;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	text-decoration: underline;
}

/* banners
------------------*/

.banners {
	margin-top: 5px;
}

/*tabellen
------------------*/
tr, th {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif,Verdana,Geneva,;
	font-size: 11px;
}

tr.header th {
	background: white url('/images/button_bg.jpg') top right repeat-x;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	font-weight: normal;
	vertical-align: top;
}

tr.huidigAbo td {
	font-style: italic;
}

tr.indelen th {
	background-color: #F4F4F4;
	color: #0792bc;
	border-bottom: solid #fff 5px;
}

tr.indelenheader th {
	border-bottom: solid #fff 5px;
}

table.overzicht {
	border: 0;
	border-spacing: 0;
	width: 750px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.overzicht td {
	height: 16px;
	vertical-align: top;
	padding-right: 3px;
	background-color: #fff;
}

table.overzichtLinks {
	width: 750px;
	margin-bottom: 7px;
}

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

table.overzichtLinks td.tonenPer {
	text-align: right;
	color: #B2B2B2;
}

table.overzichtLinks td.tonenPer a, table.overzichtLinks td.tonenPer a:visited {
	color: #B2B2B2;
}

td select{
	vertical-align: top;
}

table.overzicht tr.alternate td {
	background-color: #F4F4F4;
	border-bottom: 0;
}

.lastrow {
	border-bottom: 0;
	border-top: 1px solid #929292;
}

.akties_1 {
	width: 25px;
}

.akties_2 {
	width: 38px;
}

.akties_3 {
	width: 57px;
}

.akties_4 {
	width: 76px;
}

.akties_5 {
	width: 95px;
}

.akties_6 {
	width: 114px;
}

.akties_7 {
	width: 133px;
}

.akties_8 {
	width: 152px;
	overflow: visible;
}

.inactief {
	color: #BFBFBF;
}

.boldtext {
	font-weight: bold;
}

table.overzicht .gebruiker td, table.overzicht .trefwoord td{
	font-style: italic;
	background-color: #FFFAF3;
}

table.conflict td {
	width: 32%;
}

table.conflict tr.conflicting td {
	background-color: #FFD27D;
}

/*forms
------------------*/
.label_required {
	color: red;
	font-size: 80%;
}

.label_error {
	color: red;
}

.label_required_text {
	font-size: 80%;
	font-style: italic;
}

.label_left, .label_right, .formheader {
	vertical-align: top;
	text-align: left;
}

.label_left {
	padding-right: 5px;
}

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

form td {
	background: none;
	border: 0;
	padding-left: 0;
}

input, textarea, select {
	color: #004770;
	font-family: Arial,Helvetica,sans-serif,Verdana,Geneva;
	font-size: 10px;
}

select {
	background: #ffffff;
	border: 1px solid #6D8E9F;
	padding: 1px;
}

#content select {
	width: 206px;
}

#content select.autorefreshSelect {
	width: auto;
	padding: 0;
	background: white;
	display: block;
}

#content tr.alternate select.autorefreshSelect {
	background: #FEF5E4;
}

#content table tr td.indelen select {
	width: 305px;
}

#content table tr td.indelen input.text {
	width: 300px;
}

#content select.mceSelectList {
	width: 90px;
}

#content select.timefield {
	width: auto;
}

input.text, input.password, textarea, input.calendar {
	width:200px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #bebebe;
}

input.disabled-text {
	background: #DFDFDF;
}

input.calendar {
	width:100px;
	color: #004770;
}

input.checkbox {
	vertical-align: middle;
	width: 10px;
	height: 10px;
}

div.nogteposten {
	background: #FFEC1F;
}

div.exportfout {
	background: red;
}

div.centerText {
	text-align: center;
}

#content select.aliasvoorkeurSelect {
	width: 346px;
}

/* rijen
----------------------*/

.fullrow {
	float: left;
	width: 900px;
}

.fullrowleft {
	float: left;
	width: 700px;
}

.fullrowright {
	float: right;
	width: 200px;
}

.enkelerij {
	float: left;
	width: 220px;
	padding-left: 5px;
	padding-right: 5px;
}

.enkelerijrechts {
	float: right;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
}

.dubbelerij {
	float: left;
	width: 450px;
	padding-left: 5px;
	padding-right: 5px;
}

/* RSS Feed reader
------------------*/
.rssFeed a, .rssFeed a:active, .rssFeed a:visited{
	cursor: hand;
	font-family: Arial,Helvetica,Serif,Verdana,Geneva;
	font-weight: bold;
	color: #3a4893;
	font-size: 12px;
}

.rssFeed a:hover {
	cursor: hand;
	font-family: Arial,Helvetica,Serif,Verdana,Geneva;
	font-weight: bold;
	font-size: 12px;
	color: #0792BC;
	text-decoration: none;
}

.rssRow {
	line-height: 17px;
	background-color: #f4f4f4;
}

.rssFunctie {
	float: left;
	width: 165px;
	white-space: nowrap;
}

.rssFunctieAlt {
	float: left;
	width: 165px;
	background-color: #e3e3e3;
	white-space: nowrap;
}


.rssOpdracht {
	float: left;
	width: 150px;
	white-space: nowrap;
}

.rssOpdrachtAlt {
	float: left;
	width: 150px;
	background-color: #e3e3e3;
	white-space: nowrap;
}

.rssRegio {
	float: left;
	width: 130px;
	white-space: nowrap;
}

.rssRegioAlt {
	float: left;
	width: 130px;
	background-color: #e3e3e3;
	white-space: nowrap;
}

.meerRss a, .meerRss a:active, .meerRss a:visited {
	color: #d40d0d;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 17px;
}

.meerRss a:hover {
	color: #0792BC;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 17px;
}

/* Linkbox
------------------*/
.linkBox {
	margin-top: 10px;
}

.linkHead {
	background: white url('/images/title_bg.jpg') left center repeat-x;
	height: 38px;
	padding-left: 5px;
}

.linkHead p {
	padding-top: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #0792BC;
}

.linkHead img {
	vertical-align: middle;
}

.linkContent {
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	line-height: 16px;
}

.linkContentFixed {
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
	height: 140px;
}



.linkContent a, .linkContent a:visited, .linkContent a:active {
	color: #646464;
	font-size: 12px;
}

.linkContent a:hover {
	color: #0792BC;
	text-decoration: none;
}

.linkTip {
	color: #c000ff;
	font-size: 11px;
}

.linkNew {
	color: #008a06;
	font-size: 11px;
}

.meerLink {
	padding-top: 7px;
}

.meerLink a, .meerLink a:active, .meerLink a:visited {
	color: #d40d0d;
	font-weight: bold;
	font-size: 12px;
}

.meerLink a:hover {
	color: #0792BC;
	text-decoration: none;
	font-weight: bold;
}

/*overig
------------------*/
div.textbox {
	border-left: 1px solid #0792BC;
	border-right: 1px solid #0792BC;
	border-bottom: 1px solid #0792BC;
	width: 750px;
	margin-bottom: 10px;
	background: white;
}

div.textbox-grijs {
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	border-bottom: 1px solid #868686;
}

div.textbox table.overzicht {
	width: 740px;
}

div.textbox div.text {
	padding: 0 5px 5px 5px;
}

div.textbox div.text p {
	margin-bottom: 0;
	margin-top: 10px;
}

.textheader, .formheader {
	background-color: #0792BC;
	padding: 2px;
	color: #FFFFFF;
}

.textheader-grijs {
	border-top: 1px solid #0792BC;
	border-bottom: 1px solid #0792BC;
	background: #EBF3FE;
	color: #FFFFFF;
}

.textheader a, .formheader a, .textheader a:hover, .formheader a:hover, .textheader a:visited, .formheader a:visited {
	color: #FFFFFF;
}

.textheader-grijs a, .textheader-grijs a:hover, .textheader-grijs a:visited {
	color: #FFFFFF;
}

.textheader {
	margin-bottom: 10px;
	width: 746px;
}

.information {
	width: 750px !important;
	font-size: 9px;
	line-height: 16px;
	padding-bottom: 4px;
	color: #868686;
	border-bottom: 1px solid #868686;
	margin-bottom: 20px;
}

.information2 {
	width: 750px !important;
	font-size: 9px;
	padding-bottom: 4px;
	color: #868686;
	margin-bottom: 10px;
}

#helpWindow_container {
	position: absolute;
	right: 0px;
	top: 130px;
	height: 400px;
}

#helpWindow_handle {
	width: 19px;
	background: #0792BC url('/images/icons/help_open.gif') center no-repeat;
	text-align: center;
	height: 400px;
	float: left;
}

#helpWindow_textContainer {
	float: left;
	width: 1px;
	left: 20px;
	height: 399px;
	top: 0px;
	border-bottom: 1px solid #0792BC;
	background: #FFFFFF;
	overflow: hidden;
}

#helpWindow_textContainer h3 {
	overflow: hidden;
	margin: 0px;
	background: #EBF3FE;
	height: 16px;
	color: #919191;
	padding-left: 5px;
	font-size: 12px;
	border-top: 1px solid #0792BC;
	border-bottom: 1px solid #0792BC;
	margin-bottom: 5px;
	width: 250px;
}

#helpWindow_text {
	overflow: auto;
	overflow-x: hidden;
	height: 372px;
	padding-left: 5px;
	width: 223px;
}

#helpWindow_text p {
	width: auto;
}

.bericht_container {
	background: #F4F4EE;
	padding: 1px;
	margin-bottom: 10px;
}

.bericht_header {
	padding: 2px;
	color: #000;
	border-bottom: 1px solid #0792BC;
}

.bericht_text {
	background: white;
	padding: 8px 2px 2px;
}

.bericht_quote {
	border-left: 2px solid #0792BC;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

#rechtenFormTable input {
	padding: 0;
	margin: 0;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	background-color: white;
	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;
	cursor: pointer;
	background-color: white;
}

div#profiling_container {
	width: 670px;
	height: 600px;
	position: absolute;
	top: 100px;
	left: 300px;
	background: white;
	border: 2px solid black;
}

div#profiling_list {
	height: 400px;
	overflow: auto;
	padding: 3px;
	margin-bottom: 10px;
}

div#profiling_detail {
	border-top: 2px solid black;
	padding: 3px;
}

.profile_details {
	display: none;
}

.zoekOpdrachtWissenForm {
	background: #FEF5E4;
}

.zoekOpdrachtWissenFormLinks {
	padding-right: 10px;
}

.zoekOpdrachtWissenFormRechts {
	padding-right: 5px;
}

#onderhoudsmelding {
	width: 750px;
	background: #ffb;
	border: 1px solid black;
	margin-bottom: 10px;
}

#onderhoudsmeldingMelding {
	overflow: hidden;
}

#onderhoudsmelding img.icon {
	float: right;
	margin: 2px 2px 5px 5px;
}

#onderhoudsmelding h3 {
	font-size: 13px;
	font-weight: bold;
}

#onderhoudsmelding h3, #onderhoudsmelding div {
	margin: 0;
	padding: 5px;
}

#grijs {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #808080;
	-moz-opacity: .8;
	filter:alpha(opacity=80);
	display: none;
	z-index: 10;
}

#voorwaarden {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	background: #ffff99;
	border: 1px solid black;
	width: 500px;
	z-index: 100;
}

#voorwaardenText {
	height: 370px;
	overflow: auto;
}

#voorwaardenButtons p {
	font-style: italic;
}

#ruleInfo {
	position: fixed;
	top: 200px;
	left: 300px;
	background: #ffff99;
	border: 1px solid black;
	width: 250px;
	display: none;
	z-index: 100;
}

#ruleInfo .icon {
	float: right;
	background: #868686;
	padding-right: 3px;
	margin: 0;
}

#ruleInfoTitle, #voorwaardenTitle {
	background: #868686;
	color: #EFEDC7;
	font-size: 12px;
	height: 16px;
	padding-left: 3px;
}

#ruleInfoText, #voorwaardenText {
	padding: 10px 3px 3px 3px;
}

#errorDiv {
	margin-top: 10px;
}

#spiderDiv {
	margin-top: 10px;
}

.exampleUrl {
	margin-bottom: 20px;
	color: #004770;
}

#exampleUrlQuery {
	font-weight: bold;
}

.bekijkenLabel {
	font-weight: bold;
	margin-top: 10px;
}

.asteriks {
	font-size: 9px;
	color: #868686;
}

ul.fancyul {
	padding-left: 15px;
	list-style-image : url('/images/bullet.gif');
}

tr.extraRow_1 td, tr.extraRow_2 td {
	background: white !important;
	vertical-align: middle;
}

div#vacatureOverzichtLijst table#overzichtTable tr td.td_0, div#vacatureOverzichtLijst table#overzichtTable tr.extraRow_1 td.td_1, div#vacatureOverzichtLijst table#overzichtTable tr.extraRow_1 td.td_2, div#vacatureOverzichtLijst table#overzichtTable tr td.E1E1E1 {
	background: #E1E1E1 !important;
}

div#vacatureOverzichtLijst table#overzichtTable tr.extraRow_2 td.td_0 {
	background: white !important;
}

div.progresscontainer {
	width: 750px;
	height: 11px;
	background: white;
	border: 1px solid #868686;
	position: relative;
}

div.progressbar {
	background: white url('/images/progress.gif');
	height: 100%;
}

div.progresscijfer {
	position: absolute;
	top: 0px;
	right: 2px;
	font-size: 9px;
}

div#vacatureOverzichtLijst table#overzichtTable td.td_6,
div#vacatureOverzichtLijst table#overzichtTable td.td_7,
div#vacatureOverzichtLijst table#overzichtTable td.td_8,
div#vacatureOverzichtLijst table#overzichtTable td.td_9,
div#vacatureOverzichtLijst table#overzichtTable td.td_10,
div#vacatureOverzichtLijst table#overzichtTable td.td_11,
div#vacatureOverzichtLijst table#overzichtTable td.td_12,
div#vacatureOverzichtLijst table#overzichtTable td.td_13,
div#vacatureOverzichtLijst table#overzichtTable td.td_14,
div#vacatureOverzichtLijst table#overzichtTable td.td_15,
div#vacatureOverzichtLijst table#overzichtTable td.td_16,
div#vacatureOverzichtLijst table#overzichtTable td.td_17,
div#vacatureOverzichtLijst table#overzichtTable td.td_18,
div#vacatureOverzichtLijst table#overzichtTable td.td_19,
div#vacatureOverzichtLijst table#overzichtTable td.td_20,
div#vacatureOverzichtLijst table#overzichtTable td.td_21,
div#vacatureOverzichtLijst table#overzichtTable td.td_22,
div#vacatureOverzichtLijst table#overzichtTable td.td_23,
div#vacatureOverzichtLijst table#overzichtTable td.td_24,
div#vacatureOverzichtLijst table#overzichtTable td.td_25 {
	border-left: 1px solid #E1E1E1;
	margin: 0;
	padding: 0 1px 0 1px;
}

div#vacatureOverzichtLijst table#overzichtTable tr.extraRow_2 td.td_6 {
	border-left: 0;
	padding: 0;
}


