/*******************************************************************************
PRINT
*******************************************************************************/

@import url(../print.css);

/*******************************************************************************
SCREEN
*******************************************************************************/
@media screen
{
    /***************************************************************************
    L A Y O U T
    ***************************************************************************/

    html {
        height:100%;
    }

    body {
        font-size: 10pt;
    }

    /* IE6 has different sizing for th,td */
    td, th {
        font-size: 10pt;
    }

    div#content {
        height:auto;
    }

    /***************************************************************************
    TYPOGRAPHY
    ***************************************************************************/

    * {
        font-family: Arial;
        font-size: 10pt;
    }

    a {
        color: #000000;
        text-decoration: underline;
    }
    a:hover     { cursor: pointer; }
    a:active    { color: #000000 }
    a:visited   { color: #000000 }

    h1 {
        font-size: 300%;
    }

    h2 {
        font-style: normal;
        margin-bottom: 10pt;
    }

    /***************************************************************************
    GENERAL TABLE LAYOUT FOR ONVZ
    ***************************************************************************/

    table {
        border-collapse: collapse;
        border: 0px;
    }

    table#popup {
        border: 1px;
    }

    table thead, table tfoot {
        border: 0px;
    }

    table td, table th {
        border: 1px solid #ffffff;
        vertical-align: top;
        padding: 2px 2px 2px 4px;
    }

    table th {
        /*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;*/
        font-weight: bold;
        font-size: 10pt;
        color: #ffffff;
        background: #00a89c;
    }

    table h1, table h2 {
        /*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;*/
        font-weight: bold;
        font-size: 10pt;
        color: #ffffff;
    }

    table thead td, table tfoot td {
        color: #999999;
    }

    table tbody th {
        background: #00a89c;
        color: #000000;
    }

    table tr.found {
        background: #FF4208;
    }

    /* De kolommen in de dekkingen */
    col.one {
        background: #e5f6f5;
    }

    col.two {
        background: #e5f6f5;
    }

    col.three {
        background: #e5f6f5;
    }

    col.four {
        background: #e5f6f5;
    }

    col.five {
        background: #e5f6f5;
    }

    table th a {
        color: #ffffff;
    }

    table th a:hover {
        color: #ffffff;
    }

    table th a:active {
        color: #ffffff;
    }

    table th a:visited {
        color: #ffffff;
    }

    table td#column-empty {
        text-align: center;
        background-color: #f4f4f4;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-top: 0px;
    }

    table th#column-1-header,
    table th#column-2-header,
    table th#column-3-header {
        /*text-align: left;
        background: #b5e2f9;
        color: #000000;
        border-bottom-style: solid;
        border-top-width: 0px;
        border-left: 1px solid #EDEDED;*/
    }

    table th#column-1-footer,
    table th#column-2-footer,
    table th#column-3-footer {
        /*text-align: left;
        background: #b5e2f9;
        color: #000000;
        border-top-style: solid;
        border-bottom-width: 0px;*/
    }

    table th span.verzekering{
        font-weight: normal;
    }

    /***************************************************************************
    P A G E   S E T T I N G S
    ***************************************************************************/
