/* quickform forms */
@import url("form.inc.css");

body, th, td, input.text, p, label, input.password, input.submit, input.button, select, div.layout {
    color: #264474;
}

input[type=submit] {
    border: solid 1px #a7a7a7;
    color: #264474;
    font-size: 10px;
    font-weight:bold;
    background-color:#f6f6f7;
    padding-bottom: 0.24em;
}
input[type=button] {
    border: solid 1px #a7a7a7;
    color: #264474;
    font-size: 10px;
    font-weight:bold;
    background-color:#f6f6f7;
    padding-bottom: 0.24em;
}
input[type=text], input.text {
    border:1px solid #6699CC;
}

select {
    font-weight: normal;
}

ul.left_text_list li {
    padding-bottom:0.8em;
}

/*<button>*/
button {
    border: solid 1px #a7a7a7;
    color: #264474;
    font-size: 10px;
    font-weight:bold;
    background-color:#f6f6f7;
    padding-bottom: 0.24em;
}

div.letop {
    width:100%;
    height;100%;
    background-color:#d5d5d5;
}

select.rubriek {
    width:31.3em;
    text-align:center;
    border-style:none;
}

select.date {
    width:10.15em;
    text-align:center;
    border-style:none;
}

table.form {
    background-color: #F1F1F1;
}

table.form tr td label, table.form tr td {
    color: #264474;
    font-weight: normal;
}

div#right_skyscraper_div_id {
    height: 65.3em;
    background:url(/img/right_frame_adv_bg.gif);
}

div.form_help_div {
    border: 0px none;
}

textarea {
    height: auto;
    width: auto;
}

input.button_datum_toevoegen, 
input.button_datum_verwijderen, 
input.button_annuleer, 
input.button_volgende, 
input.button_vorige, 
input.button_wijzig_gegevens, 
input.button_wijzig_erdeecard_nummer {
    border: 0px none;
    cursor: pointer;
    font-weight: normal;
    padding-top: 0.1em;
    height: 17px;
}

input.button_datum_toevoegen {
    background:url(/img/button_datum_toevoegen.gif);
    width: 128px;
}

input.button_datum_verwijderen {
    background:url(/img/button_datum_toevoegen.gif);
    width: 128px;
}

input.button_annuleer {
    background:url(/img/button_annuleer.gif);
    width: 85px;
}

input.button_volgende {
    width: 85px;
    background:url(/img/button_volgende.gif);
}

input.button_vorige {
    width: 85px;
    background:url(/img/button_vorige.gif);
}

input.button_wijzig_gegevens {
    width: 133px;
    background:url(/img/button_wijzig_gegevens.gif);
}

input.button_wijzig_erdeecard_nummer {
    width: 133px;
    background:url(/img/button_wijzig_erdeecard_nummer.gif);
}

tr.white_border_element td {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#print_button {
    cursor: pointer; 
    border: 0px; background:url(/img/button_volgende.gif); 
    width: 85px; 
    height: 17px;
}

@media print {
    #top_nav_div, #top_frame_div, #left_frame_div, #right_frame_div {
        display:none;
    }
}

/* for AllOnePage */
table.form td {
    padding:0.5em;
}
table.form table, table.form table tbody, table.form table td {
    margin:0px;
    padding:0px;
}
table.form table.mbodytable td {
    white-space:nowrap;
}
#TEMP_QUES_body_0_textArea_1 {
    visibility:hidden;
    width:31.3em;
    height:10em;
}
#input_cell .mpositiontable .mbodytable img {
    display:none;
}

