/* elements */

form{
	display: inline;
}

legend{
	padding: 0;
	color: #000;
	font-weight: bold;
}

legend span{
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 120%;
	color: #DE753A;
}

label{
	float: left;
	width: 18em;
	margin-right: 1em;
	text-align: right;
	font-weight: normal;
}

li.right_label{
	padding-left: 2em;
	margin-right: -2em;
}

ol.right_label label, li.right_label label, label.right_label{
	float: none;
	width: auto;
	margin-right: 0;
}

label.required {
	background: url(../images/icons/required.png) top right no-repeat;
	padding-right: 0.5em;
}

div.radio-float {
	float: left;
}

li.align_horizontal, fieldset fieldset li{
	padding-left: 15em;
}

li.align_horizontal input, fieldset fieldset li input{
	margin-left: 0;
	margin-right: .2em;
}

li.align_horizontal label, label.right_label{
	margin-right: .5em; 
	margin-top: -2px;
}

li.align_horizontal *{
	float: left;
}

fieldset li.align_horizontal div.fileff_holder{
	margin-left: 5px;
	margin-bottom: 5px;
}

fieldset{
	position: relative;
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px none #fff;
	border-bottom: 1px solid #c5bfe1;
}

fieldset.submit{
	float: none;
	width: auto;
	padding: 1.5em 0 0 20.5em;
	margin-bottom: 0.8em;
	border: none;
}

fieldset.submit input, input.submit{
	width: 93px;
	height: 26px;
	color: #42719e;
	font-weight: bold;
	border: none;
	background-image: url(../images/buttons/button.png);
	cursor: pointer;
}

fieldset.submit input:disabled, input.submit:disabled{
	cursor: default;
}
	
fieldset.submit input:hover, input.submit:hover, input.selecteer, fieldset.submit input:focus, input.submit:focus{
	border: none;
}

fieldset.submit input:disabled, input.submit:disabled{
	color: #ccc;
}

fieldset.submit input.longtext{
	font-size: 11px;
	background-image: url(../images/buttons/buttonlong.png);
	width: 140px;
}

fieldset.submit input.verylongtext, input.verylongtext{
	font-size: 11px;
	background-image: url(../images/buttons/buttonverylong.png);
	width: 170px;
	margin: 0 5px 0 0;
}

fieldset.submit input.veryverylongtext{
	font-size: 11px;
	background-image: url(../images/buttons/buttonveryverylong.png);
	width: 249px;
	margin: 0 5px 0 0;
}

fieldset.no_line {
border-bottom: none;
}

fieldset.no_margin {
margin: 0 0 0 -3px;
padding: 0;
}

legend.no_margin {
margin: 0 0 0 -3px;
padding: 0;
}

div.submit{
	float: none;
	width: auto;
	background-color: #fff;
	padding: 1.5em 0 0 20.5em;
	margin-bottom: 0.8em;
}

fieldset ol{
	margin: 0;
	padding: 2em 0 0 1em;
	list-style: none;
}

fieldset table{
	margin-top: 3em;
}

fieldset .spacer{
	height: 3em;
}

fieldset div table{
	margin-top: 0;
}