/*
    p#page-setting-view a {
        color: #245791;
    }

    p#page-setting-view a:hover	{
        color: #245791;
    }

    p#page-setting-view a:active {
        color: #245791;
    }

    p#page-setting-view a:visited {
        color: #245791;
    }
*/
    /***************************************************************************
    P R I N T   B U T T O N
    ***************************************************************************/

    p#print {
        position: absolute;
        margin-top: -22px;
        width: 982px;
        margin-bottom: 4px;
        text-align: right;
    }

    p#print a {
        padding-left: 22px;
        background-repeat: no-repeat;
        background-image: url(../images/print_icon.png);
        min-height: 16px;
        z-index:0;
    }

    /***************************************************************************
    T A B L E
    ***************************************************************************/

    table#main, table#main_head {
        /*border-width: 1px;
        border-color: #EDEDED;
        border-style: solid;*/
        border-spacing: 0;
        width: 984px; /* maximale breedte minus 16px voor de scrollbar */
        margin: 0px;
        border-top: none;
        padding: 0px;
    }

    table#main_head {
        table-layout:fixed;
    }
    table#main{
        table-layout:fixed;
    }

    table#main td, table#main_head td {
        font-size: 10pt;
    }

    /***************************************************************************
    T A B L E   H E A D
    ***************************************************************************/

    table#main_head tr#tableHeader th {
        background: none;
    }

    td.search {
        background: none;
        background-color: #f4f4f4;
        /*border-style: solid;
        border-left: 0px;
        border-right: 0px;*/
    }

    table td#header-search-td {
        border: 1px solid #ffffff;
        border-bottom: 0px;
        width: 254px;
    }

    /* Header waar de verzekering te wijzigen is */
    table#main_head tr#tableHeader th#editInsurance {
        background-color: #00a89c;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ffffff;
    }

    /* Header waar de verzekeraar in getoond wordt */
    table#main_head tr#dekking-header th {
        padding: 2px 2px 2px 4px;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    table#main_head p.dekking {
        margin: 0px;
    }

    table#main_head tr#kostenoverzicht td#berekening {
        background-color: #e5f6f5;
        color: #000000;
        text-align: center;
        padding: 2px;
    }

    table#main_head th#berekenpremie1,
    table#main_head th#berekenpremie2,
    table#main_head th#berekenpremie3,
    table#main_head th#boombeheer {
        background-color: #999999;
        text-align: center;
        padding: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #ffffff;
        padding-left: 1px;
    }

    tr#eigenRisicoRow td {
        border-top: 1px solid #ffffff;
    }

    /***************************************************************************
    D E K K I N G   T A B L E
    ***************************************************************************/

    /*table#main th {
        border: 1px solid #EDEDED;
    }*/

    table#main td {
        border: 1px solid #ffffff;
    }

    /* AV:/BV: */
    table#main td span.type {
        display: block;
        font-weight: bold;
    }

    /* Gecontracteerd / Niet gecontracteerd: */
    table#main td span.contract {
        font-style: italic;
    }

    table#main th {
        width: 260px;
    }

    /***************************************************************************
    P A K K E T   S E L E C T I E   +   P R E M I E   B E R E K E N I N G
    ***************************************************************************/

    #popOverlayHourglass,
    #popOverlayPakketSelectie,
    #popOverlayPremieBerekening {
        background-color: #fff;
    }

    div.disabled label {
        text-decoration: line-through;
        color: #888;
    }

    div.selected {
        font-weight: bold;
    }

    /* De kolommen in de pop-ups */
    table#popupTablePakketSelectie col.one,
    table#popupTablePremieBerekening col.one {
        background: #e5f6f5;
    }

    table#popupTablePakketSelectie col.two,
    table#popupTablePremieBerekening col.two {
        background: #e5f6f5;
    }

    table#popupTablePakketSelectie col.three,
    table#popupTablePremieBerekening col.three {
        background: #e5f6f5;
    }

    table#popupTablePakketSelectie td,
    table#popupTablePremieBerekening td {
        border: none;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        line-height: 20px;
    }

    table#popupTablePakketSelectie thead th.titel,
    table#popupTablePremieBerekening thead th.titel {
        text-align: center;
        border: 1px solid #ffffff;
    }

    table#popupTablePakketSelectie thead th.column1,
    table#popupTablePakketSelectie thead th.column2,
    table#popupTablePakketSelectie thead th.column3 {
        display: none;
    }

    table#popupTablePremieBerekening thead th.column {
        background-color: #00a89c;
        text-align: center;
        padding: 1px 2px;
        border: 1px solid #ffffff;
        width: 176px;
    }

    table#popupTablePakketSelectie thead td,
    table#popupTablePremieBerekening thead td {
        display: none;
    }

    table#popupTablePakketSelectie tfoot td,
    table#popupTablePremieBerekening tfoot td {
        background: #ffffff;
        padding: 1px;
        border: 1px solid #ffffff;
    }

    #popWindowHourglass,
    #popWindowPakketSelectie,
    #popWindowPremieBerekening {
        margin-top: 77px;
        margin-left: 261px;
    }

    table#popupTablePakketSelectie{
        table-layout: fixed;
    }

    table#popupTablePakketSelectie,
    table#popupTablePremieBerekening {
        width: 723px;
        background: #e5f6f5;
    }

    table#popupTablePremieBerekening select#selectAantalKinderen {
        width : 36px;
        vertical-align:bottom;
    }

    table#popupTablePremieBerekening select#eigenRisicoSelect,
    table#popupTablePremieBerekening select#collectiviteitscategorieSelect,
    table#popupTablePremieBerekening select#collectiviteitsaanbiederSelect {
        width : 100%;
        vertical-align:bottom;
    }

    table#popupTablePremieBerekening tbody#premieBerekeningBody tr td{
        text-align:left;
        vertical-align:bottom;
        white-space: nowrap;
    }

    div.pakketselectie p {
        line-height: 22px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    p#sluiten {
        position: absolute;
        width: 738px;
        margin-top: -20px;
        text-align: right;
    }

    p#sluiten a {
        display: inline-block;
        background: url(../images/close_icon.png) no-repeat;
        height: 38px;
        width: 38px;
        z-index: 0;
        cursor: pointer;
    }

    p.message {
        font-weight: bold;
    }

    input.geboorteDag,
    input.geboorteMaand {
        width: 24px;
    }

    input.geboorteJaar {
        width: 34px;
    }

    /***************************************************************************
    S E A R C H
    ***************************************************************************/

    form#header-search {
        margin:0;
        padding:0;
    }

    div#autocomplete_container {
        margin: 1px 1px 0 1px;
    }

    input#autocomplete {
        float: left;
        width: 120px;
        padding: 2px;
        border-style: solid;
        border-width: 1px;
        border-color: #00a89c;
        font-size: 10pt;
        font-weight: bold;
    }

    input#querybottom {
        margin-top: 1px;
        margin-bottom: 2px;
    }

    div.autocomplete {
        width: 600px;
        background: white;
        border: 1px solid black;
        padding:4px;
        z-index:99;
    }

    div.autocomplete span {
        color: black;
    }

    div.autocomplete ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    div.autocomplete ul li.selected {
        background: #00a89c;
    }

    div.autocomplete ul li {
        color: black;
    }

    /***************************************************************************
    TREE
    ***************************************************************************/

    tbody.branch th, tbody.branch td {
        border: 0px;
        border-bottom: 1px solid #ffffff;
    }

    tbody.branch td {
        border-left-width: 0px;
    }

    tbody.tree th.highlight,
    tbody.tree td.highlight,
    tbody.tree th.highlight div,
    tbody.tree th.mark,
    tbody.tree td.mark,
    tbody.tree th.mark div   {
        background-color: #00a89c !important;
        color: #000000;
    }

    table#main th.level0 {
        border-right:0 none;
    }

    tbody.tree tr.branch td {
        margin: 0px;
        height: 20px;
    }

    tbody.tree tr.branch th {
        height: 20px;
        padding: 0px;
        margin: 0px;
        white-space: nowrap;
    }

    tbody.folded div {
        height: 18px;
        margin-left: 0px;
        padding-left: 25px;
        padding-top: 3px;
    }

    tbody.unfolded div {
        height: 18px;
        margin-left: 0px;
        padding-left: 25px;
        padding-top: 3px;
    }

    tbody.branch th.level1 div,
    tbody.branch th.level2 div {
        padding-left: 50px;
    }

    tbody.folded th.level0 div,
    tbody.folded th.level1 div,
    tbody.folded th.level2 div,
    tbody.folded th.level0.highlight div,
    tbody.folded th.level1.highlight div,
    tbody.folded th.level2.highlight div {
        background: #f4f4f4 url("images/arrow.png") no-repeat;
    }

    tbody.unfolded th.level0 div,
    tbody.unfolded th.level1 div,
    tbody.unfolded th.level2 div,
    tbody.unfolded th.level0.highlight div,
    tbody.unfolded th.level1.highlight div,
    tbody.unfolded th.level2.highlight div {
        background: #CCCCCC url("images/arrow_down.png") no-repeat;
    }

    /* positie van de arrows */
    tbody.tree th.level0 div, tbody.tree th.level0.highlight div { background-position:	4px  4px; }
    tbody.tree th.level1 div, tbody.tree th.level1.highlight div { background-position:	30px 4px; }
    tbody.tree th.level2 div, tbody.tree th.level2.highlight div { background-position:	56px 4px; }

    tbody.branch th.level1 {
        border-right:0 none !important;
    }

    tbody.leaf th {
        padding: 0px;
        background-color: #999999;
        background-repeat: repeat-y;
        font-weight: normal;
    }

    tbody.leaf th div {
        margin-left: 21px;
    }

    tbody.leaf th.level1 {
        background-color: #00a89c;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    tbody.leaf th.level1 div {
        margin-left: 31px;
    }

    tbody.leaf th.level2 {
        background-color: #00a89c;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    tbody.leaf th.level2 div {
        margin-left: 35px;
    }

    tbody.leaf div {
        margin-right: 3px;
    }

    tbody.tree th img {
        margin-top: 3px;
    }

    /***************************************************************************
    ICON
    ***************************************************************************/

    img.icon, img.icon.info {
        background-image: none;
        background-color: transparent;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

    /***************************************************************************
    POPUP
    ***************************************************************************/

    div.popup {
        background-color: #e5f6f5;
        border: 1px solid #00a89c;
    }

    /* Header wordt niet meer getoond */
    div.popup h1 {
        background-color: #5a5a5a;
        color: white;
    }

    /* user feedback */
    img.popup, img.icon {
        cursor: pointer;
        width: 14px;
        height: 14px;
    }

    img.popup.info {
        background-image: url("images/information.png");
        background-repeat: no-repeat;
    }

    img.popup.exclamation {
        background-image: url("images/exclamation.gif");
        background-repeat: no-repeat;
    }

    #footnote {
        position: absolute;
        background-color: #999999;
    }

    /***************************************************************************
    BUTTON
    ***************************************************************************/

    button {
        width: 120px;
        height: 17px;
        background: transparent url("images/button_primair.png");
        background-repeat: no-repeat;
        border: 0px none;
        color: #ffffff;
        cursor: pointer;
        font-weight: bold;
        padding-bottom: 2px;
    }

    button span {
        display: block;
        text-align: center;
        position: inherit;
        line-height: 17px;
        top: auto;
        width: auto;
    }

        form#header-search button,
    form#footer-search button {
        width: 120px;
        height: 17px;
        background-image: url("images/button_primair.png");
        background-repeat: no-repeat;
        margin-left: 5px;
    }

    form#header-search button span {
        display: block;
        text-align: center;
        position: inherit;
        top: auto;
        width: auto;
    }

    /***************************************************************************
    SPECIFIEK VOOR NIEUW SCHERMONTWERP
    ***************************************************************************/

    th#verstrekkerHeader {
        font-size: 100%;
        color: #245791;
        width: 540px;
        background: #EDEDED !important;
        border:none;
    }

    /***************************************************************************
    SPECIFIEK VOOR WAARDERINGEN
    ***************************************************************************/

    table#main th.rating_col_one,
    table#main th.rating_col_two,
    table#main th.rating_col_three,
    table#main th.norating_col_one,
    table#main th.norating_col_two,
    table#main th.norating_col_three {
        background: #f4f4f4;
        text-align:center;
        vertical-align:middle;
    }

    table#main tbody.unfolded th.rating_col_one,
    table#main tbody.unfolded th.rating_col_two,
    table#main tbody.unfolded th.rating_col_three,
    table#main tbody.unfolded th.norating_col_one,
    table#main tbody.unfolded th.norating_col_two,
    table#main tbody.unfolded th.norating_col_three {
        background: #CCCCCC;
    }

    table#main th.norating_col_one,
    table#main th.norating_col_two,
    table#main th.norating_col_three {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }

    /***************************************************************************
    SPECIFIEK VOOR knoppen
    ***************************************************************************/

    a.selecteer {
        display: inline-block;
        background: transparent url("images/button_primair.png") 0 0 no-repeat;
        width: 120px;
        height: 17px;
        color: #ffffff;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
        margin-top: 2px;
        line-height: 16px;
    }

    a#close-all, a#open-all, a#view-differences, a#view-all {
        background-image: url("images/button_primair.png");
        background-repeat: no-repeat;
        height: 17px;
        padding-bottom: 2px;
        text-align: center;
        text-decoration: none;
        margin-top: 2px;
        cursor: pointer;
        float: left;
        color: #ffffff;
        width: 120px;
        margin-left: 5px;
    }

    a#bereken-premie1, a#bereken-premie2, a#bereken-premie3, a#popup-bereken-premie {
        display: -moz-inline-box;
        display: inline-block;
        background-color: transparent;
        background-image: url("images/button_primair.png");
        background-repeat: no-repeat;
        width: 120px;
        height: 17px;
        padding-bottom: 2px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        margin-top: 2px;
        color: #ffffff;
    }

    a#stuur-offerte{
        background-image: url("images/button_primair.png");
        background-repeat: no-repeat;
        height: 17px;
        padding-bottom: 2px;
        text-align: center;
        margin-top: 2px;
        cursor: pointer;
        float: left;
        color: #ffffff;
        width: 120px;
        margin-left: 58px;
        font-weight: bold;
    }

    /***************************************************************************
    Scrollable div opties
    ***************************************************************************/
    div#scrollable-div {
        overflow:auto;
        overflow-x: hidden;
        height: 550px;
        width: 1000px; /*breedte incl. scrollbar*/
        padding:0px;
        margin: 0px;
    }

    input[type="checkbox"], input[type="radio"] {
        margin: 0 2px;
    }
}

