/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* sliders */
.biw-slider {
    clear: both;
    position: relative;
    margin: 12px 0 0 12px;
    *margin-top: 2.4em;
    width: 172px;
    height: 20px;
    background: url(../images/biw-sliderrail-middle.gif) no-repeat;
}

#biw-years-slider.biw-slider {
    display: none;
}

#biw-years-slider.biw-slider + .biw-slider-label {
    display: none;
}

.biw-slider .biw-left-edge {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 6px;
    background: url(../images/biw-sliderrail-left.gif) no-repeat;
}

.biw-slider .biw-right-edge {
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    width: 10px;
    height: 6px;
    background: url(../images/biw-sliderrail-right.gif) no-repeat;
}

.biw-slider a.ui-slider-handle {
    display: block;
    margin: -4px 0 0 -11px;
    width: 20px;
    height: 20px;
    background: url(../images/biw-sliderhandles.gif) no-repeat;
}

.biw-slider:hover a.ui-slider-handle {
    cursor: e-resize;
}

/* do this in JS instead of here so it behaves consistently/reliably in IE
.biw-slider a.ui-slider-handle:hover {
    background-position: -20px 0;
}
*/

/* #biw-errors */
#biw-errors {
    display: none;
}

/* top inputs (radio buttons, labels, text input */
#biw-status-retired {
    float: left;
    margin: 0 6px 6px 0;
    *margin: 0 2px 0 0;
    padding: 0;
}

#biw-status-retired + label {
    float: left;
    *margin-top: 2px;
    width: 172px;
}

#biw-status-retiring {
    clear: left;
    float: left;
    margin: 0 6px 0 0;
    *margin-right: 2px;
    padding: 0;
}

#biw-status-retiring + label {
    float: left;
    *margin-top: 6px;
    width: 134px;
}

#biw-years {
    float: right;
    *margin-top: 6px;
    padding-bottom: 2px;
    width: 28px;
    height: 1.1em;
    font-size: .95em;
}

#biw-years[disabled] {
    border: 1px solid #ccc;
    background-color: #eee;
}

/* divider */
#biw-form .divider-dash {
    padding: 12px 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* bottom inputs (text input, slider) */
#biw-savings-label {
    float: left;
    width: 115px;
}

#biw-savings {
    float: right;
    margin-top: 6px;
    padding-bottom: 2px;
    width: 69px;
    height: 1.1em;
    font-size: .95em;
}

/* button */
#biw-button-container {
    clear: both;
    padding-top: 12px;
}

/* results */
.biw-result ul.bullets-arrow {
    margin-bottom: 0;
}

ul.biw-result-cta {
    margin: 0;
}

ul.biw-result-cta li {
    float: left;
    padding-left: 26px;
    width: 40%;
    min-height: 20px;
    background: url(/uos/_assets/images/icons/phone.gif) no-repeat;
}

ul.biw-result-cta li + li {
    float: right;
    background: url(/uos/_assets/images/icons/person.gif) no-repeat;
}
