/* 
    Document   : base
    Created on : Jul 5, 2012, 3:23:17 PM
    Author     : martinsb
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

div#calc {
    width: 520px;
    margin-bottom: 10px;
}

div#calc_error {
    margin-top: 5px;
    color: #ff0000;
}

div#caption {
    background: url("table_form_bg.png") repeat-x scroll left top transparent;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 4px;
    text-align: left;
    width: 520px;
    font-size: 14px;
}

div.row {
    margin-top: 5px;
}
div.label {
    float: left;
    color: #000000;
    text-align: right;
    width: 260px;
    padding-right: 10px;
}

div.value input.text {
    background: url("table_form_input.png") no-repeat scroll left top transparent;
    border: medium none;
    font-size: 0.9em;
    height: 18px;
    padding-left: 2px;
    width: 103px;
}

div#select_levels2, div#select_levels3, div#select_levels4 {
    color: #606060;
}

div.buttons {
    text-align: center;
    width: 520px;
    margin-top: 5px;
}
div#calc_local, div#calc_world, div#calc_baltic{
    display: none;
}


div.result {
    background: url("f-menu_bg.png") repeat-x scroll left top transparent;
    color: #000000;
    height: 24px;
    padding-left: 2px;
    padding-top: 4px;
    vertical-align: top;
}
div.result_left {
    float: left;
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
div.result_right {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}