@charset "utf-8";
/* Generic form elements */

form input.orange{background-color:#FFD697}

.req-legend span {
	font-weight: bold;
	color: #3782C3;
}
.opt-legend span {
		font-weight: bold;
		color: #f90;
}
.explain {display: block;}
#antispam-error {
	color: #3782C3;
	font-weight: bold;
}
form  {padding-top: 20px;}
form label{
	width: 325px;
	float:left;
	margin:0 10px 0px 0;
	text-align:right;
}
form fieldset
{
  margin-top: 5px;
}

#contactform label {width:200px;}
.acc_body {
	border-left: solid 1px #3782C3;
	border-right: solid 1px #3782C3;
}
#calculator label,
#UserLoginForm  label {width:275px;}
.radio label {width: auto;}
/*input[type="radio"] {float:left;}  */
form .radio_row input[type="radio"]
{
  margin-left: 0;

}
form .radio_row label
{
  text-align: left;
  float: none;
  clear: right;
}

.submit {margin-left: 335px;}
#UserLoginForm .submit {margin-left: 285px;}
form p 
{
	border-top: solid 1px #3782C3;
	margin: 5px 0 5px 0;
	clear: both;
	height: 5px;
}
form p.normal
{
  border-top: none;
  height: auto; /* Override height of 'normal' p. Maybe we should have used a <hr> in the forms for the blue line.... */
}
form h5
{
  margin: .3em 0;
}

/*form container layout */
form h1{
	margin:0 0 4px 0;
	font-size:1.3em;
	color:#3782C3;
	padding:8px 0 8px 0
}
.radio {padding-left: 325px;}
.radio p    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calc_body {}
#calc_body h3 {margin: 0;}
#calc_in_header {left:10px; width:95%; position:relative; z-index: 2;}
#calc_in_header a {
	padding:5px;
	color:#FFF;
	text-decoration:none;
	background-color:#F90;
	margin:0 1px 0 0;
	font-weight:bold;
	font-size:0.8em;
	height: 30px;
	line-height: 30px;
}
#calc_in_header a:hover {background-color:#6AA8D9;}
#calc_in_header a.selected{background:#3782C3; color:#FFF}
#calc_in_1, #calc_in_2, #calc_in_3, #calc_out, #legisl,
#calc_in_1a, #calc_in_2a, #calc_in_3a, #calc_out_a {

	position: relative;
	z-index: 2;
	padding: 20px 10px 0 10px;
	top: -2px;
}
#legisl {padding: 0px 10px 0 10px;}
#calc_in_1 h3 {
	font-size: 1.2em;
}

#calculator .panel  {
	margin: 0 0 10px 0;
}
#calculator .panel h1 {
	padding: 0px 0 8px 0;
}
#calculator h4 {
	color: #3782C3;
	background-color: #EEE;
	padding: 0 0 0 5px;
	line-height:24px;
}
.barter {
	background:url(../img/barter.png) repeat-y center;
	text-align: center;
	font-weight: bold;
}
.barter a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: large;
}
.barter a:hover {
	color: #000;
	background:url(../img/barter_eye.png) no-repeat center;
}
.form-error {
	color: #fff;
	text-decoration: blink;
	background-color: #F90;
}
#calc_travel_time {color: #f90; font-weight: bold;}
/* Reis opslaan in calc_out */
.infoBtn_o {
	width: 100%;
	height: 73px;
	background:url(../img/ico-save-bar.png) no-repeat left top;
}
.infoBtn_o:hover {
	background-position: left bottom;
}
.infoBtn_o .text a {
	display: block;
	margin: 0 0 0 80px;
	height: 73px;
	line-height: 73px;
	font-size: large;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.contactError {
	background-color: #f90;
	color: #fff;
	margin: 0 0 0 210px;
	text-align: left;
	padding: 0 3px 0 3px;
	display: inline;
}

#legisl h3 {
	font-size: 1em;
}
#legisl h2 {
	font-size: 1.2em;
	display: block;
	border-top: solid 1px #3782C3;
	padding-top: 5px;
}
#legisl td {
	border-bottom: solid 1px #3782C3;
}
#legisl .vertLine {
	border-left: solid 1px #e90;
}

/* for auto completion dropdown box */
.ac_results {
  /*position :absolute;*/
  overflow: hidden;

  width :300px;
  background-color :white;
  border :1px solid #888;
  margin :0px;
  padding :0px;
  z-index: 99;
}
.ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results li.selected {
  background-color: #f90;
}
.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #f90;
  color: white;
}
.help {
	width: 24px;
	height: 24px;
	background: url(../img/ico-help-sm.png) no-repeat;
	float: right;
}
.help:hover {
	-moz-opacity: 0.7;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-khtml-opacity: 0.7;
}
.help span {
	display:block;
	text-indent: -9999px;
}

.help .highlightSpan {
	border: none;
	}

/* Classes for ton_profit marker */
.tp_none
{
  background-color: transparent;
}

.tp_green
{
  background-color: #00CC33;
}

.tp_yellow
{
  background-color: #ffee33;
}

.tp_red
{
  background-color: #ff3333;
}
