
body, input, select, option, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	xline-height: 35px;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}


h6 {
	font-size: 70%;
}


/* default margins */

/*
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}*/

p, .cmsContent {
	line-height: 19px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


/* lists */

/*
ul {
	padding-left: 25px;
} 

ol {
	padding-left: 30px;
}*/

ul,
ul li {
	margin: 0;
}

*+html .cmsContent ul {
	margin-left: 20px;
}

* html .cmsContent ul {
	margin-left: 20px;
}

/* detail pages */

dt {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
}

dd {
	display: block;
	margin: 0 0 0.25em 12em;
	padding: 0;
}

* html dd {
	height: 1px;
}

*+html dd {
    min-height: 0;  /* clear floats for IE7 */
}

html>body dd {
	height: auto;
	min-width: 1em;
}

body dd:after {
	content: ".";
	visibility: hidden;
}

dd ul, dd ol, dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* form structure */

form div {
	clear: left;
	margin: 0.33em 0;
}

form div label {
	display: block;
	width: 12em;
	float: left;
}

form div div {
	clear: none;
	float: none;
	width: auto;
	margin: 0 0 0 12em;
}

form div.file div,
form div.image div {
	/* undo previous for image/files */
	margin-left: 0;
}

* html form div div {
	/* fixes 3px jog in IE/WIN  */
	height: 1px;
}


/* form input fields */

form div div label {
	display: inline;
	width: auto;
	float: none;
}

form div div div {
	margin-left: 0;
}

form div.edit           input,
form div.calendar       input,
form div.dutchzipcode   input,
form div.password       input,
form div.doublepassword input,
form textarea,
form select,
.search_field {
	border: 1px solid #BAD406;
	margin: 0;
	line-height: 12px;
	font-size: 12px;
	padding: 2px;
	xtext-indent: 4px;
	xheight: 11px;
}

form div input.radio,
form div input.check {
	border: 0;
	background: none;
}

form div.edittitle input {
	/* cms "page title" field. */
	font-size: 200%;
	color: #522145;
	margin-bottom: 0.5em;
	border: 1px solid #522145;
	width: 99.6%;
}


/* form fieldsets */

fieldset.multipleSelect{
	padding-bottom: 1em;
}

fieldset.multipleSelect label {
	clear: none;
	font-weight: bold;
	margin: 5px;
	width: 47%;
	text-align: center;
	background: #0A72CD;
	color: white;
}

fieldset.multipleSelect label select {
	width: 100%;
}

option.newSelected {
	background-color: silver;
}
	
option.newDeselected {
	background-color: silver;
}


/* admin tools, form footer */

ul.tools,
ul.tools li,
ul.footer,
ul.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tools {
	line-height: 150%;
	xborder: 1px solid #9ACDFA;
	xbackground: #EBF5FE;
	margin-bottom: 1em;
	padding: 0.5em;
}

ul.tools *,
ul.footer * {
	vertical-align: middle;
}

ul.tools:after,
ul.footer:after {
	/* clear floats */
	content: "."; 
	font-size: 0;
	line-height: 0%;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html ul.tools,
* html ul.footer {
	/* IE/WIN fix: element will behave as if there's a clearing element inside it */
	height: 0.1em;
}

*+html ul.tools,
*+html ul.footer {
    min-height: 0;  /* clear floats for IE7 */
}

form .footer {
	clear: left;
	xborder: 1px solid #9ACDFA;
	xbackground: #EBF5FE;
	margin: 1em 0;
	padding: 0.5em 0.5em 0.5em 12em;
}

form .footer input,
input.submit,
.button {
	border: 1px solid #99AF00;
	xborder: none;
	background: #C1D81E;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding:1px 5px 3px 5px;
	vertical-align: middle;
}


/* admin tool items */

ul.tools li,
ul.footer li {  /* footer is used in delete page */
	display: block;
	float: left;
}

* html ul.tools li a,
* html ul.footer li a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	white-space: nowrap;
	width: 0.1em;
}

ul.tools li,
ul.footer li {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 4px;
	border: none;
	margin-right: 0.4em;
	background-color: #522145;
}

ul.tools li select {
	background: white;
	border: 1px solid #522145;
	text-indent: 0;
	height: 20px;
}

ul.tools li a,
ul.footer li a {
	display: block;
	text-decoration: none;
	padding: 0.125em 0.5em 0.25em 0.5em;
	margin: 0;
	padding-left: 24px;
	background-color: transparent;
	color: white;
	cursor: pointer;
}

ul.tools li a:link,
ul.tools li a:visited,
ul.footer li a:link,
ul.footer li a:visited {
	color: white;

}


/* tool item icons */

li.ok, 
li.yes {
	background-image: url('graphics/ok.gif');
}

li.import {
	background-image: url('graphics/import.gif');
}

li.preview {
	background-image: url('graphics/preview.gif');
}

li.select_none {
	background-image: url('graphics/select_none.gif');
}

li.select_all {
	background-image: url('graphics/select_all.gif');
}

li.select {
	background-image: url('graphics/select.gif');
}

ul.tools li.delete {
	background-image: url('graphics/delete.gif');
	float: right;
	margin: 0;
}

ul.tools li.add {
	background-image: url(graphics/add.gif);	
}

ul.tools li.back {
	background-image: url(graphics/back.gif);	
}

ul.tools li.list {
	background-image: url(graphics/list.gif);	
}

ul.tools li.edit {
	background-image: url(graphics/edit.gif);	
}

li.ok, 
ul.tools li.yes {
	background-image: url(graphics/ok.gif);
}

li.cancel, 
ul.tools li.no {
	background-image: url(graphics/cancel.gif);
}

ul.tools li.email {
	background-image: url(graphics/email.gif);	
}


/* forms in tool lines */

ul.tools form,
ul.footer form {
	margin: 0;
	padding: 0;
}

ul.tools label {
	width: auto;
	margin-right: 0.5em;
}

ul.tools.cluster input {
	width: 4em;
}

#wrapper li.search {
	background-color: transparent;
	border: 0;
	cursor: default;
	margin-left: 0.5em;
	white-space: nowrap;
}

