﻿@media screen
  {
body {
    background: #f5f5f5;
    font-family: Verdana;
    font-size: 0.80em;
}
#header 
{
    background: url('Images/bespaarcalculator_header.jpg') no-repeat -1px -1px;
    height: 194px;
    display: block;
    width: 764px;
}
#container {
    display: block;
}
#content {
    display: block;
}
#pageBg {
    background: #ffffff;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width:760px;
}   
#footer {
    background: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
} 
#footer .inner
{
   margin: 0px 10px 10px 10px;
} 
#footer a, #content a , #sidebar a{
    color: #00657c;
}
#footer a:hover, #content a:hover {
    color: #22bbdd;
}
#subFooter {
    color: #999;
    text-align: center;
    font-size:0.9em;
} 
#subFooter a {
    color: #777;
} 
#subFooter a:hover {
    color: #00657c;
} 

#subFooter .inner
{
   margin: 10px 10px 10px 10px;
} 

#sidebarLeft {
    background: #E1FFC4;
}
#content p, #content label {
    margin: 5px 15px 20px 15px;
    text-align: justify;
    color: #333333;
    font-size:0.9em;
    line-height: 1.6em;
}
.btnCalculationPos 
{
    margin: 10px 0 0 20px;
    display: block;
}
.calculation_button 
{
    background: url('Images/buttonBg_aqua.jpg') repeat-x top left #22bbdd;
    border: 1px solid #99b3cc;
    color: #222;
    font-weight: bold;
    margin: 5px 5px 0 0;
    height: 25px;
    width: auto;
    line-height: 20px;
    display: inline-block;
}

/*ToolTip_Specification*/
a.ToolTip_Specification 
{
    float: left;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
a.ToolTip_Specification span {
    display: none;
}
a.ToolTip_Specification img {
    border: 0;
    margin: 2px 0 0 2px;
}
a.ToolTip_Specification:hover {
    z-index: 2;
}
a.ToolTip_Specification:hover span {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #333;
    border: 2px solid #333;
    position: absolute;
    right: 0;
    top: 20px !important;
    width: 490px;
    height: auto;
    padding: 10px 0;
    line-height: 1.6em;
    margin-top:1.75em; /*acts like the top:1.75em you set*/
}

/*ToolTip*/
a.ToolTip, a.ToolTip_about
{
    text-decoration: none;
    position: relative;
    z-index: 1;
}
a.ToolTip img, a.ToolTip_about img
{
    border: 0;
    margin: 2px 0 0 2px;
}

a.ToolTip span, a.ToolTip_about span
{
    display: none;
}
a.ToolTip:hover, a.ToolTip_about:hover
{
    z-index: 2;
}
a.ToolTip:hover span, a.ToolTip_about:hover span
{
    display: block;
    text-decoration: none;
    background: #e6fbff;
    color: #00657c;
    border: 1px solid #008dac;
    position: absolute;
    right: 0;
    top: 20px !important;
    width: 350px;
    height: auto;
    padding: 10px;
    line-height: 1.6em;
    margin-top:1.75em; /*acts like the top:1.75em you set*/
}

/* formulier calculator + Stappen (default.aspx) */
.formQuestion 
{
    display: block;
}

.formQuestionItem 
{
    background: url(../../Images/Forms/bg_formItem.png) repeat-x top left #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    margin: 0 15px;
    z-index: 0;
    height: 30px;
    width: 700px;
}
.formQuestionItem_step 
{
    width: 450px;
    height: 40px;
}
.formQuestionItem br {
    clear: both;
}

h2  {
    color: #22bbdd;
    font-family: Arial;
    font-size: 22px;
    margin: 10px 0 5px 50px;
    padding: 0;
}
.formQuestionItem .tbxQuestionNumbers {
    width: 100px;
    float: left;
    margin: 0 0 3px 0;
    overflow: auto;
}

.formQuestionItem .tbxQuestionNumbers, .formQuestionItem a.ToolTip, .formQuestionItem .question {
    margin-top: 4px;
}
.formQuestionItem .step {
    background: #fff;
    color: #666;
    font-size: 14px;
    display: block;
    width: 60px;
    height: 25px;
    text-align: center;
    float: left;
    font-weight: bold;
    line-height: 25px;
}
.formQuestionItem .number {
    background: #fff;
    color: #666;
    font-size: 18px;
    display: block;
    width: 30px;
    height: 25px;
    text-align: center;
    float: left;
    font-weight: bold;
} 
.formQuestionItem .question {
    display: block;
    float: left;
    width: 380px;
    padding-left: 10px;
    color: #333;
    line-height: 1.4em;
}
.formQuestionItem .tbxQuestionNumbers {
    display: block;
    float: left;
    margin-left: 5px;
}
.formQuestionItem .ToolTip {
    display: block;
    float: left;
}
.formQuestion .posSubmitBtn  {
    margin: 10px 0 10px 500px;
    display: block;
    padding: 0;
}
.btnSubmit {
    border: 1px solid #666;
    background: url(../../Images/Icons/calculator.png) no-repeat center left #f5f5f5;
    padding: 10px 10px 10px 30px;
    font-weight: bold;
    height: 35px;
    width: 180px;
}

/*contact form */
.formContactItem  {
    background: url(../../Images/Forms/bg_formItem.png) repeat-x top left #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    margin: 0 15px;
    z-index: 0;
    height: auto;
    width: 100%;
    display: block;
    overflow: auto;
}
.formContactItem .tbxContact  {
    float: left;
    display: block;
}
.formContactItem .labelText {
    width: 230px;
    height: auto;
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 18px;
}
.formContactItem .input 
{
    width: 230px;
    height: auto;
    display: block;
    float: left;
}
.formContactItem .zipcode {
    width: 40px;
    }
.formContactItem .tbxRemark {
    width: 200px;
    height: 50px;
    display: block;
}
.formContactItem .formContactItem .tbxQuestionNumbers {
    display: block;
    float: left;
}
.message_error {
    margin: 10px;
    border: 1px solid #ff6699;
    background: #ffddee;
    padding: 4px 10px;
    line-height: 1.5em;
}
.message_succes {
    margin: 10px;
    border: 1px solid #99cc00;
    background: #f3ffd0;
    padding: 4px 10px;
    line-height: 1.5em;
}
a img { border: 0;} 

/*calculation page */
#results {}
#results .description , #results .price {
    background: url(../../Images/Forms/bg_formItem.png) repeat-x top left #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
}

#results .price {
    width: 90px;
    text-align: right;
    padding-right: 10px;
}

#results .description {
    width: 340px;
    margin: 0 0 0 15px;
    padding-left: 20px;
}
#results br {
    clear: both;
}
#results .percent 
{
    color: #22bbdd;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
}

.CalculationQuestions {
    
}
.cq_header {
    margin: 10px 15px 5px 30px;
    font-weight: bold;
    color: #00657c;
    cursor: hand;
    text-decoration: underline;
}
.cq_content {}
.cq_content ul li {
    
    text-align: justify;
    color: #333333;
    font-size:0.9em;
    line-height: 1.6em;
}
.jsColor { color: #999; }
.euroTeken  
{
    color: #666;  
    float: left; 
    margin-top: 6px; 
    font-family: Verdana; 
    font-size: 11px;
    display: block;
    width: 10px;
    text-align: center;
}
.printOnly { display: none; }
}