﻿.ui-widget-header {
    background: white 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    font-family: Calibri,Tahoma, Arial, sans-serif !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: white !important;
    text-decoration: none !important;
    background-color: rgb(100, 99, 104) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid rgb(100, 99, 104);
    background: #ffffff url('images/ui-bg_flat_65_ffffff_40x100.png') 50% 50% repeat-x;
    font-weight: bold;
    color: #a30046;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: rgb(100, 99, 104) !important;
        text-decoration: none !important;
        background-color: white !important;
        border-width: 1px !important;
        outline-color: transparent !important;
    }

.ui-tabs {
    position: relative;
    padding: .2em;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0 !important;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0 !important;
        padding: 0 0 0 0 !important;
        border: 1px !important;
        border-bottom-color: black !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        font-family: Calibri,Tahoma, Arial, sans-serif !important;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom: 0;
            padding: 0;
            white-space: nowrap;
            border-color: rgb(100, 99, 104);
        }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

#s4-workspace ul, #s4-workspace ol, #s4-workspace dl {
    border-width: 0px 0px 1px 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
    border-top-style: solid !important;
    border-left-style: solid !important;
    border-right-style: solid !important;
    border-color: rgb(100, 99, 104) !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1em !important;
    text-decoration: none;
    font-size: 1rem !important;
    list-style: none;
}