* html #wrapper li.search {
	/* trigger "hasLayout" so nowrap works */
	height: 0.1em;
}

#wrapper li.search input.button {
	padding: 0.1em;
}


/* page selector in tools */

ul.tools li.pageSelector {
	float: right;
	background-color: transparent;
	border: none;
	margin: 0;
}

ul.tools li.pageSelector form label {
	width: auto !important;
}


/* list page tables */

form table {
	border: none;
	/* border-collapse doesn't work like expected in Mozilla, but the same effect is achieved by setting border-spacing to 0. */
	border-spacing: 0;
	border-bottom: 1px solid #522145;
	background:	#522145;  /* for missing header elements above edit/delete cells */
}

* html form table {
	/* set border-collapse for IE/WIN */
	border-collapse: collapse;
}

caption {
	font-size: 150%;
	line-height: 133%;
	xbackground: #9ACDFA;
	color: #333;
}


/* calendar table exceptions */

table.calendar {
	z-index: 10;
	background-color: white; /* fix empty cells at the end */
}

table.calendar tr {
	background-color: #0a72cd; /* restore headers */
}

table.calendar caption {
	font-size: 100%;
	line-height: 100%;
}

table.calendar a.button {
	height: 25px;
	cursor: pointer;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin: 0;
}


/* table header */

thead th {
	text-align: left;
	padding: 0;
	background: #522145;
	border-top: 1px solid #522145;
	border-bottom: 1px solid #522145;
}

thead th a:link,
thead th a:visited,
thead th a:hover {
	text-decoration: none;
	padding: 0.25em 24px 0.25em 0.5em;
	background: #522145;
	color: white;
	display: block;
}

form thead th a:hover {
	background: #522145;
}

* html thead th a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	height: 0.1em;
}

form thead th.asc,
form thead th.desc {
	xborder-top: 1px solid #BD5F09;
	xborder-bottom: 1px solid #BD5F09;
	background: #C1D81E;
}

form thead th.asc a:link,
form thead th.asc a:visited,
form thead th.asc a:hover {
	background: #C1D81E url(graphics/up.gif) no-repeat right;
}

form thead th.desc a:link,
form thead th.desc a:visited,
form thead th.desc a:hover {
	background: #F58D32 url(graphics/down.gif) no-repeat right;
}


/* table cell styling */

form th,
form td {
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: none;
	border-bottom: 1px solid #522145;
	background: white;
}

