/* Rekenmodules Stylesheet */

/* Global */

#nl_maxcredit,
#nl_comparemonthlypayment,
#nl_calcsaving,
#nl_maxmortgage,
#nl_mortgagesum,
#nl_housevalue,
#nl_renewmortgage{
	font-size: 1em; /* <---------- Lettergrootte aanpassen */
}


#result h2{
	font-size: 120%;
}

form{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

p.legal{
	clear: left;
}

/* Fieldset */

fieldset{
	display: block;
	border: 1px solid #be150f;
	border-top: .3em solid #be150f;
	margin: 1em 0 0 0;
	position: relative;
	background: #fff;
	clear: left;
	/* padding-top: 0; is noodzakelijk voor correcte weergave in IE */
	padding: 1em 1% 1em 1%;
}

fieldset fieldset{
	width: 32%;
	float: left;
	margin: 2px 0 .5em -0.3em !important;
	padding: 3px 0 0 0;
	border: none;
	background: none;
	clear: none;
}

fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 5px 0 5px;
	padding: 0 .5em;
	position: relative;
	/* Firefox negeert dit, IE verplaatst de legend omhoog  */
	top: -1em;
	color: #000;
}

fieldset p{
	clear: left;
	font-size: .8em;
}

/* Elements */

label{
	display: block;
	float: left;
	width: 33%;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: right;
	padding-right: 2%;
	clear: left;
}

input{
	float: left;
	width: 35.4%;
	margin-bottom: 5px;
	font-size: 1em;
}

select{
	float: left;
	width: 36%;
	margin-bottom: 5px;
	font-size: 1em;
}

select.small{
	width: 18%;
	font-size: 1em;
	color: #000;
}

#nl_maxcredit fieldset fieldset br{
	display: none;
}

#nl_maxcredit fieldset fieldset label{
	width: auto;
}

#nl_maxcredit fieldset fieldset input{
	clear: none;
}

fieldset fieldset label{
	width: 80%;
	text-align: left;
	clear: none;
	margin-top: -4px;
}

fieldset fieldset input{
	width: auto;
	clear: left;
}

input.button, input.secondButton{
	margin: 1em 0;
	position: relative;
	left: 35.3%;
	width: 35%;
	clear: left;
	float: left;
}

input.secondButton{
	margin: 0 0 1em 0;
	font-size: 1em;
}

fieldset span{
	float: left;
	font-weight: bold;
}

/* Misc */

#errormelding,
#mailerrormelding,
#errormeldingMaxCredit,
#errormeldingCalcSav,
#errormeldingMaxMortgage,
#errormeldingMortgageSum,
#errormeldingHouseValue{ /* Errormeldingen aanpassen */
	color: #ff0000;
}

#indicator{
	display: none;
	padding: 1.3em 0 0 36.5% !important;
	float: left;
}

span img{
	margin-top: 3px;
	margin-left: .5em;
}

#MAIL_NL_TELENEN{
	margin-top: -.5em;
}

/* Maandlasten */

#nl_comparemonthlypayment .maandlasten{
	float: left;
	clear: left;
	margin: 1em 0 1em 14em;
	width: auto !important;
	display: inline;
}

#nl_comparemonthlypayment .button{
	margin-bottom: 0;
}

#nl_comparemonthlypayment .maandlasten h5{
	font-weight: bold;
	margin: 0 0 .5em 0;
	font-size: 1.2em;
}

#nl_comparemonthlypayment .maandlasten p{
	margin: 0 !important;
}

#nl_comparemonthlypayment .maandlasten a{
	display: block;
	float: left;
	width: 150px;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	margin-right: 10px;
	line-height: normal;
}

#nl_comparemonthlypayment .maandlasten span{
	font-weight: bold;
}

/* Woningwaardemeter */

#HumanityCheck{
	float: left;
	overflow: hidden;
	margin-bottom: .5em;
}

#resultHouseValue{
	clear: both;
}

#resultHouseValue h2{
	font-size: 1.2em;
}

#recenttransHouseValue h3{
	margin-top: 1em;
}

#recenttransHouseValue table{
	width: 100%;
	font-size: 1em;
}

#recenttransHouseValue table th{
	font-weight: bold;
}

#recenttransHouseValue table th,
#recenttransHouseValue table td,
#recenttransHouseValue table caption{
	padding: .5em 0 .5em .5em;
}

#recenttransHouseValue table tr.even,
#recenttransHouseValue table caption{
	background: #efefef;
}

caption{
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px dashed #ccc;
}

/* Oversluittest */

#fsResult table{
	width: 100%;
	border: 1px solid #e0e0e0;
	margin-bottom: 1em;
	border-collapse: separate;
}

#fsResult td, #fsResult th{
	height: 2em;
	padding: .5em;
	background: #f2f3f4;
}

#fsResult p{
	font-size: 1em;
}

#fsResult th{
	font-weight: bold;
}

#fsResult label{
	width: auto;
	text-align: left;
}

#lbInterest{
	font-weight: bold;
}


/* Tooltip */

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
	background: url("/img/help.gif");
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin: 3px 0 0 3px;
	border: none !important;
}

a.info:hover{z-index:25; background: #fff url("/img/help.gif"); cursor: help;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
	width: 11.4em;
	padding: .5em;
    top: -6em; left:0em;
    border: 1px solid #e8dc9c;
    background-color:#fff9da;
	color:#000;
	font-weight: normal;
	font-size: .9em;
	line-height: normal;
}

