/**
 * Styles for basic wizards used on Storebrand applications
 *
 * Christian Johansen, 9/3 2007
 * www.ixd.no
 */
/* Forms */
#main_content label, #main_content .text, select {
    float: left;
    margin: 0 0.5em 0 0;
}
#main_content select { margin-right: 1em; }
#main_content label { line-height: 2; }
/* Input fields */
#main_content form {
    margin: 0 0 4px;
    border: 1px solid #b0d06a;
    background: url(/site/stb.nsf/bg.green_gradient.1x79.gif) top left repeat-x #bed38e;
}
#calculator_input {
    margin: 0;
    padding: 12px 8px 0;
    border-bottom: none;
}
#calculator_input .section {
    width: 90%;
    margin: 0;
    padding: 0 8px 12px;
    border: none;
    background: none;
    color: #3d5a02;
}
#calculator_input .section label { font-weight: bold; }
/* Tabs */
#main_content #inline_navigation {
    position: relative;
    left: 9px;
    bottom: -1px;
}
#main_content #inline_navigation li {
    float: left;
    margin: 0 -1px 1px 0;
}
#inline_navigation li a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #cbd2d6;
    border-bottom: none;
    background: url(/site/stb.nsf/tab.inline.inactive.gif) bottom left repeat-x #f5f5f5;
    color: #838383;
    font-weight: bold;
}
#main_content #inline_navigation .active { margin-top: -4px; }
#inline_navigation .active a {
    padding-top: 8px;
    position: relative;
    bottom: -1px;
    background: #fff;
    color: #000;
}
/* Main calculation area */
#page #content .main {
    padding: 16px 0;
    width: 718px;
    margin: 0 -2px 0 0;
    position: relative;
    left: -1px;
    bottom: -1px;
    border-top: none;
    border-color: #cbd2d6;
    background-color: #fff;
}
#calculation_details {
    padding: 16px 0 16px 16px;
    width: 385px;
    float: left;
}
#calculation_results {
    padding: 16px;
    width: 260px;
    float: right;
    background: url(/site/stb.nsf/bg.grey.1x1.gif) top left repeat-y;
}
#calculation_results table { width: 99%; }
#calculation_results .button { float: right; }
#calculation_results .separator td {
    padding: 0;
    background: url(/site/stb.nsf/bg.grey.1x1.gif) left center repeat-x;
}
/* Errors */
#calculator_input .error .message {
    padding-left: 10px;
    color: #c00;
    font-weight: bold;
}
#calculator_input .error label { color: #c00; }