form th	{
 	background: #522145;
	border-bottom: 1px solid #522145;
 }

* html form th, 
* html form td {
	border-top: 1px solid #522145;
}


/* table details/edit/delete */

td.details,
td.edit,
td.delete {
	xbackground: #EBF5FE;
}

form table tr:last-child td {
	border-bottom: 0;
}


/* table odd/even effects */

form tr.odd td {
	
}

form tr.even td {
	background: #EDD3E6;
}

form td.asc,
form td.desc {
	background: #DAEA66;
	xborder-bottom: 1px solid #F8B475;
}

form tr.even td.asc,
form tr.even td.desc {
	background: #E6F097;
}


/* table row hover effects */

form tbody tr:hover td.asc,
form tbody tr.hover td.asc,
form tbody tr:hover td.desc,
form tbody tr.hover td.desc {
	background: #C1D81E;
	color: white;
}

form tbody tr.even td.details,
form tbody tr.even td.edit,
form tbody tr.even td.delete {
	background: #EDD3E6;
}

form tbody tr:hover td,
form tbody tr.hover td {
	background: #E0B4D3;
	cursor: pointer;
}

form tbody tr:hover td.details,
form tbody tr.hover td.details,
form tbody tr:hover td.edit,
form tbody tr.hover td.edit,
form tbody tr:hover td.delete,
form tbody tr.hover td.delete {
	background: #E0B4D3;
}


/* index / navigation bar */

div.index {
	padding: 0.25em 0.5em;
}

div.index.top {
	border-bottom: 1px solid #F58D32;
	margin-bottom: 1em;
}

div.index.bottom {
	border-top: 1px solid #F58D32;
}

div.index ol,
div.index ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.index ol {
	margin-bottom: 1em;
	overflow: visible;
}


div.index ol li {
	display: block;
	float: left;
}

div.index ol li.active {
	font-weight: bold;
	border: 1px solid #F58D32;
	background: white;
	margin: 0 0.25em;
}

div.index ol li a, div.index ol li.active {
	display: block;
	padding: 0 0.25em;
	margin: 0 0.25em;
}

div.index ol li.previous,
div.index ol li.next,
div.index ol li.previous a,
div.index ol li.next a {
	font-weight: bold;
	color: #BD5F09;
	margin: 0;
	padding: 0;
}

div.index ol li.previous,
div.index ol li.next {
	color: #F8B475;
}


/* misc form features */

.error,
.mandatory {
	color: #F77623;
}


/* anchors */

a {
	color: #522145;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #522145;
}

.cmsContent a {
	text-decoration: underline;
}

/* images */

img {
	border: none;
}


/* emphasize */

em {
	
}

strong {
	
}
.fakefile img {
	margin: 0 0 -4px 10px;
	cursor: pointer;
}

/* vacatures */

/*
*+html #cv_frmApply1 .fileinputs .fakefile,
*+html #extrafile_frmApply .fileinputs .fakefile {
	float: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -145px;
	top: 0;
}

*+html #cv_frmApply1 .fileinputs .fakefile img,
*+html #extrafile_frmApply .fileinputs .fakefile img {
	position: absolute;
	left: 300px;
}

* html #cv_frmApply1 .fileinputs .fakefile,
* html #extrafile_frmApply .fileinputs .fakefile {
	float: left;
	clear: none;
	margin: 0 0 0 73px;
}

* html #cv_frmApply1 .fileinputs .fakefile img,
* html #extrafile_frmApply .fileinputs .fakefile img {
	position: absolute;
	left: 73px;
}*/

/* referentie projecten */

input#title {
	width: 300px;	
}

select#customer_location_id {
	width: 306px;	
}

#property_dropdown ul {
	list-style: none;
	padding: 0;
}

#property_dropdown ul ul {
	padding-left: 13px;
}

#property_dropdown ul li  {
	margin-bottom: 5px;
}

#property_dropdown ul li div span {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

#property_dropdown ul input {
	float: left;
	margin-right: 5px;
}

textarea#short_description {
	width: 300px;
}

/* gerelateerde projecten */

#related_projects label {
	width: 100%;
	border-bottom: 1px solid #333;
}

#related_projects input {
	position: relative;
	top: -22px;
	float: right;
}


/* clearfix */

.clearfix:after{
content: ".";
visibility: hidden;
display: block;
height: 0;
} 