﻿/*
    Rekenmodule styles
    
    */





.rekenmodule-formulier
{
    background-color:#b4e0ff
}

.rekenmodule-titel
{

    font-size:14pt;
    font-weight:bold;
    margin-bottom:5px;
    background-color:#ffffff;
}


.rekenmodule-intro
{
   font-style:italic;
   margin-bottom:5px;
}


.rekenmodule-vragen-op
{
    font-weight:bold;
    margin-bottom:5px;
}

.rekenmodule-vragen-op-vraag
{
    list-style-type:square;
    list-style:circle;
}
li.rekenmodule-vragen-op-vraag, .rekenmodule-vragen-op-vraag

{
    font-weight:normal;
    margin-bottom:0px;
    list-style:circle;
    list-style-type:square;
}








body {
    font-family: Arial;
    font-size:9pt;
    
    margin:0px;
    padding:0px;
    
}

.table
{
    border-spacing:0px;
    padding:0px;
    background-color:#d3e2ff;
}

.tr
{
       
}

#td
{
    padding:0px;
    aborder:solid;

}



.header
{
    font-size: 20pt;
    text-align:center;
    border:none;
    background-color:#ffffff;
    margin:0px;
    width:100%;
    
}

.footer{
    font-size: 8pt;
    text-align:center;
    background-color:#e2e2e2
    
}



.form
{
    background-color:#ededed;
    width:100%;
    padding:0px;
    border-spacing:0px;
    margin:0px;
    border:none;
    border-bottom-color:#f00;
    border-width:0px;
    border:none;
}




.formheader
{
    font-size: 14pt;
    text-align:left;
    backgroun-color:#fff7cb;
    border: none;
}

tr.buttonbar
    {
        background-color:#e2e2e2;
        height:40px;
     }

.validationsummary
{
    
}




.invoerrij
{
       min-height:10px;
       background-color:#d3e2ff;
       border:none;
       border-style: none;
}


.invoerlabel
{
    vertical-align:text-top;
    min-width:120px;
    text-align:left;
    font-weight:bold;
    border-style: none;
    border: none;
}

.invoerveld
{
    vertical-align:text-top;
    width:auto;
    text-align:left;
    border:none;
    border-style: none;
}


.formresultvalue
{

    vertical-align:text-top;
    width:auto;
    text-align:right;
    border:none;
    border-style: none;
    
}


.button
{
   vertical-align:central;
   text-align:center;
   width:100%;
   height:30px;
}