fieldset li{
	width: 100%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

fieldset hr{
	margin: 0 auto 0 auto;
	width: 95%;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}

select.day{
	float: left;
	width: 4em;
	margin-right: 0.7em;
}

select.month{
	float: left;
	width: 8.1em;
	margin-right: 0.7em;
}

select.year{
	float: left;
	width: 5em;
	margin-right: 0.3em;
}

select.time, select.auto{
	width: auto;
}

select.tarief{
	width: 6em;
}

div.select_calendar{
	margin-top: 1px;
	background-image: url(../images/icons/calendar.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

div.select_calendar_disabled{
	background-image: url(../images/icons/calendar_disabled.png);
	cursor: default;
}

div.calendar_container{
	float: left;
	width: 170px;
	height: auto;
	margin-left: -170px;
	margin-top: 16px;
	margin-bottom: -2000px;
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 1;
}

#loginhomesubmit input	{
	width: 70px;
	height: 22px;
	border: none;
	margin: 5px 0 0  0;
	
} 

div.container fieldset.center {
text-align: center;
border: none;
}


/* elementen */

input,textarea,select {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0.2em;
	font-size: 12px;
	width: 18em;
}

textarea {
	overflow: auto;
	width: 18em;
	height: 6em;
}

select {
	padding: 1px;
}

input:hover, textarea:hover, select:hover{
	border: 1px solid green;
}

input:focus, textarea:focus, select:focus{
	border: 1px solid black;
}

input.radio, input.check, input.radio:hover, input.check:hover{
	width: auto;
	border: 0;
}

/* password kwaliteit check */

div.passwordcheck_outer {
	float: left;
	position: relative;
	width: 100px;
	height: 19px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
}

div.passwordcheck_text {
	position: absolute;
	width: 100px;
	text-align: center;
	padding-top: 2px;
}

div.passwordcheck_inner {
	height: 100%;
	width: 0;
	background-color: #f00;
}

/* javascript error validation */

span.validation-error{
	margin-left: 5px;
	color: #777;
	
}

ol.novalidation span.validation-error{
	display: none;
}

/* php error validation */

div.validation-errors{
	clear: left;
	background-color: #fdbdbd;
	border: 1px solid #ff2424;
	width: 450px;
	margin: 10px auto 10px auto;
	padding-bottom: 3px;
}

div.validation-errors h3{
	color: #333;
	margin: 0px;
	margin-left: 5px;
}

div.validation-errors ul{
	padding-right: 20px;
}

div.validation-errors li{
	color: #333;
	font-size: 11px;
	margin: -1px -7px;
	}

div.validation-errors h4 {
color: #333;
font-size: 12px;
font-weight: bold;
}


li{
	background-color: transparent;
}

form.small_form fieldset.submit{
	padding: 1.5em 0 0 13.25em;
	margin-bottom: 0.8em;
}

form.small_form label{
	width: 11em;
}

form.small_form ol{
	padding-top: 0;
}

/*
* Auto complete
*/

div#ac_results{
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	height: 150px;
	z-index: 333;
}

div#ac_results ul{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#ac_results li {
	background-color: #fff;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

div#ac_results li.ac_over {
	background-color: highlight;
	color: highlighttext;
}

iframe#ac_iframe{
	position: absolute;
	height: 152px;
	border: none;
}

.radio_margin input{
	margin-left: 19em;
}

.check_margin {
	width: auto;
	border: 0;
	margin-left: 205px;
}

#VmailVO_inhoud	{
	width: 350px;
	height: 200px;
}

/*tip block*/

div.container  div.tip_block {
position: absolute;
left: 500px;
top: 5px;
width: 180px;
background:#FFFFD9;
border: 1px solid #d0d0d0;
padding: 5px 5px 5px 60px;
}

div.container  div.tip_block.tip_block_wide	{
	width: 300px;
	left: 480px;
}

div.container  div.tip_block.tip_block_createfactuur	{
	width: 220px;
	left: 450px;
	top: 115px;
}

div.container div.tip_block p {
clear: left;
line-height: normal;
font-size: 12px;
color: #5758AF;
margin: 0 0 0 -40px;
width: auto;
}

div.content div.registreer-center div.tip_block {
position: absolute;
left: 500px;
top: 20px;
width: 300px;
background:#FFFFD9;
border: 1px solid #d0d0d0;
padding: 5px 5px 5px 5px;
}

div.content div.registreer-center div.tip_block  p {
margin-left: 0;
}

fieldset div.fileff_block_selected {
	border: 1px solid red;
}

fieldset div.fileff_block input{
	margin: 5px;
	margin-top: 2px;
}

fieldset div.fileff_block label{
	display: block;
	font-size: 14px;
	padding-top: 4px;
	width: 100%;
	height: 100%
}


/* facturen overzicht */

div#facturenoverzicht form fieldset  {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 1px;
}

div#facturenoverzicht form fieldset ol {
	height: 60px;
}

div#facturenoverzicht form fieldset ol li {
	float: left;
	width: 230px;
}

div#facturenoverzicht form fieldset ol li.small {
	float: left;
	width: 130px;
}

div#facturenoverzicht form fieldset ol li label {
	display:block;
	float:none;
	text-align:left;
}

div#facturenoverzicht form fieldset ol li select#ValueObject_status {
	width: 100px;
}

div#facturenoverzicht form fieldset ol li select#ValueObject_zv {
	width: 120px;
}

div#facturenoverzicht form fieldset.submit  {
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 1px;
}
