.status_completed {
    list-style-image: url("../Images/Icons/checkmark.png");
}
.status_failed {
    list-style-image: url("../Images/Icons/error.png");
}
.throbber {
    list-style-type: none;
}
.loading-base {
    position: relative;
    width: 214px;
    height: 16px;
    left: 65px;
    top: -15px;
}
.loading {
    background: url("../Images/Icons/ajax-loader.gif")
}
.loading-complete {
    background: url("../Images/Icons/throbber-stopped.gif") no-repeat;
    top: -12px !important;
}
#status_back {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.75;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9;
}

.footer {
    clear: both;
}
#status_bar {
    height: 20px;
    background: #FF00FF;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}
#status_popup {
    width: 350px;
    background: #999999;
    border: 1px solid #AAAAAA;
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 100;
}
#race_tabs {
    font-size: 10pt;
}
.close {
    position: relative;
    left: 332px;
    float: left;
    top: -18px;
    width: 16px;
}
.min {
    position: relative;
    width: 348px;
}
.ui-min {
    margin-left: 313px;
    border-left: 1px solid #D3D3D3;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 0.1em 0.6em !important;
}
.hirow {
    background: #00FF00;
}

#slider_back {
    background: #F1F1F1 !important;
    border: none;
    position: absolute;
    top: 0;
    width: 100%;
    right: 40%;
    z-index: 0;
    padding-top: 2px;
}

#slider {
    background: none !important;
    z-index: 1;
}
.ui-slider-range {
    z-index: 10;
}
