.notifications {
    padding: 10px;
    font-size: 12px;
}

    .notifications.success {
        border: 1px solid green;
        background: lightgreen;
        color: darkgreen;
        font-weight: bold;
    }

    .notifications.failed {
        border: 1px dashed darkred;
        background: red;
        color: #fff;
        font-weight: bold;
    }

.sysNotice {
    padding: 15px;
    color: black;
    background-color: #ffebb059 /*#F8D7DA*/;
    border: 1px solid #FAAD76 /*#F5C6CB*/;
    border-radius: 8px;
    /* text-align: center; */
    margin: 10px 0;
    /* text-shadow: 0 0 10px white; */
    /* background-image: url('/Content/images/icons/supportAction_red_sml.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: 8px 8px; */
    /* padding-left: 20px; */
    font-size: 16px;
    /*color: #721C24;*/
    font-weight: 600;
    font-family: 'Inter';
}

    .sysNotice .details-link {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 4px;
    }

    .sysNotice .details {
        font-weight: 400;
        margin-top: 10px;
    }

        .sysNotice .details p {
            margin-bottom: .5rem;
        }

    .sysNotice i {
        color: #FAAD76;
        font-size:1.3em;
    }


/* WU LOGIN */
.wu-login-container {
    padding: 8px;
    max-width: 400px;
    display: block;
    background-color: #aedb1f;
    border: 3px solid #282828;
}

.wu-login-content {
    background-color: #fff;
}

    .wu-login-content h3 {
        max-width: 100%;
        background: url('../../images/nav_black.png') repeat-x top left;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 8px 10px;
    }

    .wu-login-content input[type="submit"],
    .wu-login-content button {
        border: none;
        padding: 6px 25px;
        cursor: pointer;
        background: #282828;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        bottom: -70px;
    }

    .wu-login-content input[type="submit"] {
        right: -19px;
    }

    .wu-login-content button {
        right: 80px;
    }

/* UI BOXES */
.ui-box-container h3 {
    display: inline-block;
}

.ui-box-container a:not(.regButton) {
    color: #53a6d6 !important;
}

.ui-box {
    background: #f7fdf6; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fdf6 0%, #e2f3de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e2f3de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fdf6 0%,#e2f3de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e2f3de',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e0eadd;
    padding: 4px;
}

.ui-box-content {
    background: #f7fdf6; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fdf6 0%, #e2f3de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e2f3de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fdf6 0%,#e2f3de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e2f3de',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e0eadd;
    padding: 10px;
    font-size: 16px;
}

    .ui-box-content span {
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
    }

.ui-box-container .ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

.ui-box-table {
    padding: 0;
}

.ui-box-list {
    background: #f7fdf6; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fdf6 0%, #e2f3de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e2f3de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fdf6 0%,#e2f3de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e2f3de',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e0eadd;
    padding: 4px 8px;
    font-size: 16px;
    margin-bottom: 3px;
}

    .ui-box-list .name {
        font-weight: bold;
        font-size: 15px;
    }

    .ui-box-list .rank {
        font-size: 12px;
        font-weight: bold;
        color: #9cc902;
        margin-top: 5px;
    }

        .ui-box-list .rank .tag {
            font-size: 12px;
            font-weight: bold;
        }

    .ui-box-list .title {
        font-size: 12px;
        color: #9cc902;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .ui-box-list .location {
        font-size: 14px;
        padding-top: 4px;
        padding-left: 20px;
        background: url('../../images/icons/location.png') no-repeat center left;
    }

    .ui-box-list .subVal {
        font-size: 13px;
        font-weight: bold;
        padding-top: 0px;
        color: #666;
    }

    .ui-box-list .val, .ui-box-list .date {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ui-box-list .rankLabel {
        font-size: 40px;
        color: #c5d4c1;
        font-weight: bold;
    }

/* AGENT RESOURCES LISTS */
.ui-box-content ul.promotional, .ui-box-content ul.procedural, .ui-box-content ul.media {
    margin: 0;
    padding: 0 6px;
    list-style-type: none;
}

    .ui-box-content ul.promotional li, .ui-box-content ul.procedural li, .ui-box-content ul.media li {
        padding: 6px 10px 6px 30px;
        font-size: 12px;
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
    }

        .ui-box-content ul.promotional li.even,
        .ui-box-content ul.procedural li.even,
        .ui-box-content ul.media li.even {
            background-color: #f7fdf6 !important;
        }

        .ui-box-content ul.promotional li a,
        .ui-box-content ul.procedural li a,
        .ui-box-content ul.media li a {
            color: #282828;
            text-decoration: underline;
        }

        .ui-box-content ul.promotional li:last-child,
        .ui-box-content ul.procedural li:last-child,
        .ui-box-content ul.media li:last-child {
            border-bottom: none;
        }

    .ui-box-content ul.media li {
        background: url('../../images/mediaImg.png') no-repeat left;
    }

    .ui-box-content ul.promotional li {
        background: url('../../images/promoImg.png') no-repeat left;
    }

    .ui-box-content ul.procedural li {
        background: url('../../images/proceduralImg.png') no-repeat left;
    }

        .ui-box-content ul.media li:hover,
        .ui-box-content ul.procedural li:hover,
        .ui-box-content ul.promotional li:hover {
            background-color: #d7ff58 !important;
        }



/* WEBINARS & VIDEO PAGE */
.webinars-resources-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .webinars-resources-list > li {
        display: inline-block;
        width: 215px;
        height: 110px;
        margin-left: 10px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
    }
        /*.webinars-resources-list > li:first-child { margin-left: 0; }*/
        .webinars-resources-list > li > a > .tag {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            text-align: left;
            color: #fff;
            background-color: #000000;
            opacity: .75;
            filter: alpha(opacity=75);
            -webkit-transition: opacity 1s;
            transition: opacity 1s;
        }

        .webinars-resources-list > li:hover > a > .tag {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .webinars-resources-list > li > a > .tag > span {
            display: block;
            padding: 5px 10px;
        }

        .webinars-resources-list > li > a > .img {
            border: none;
            background-size: 100% auto;
            background-position: center;
            display: block;
            width: 100%;
            height: 100%;
            transition: background-size 1s;
        }

        .webinars-resources-list > li:hover > a > .img {
            background-size: 150% auto;
        }


/* UI SOFT BOX --- OLD */
.ui-soft-box {
    box-shadow: 0 0 8px #e3e3e3;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 53%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 53%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 53%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

    .ui-soft-box .ui-sb-content-border {
        padding: 6px;
        background-color: #9ac476;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.ui-sb-content {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px;
}

.ui-sb-content-table {
    background-color: #ffffff;
    padding: 0;
}

.ui-sb-content .agentName {
    font-size: 20px;
    padding: 10px 10px;
}

.ui-sb-content .agentTitle {
    color: green;
}

.ui-sb-content .agentCity {
    background: url('../../../scripts/jstree/themes/wucustom/07-map-marker.png') no-repeat left;
    padding-left: 25px;
}

.ui-sb-content .agentPhone div {
    background: url("../../../scripts/jstree/themes/wucustom/userPhone.png") no-repeat left;
    padding-left: 25px;
}

.ui-sb-content .agentEmail div {
    background: url("../../../scripts/jstree/themes/wucustom/userEmail.png") no-repeat left;
    padding-left: 25px;
}

.ui-sb-content .agentUrl div {
    background: url("../../images/icons/location_web.png") no-repeat left;
    padding-left: 25px;
}


/*  PROSPECT SECTION */
.ui-sb-content .clientName {
    font-size: 20px;
    padding-bottom: 5px;
}

.ui-sb-content .clientStatus {
    padding-bottom: 5px;
}

.ui-sb-content .clientOrder {
    color: green;
}

.ui-sb-content .clientPhone div {
    background: url("../../../scripts/jstree/themes/wucustom/userPhone.png") no-repeat left;
    padding-left: 25px;
}

.ui-sb-content .clientEmail div {
    background: url("../../../scripts/jstree/themes/wucustom/userEmail.png") no-repeat left;
    padding-left: 25px;
}

.clientStatus {
    font-weight: normal;
}

.declined .clientStatus {
    color: red;
}

.purchased .clientStatus {
    color: green;
}

.in-progress .clientStatus {
    color: blue;
}


.declined .clientStatusSpacer {
    background: red;
    padding: 0;
    display: block;
    width: 25%;
    margin-top: 7px;
    height: 1px;
}

.purchased .clientStatusSpacer {
    background: green;
    padding: 0;
    display: block;
    width: 25%;
    margin-top: 7px;
    height: 1px;
}

.in-progress .clientStatusSpacer {
    background: blue;
    padding: 0;
    display: block;
    width: 25%;
    margin-top: 7px;
    height: 1px;
}

.historyComment {
    margin: 4px 0 4px 8px;
}

    .historyComment .comment {
        background: #cbebaf;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #333;
        padding: 8px;
        display: inline-block;
        min-width: 40%;
        max-width: 80%;
    }

    .historyComment .name {
        font-size: 8px;
        margin-left: 4px;
        padding-left: 20px;
        background: url("../../images/icons/chatBubbleBottom_green_sml.png") no-repeat top left;
        min-width: 30px;
        max-width: 80px;
        color: #999;
    }

/* TABLES */
.ui-box-table table thead,
.dataTables_scrollHead {
    background: #282828; /* Old browsers */
    background: -moz-linear-gradient(top, #555555 0,#282828 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#555555), color-stop(70%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555555 0,#282828 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555555 0,#282828 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555555 0,#282828 70%); /* IE10+ */
    background: linear-gradient(to bottom, #555555 0,#282828 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
    color: white;
}

/* SECTION STEPS */
.step {
    background: url('../../images/scheduleSteps.png') no-repeat;
    width: 94px;
    height: 35px;
    display: inline-block;
}

#step1 {
    background-position: -94px 0;
}

    #step1.active {
        background-position: 0 0;
    }

#step2 {
    background-position: -94px -35px;
}

    #step2.active {
        background-position: 0 -35px;
    }

#step3 {
    background-position: -94px -72px;
}

    #step3.active {
        background-position: 0 -72px;
    }

#step4 {
    background-position: -94px -108px;
}

    #step4.active {
        background-position: 0 -108px;
    }



/* DATA TABLE */
.paginate_disabled_next {
    background: url("../../images/forward_disabled.png") no-repeat scroll right top transparent;
}

.paginate_enabled_next {
    background: url("../../images/forward_enabled.png") no-repeat scroll right top transparent;
}

    .paginate_enabled_next:hover {
        background: url("../../images/forward_enabled_hover.png") no-repeat scroll right top transparent;
    }

table.dataTable tbody tr td,
table tbody tr td {
    font-size: 12px !important;
}

table.dataTable thead tr th,
table thead tr th {
    cursor: pointer !important;
    font-size: 12px !important;
    padding: 6px 2px;
}

table.dataTable tbody tr:hover, table.dataTable tbody tr:hover td, .highlighted {
    background-color: #e6ffa2 !important;
}

table.dataTable tr.highlighted {
    background-color: #BCFA6B !important;
    outline: dashed 1px;
}

table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

    table.display thead th {
        border-bottom: 1px solid black;
        cursor: pointer;
        font-weight: bold;
        padding: 3px 18px 3px 10px;
    }

    table.display tfoot th {
        border-top: 1px solid black;
        font-weight: bold;
        padding: 3px 18px 3px 10px;
    }

    table.display tr.heading2 td {
        border-bottom: 1px solid #AAAAAA;
    }

    table.display td {
        padding: 3px 10px;
    }

        table.display td.center {
            text-align: center;
        }

.sorting_asc {
    background: url("../../images/sort_asc.png") no-repeat scroll right center transparent;
}

.sorting_desc {
    background: url("../../images/sort_desc.png") no-repeat scroll right center transparent;
}

.sorting {
    background: url("../../images/sort_both.png") no-repeat scroll right center transparent;
}

.sorting_asc_disabled {
    background: url("../../images/sort_asc_disabled.png") no-repeat scroll right center transparent;
}

.sorting_desc_disabled {
    background: url("../../images/sort_desc_disabled.png") no-repeat scroll right center transparent;
}

table.display thead th:active, table.display thead td:active {
    outline: medium none;
}

tr.odd {
    background-color: #e8f3e0;
}

tr.even {
    background-color: white;
}

tr.self td {
    font-weight: bold;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
}

.top, .bottom {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 15px;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
    padding: 10px 0px;
}

tfoot input {
    color: #444444;
    margin: 0.5em 0;
    width: 100%;
}

    tfoot input.search_init {
        color: #999999;
    }

td.group {
    background-color: #D1CFD0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #D1CFD0;
    border: 2px solid #A19B9E;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
    width: 400px;
}

    .paging_full_numbers a:active {
        outline: medium none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
        border: 1px solid #AAAAAA;
        color: #333333 !important;
        cursor: pointer;
        margin: 0 3px;
        padding: 2px 5px;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #DDDDDD;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #CCCCCC;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}
/*tr.odd td.sorting_1 {
    background-color: #D3D6FF;
}
tr.odd td.sorting_2 {
    background-color: #DADCFF;
}
tr.odd td.sorting_3 {
    background-color: #E0E2FF;
}
tr.even td.sorting_1 {
    background-color: #EAEBFF;
}
tr.even td.sorting_2 {
    background-color: #F2F3FF;
}
tr.even td.sorting_3 {
    background-color: #F9F9FF;
}*/



div.box {
    background-color: #E5E5FF;
    border: 1px solid #8080FF;
    height: 100px;
    overflow: auto;
    padding: 10px;
}

.dataTables_wrapper {
    clear: both;
    position: relative;
}

.dataTables_processing {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
}

.dataTables_length {
    float: left;
    width: 40%;
}

.dataTables_filter {
    float: right;
    text-align: right;
    width: 50%;
}

.dataTables_info {
    float: left;
    width: 60%;
    margin-top: 10px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    color: #111111 !important;
    cursor: pointer;
    float: left;
    height: 19px;
}

    .paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
        outline: medium none;
    }

.paginate_disabled_previous, .paginate_disabled_next {
    color: #666666 !important;
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next, .paginate_enabled_next {
    margin-left: 10px;
    padding-right: 23px;
}

.paginate_disabled_previous {
    background: url("../../images/back_disabled.png") no-repeat scroll left top transparent;
}

.paginate_enabled_previous {
    background: url("../../images/back_enabled.png") no-repeat scroll left top transparent;
}

    .paginate_enabled_previous:hover {
        background: url("../../images/back_enabled_hover.png") no-repeat scroll left top transparent;
    }

.paginate_disabled_next {
    background: url("../../images/forward_disabled.png") no-repeat scroll right top transparent;
}

.paginate_enabled_next {
    background: url("../../images/forward_enabled.png") no-repeat scroll right top transparent;
}

    .paginate_enabled_next:hover {
        background: url("../../images/forward_enabled_hover.png") no-repeat scroll right top transparent;
    }

table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

    table.display thead th {
        border-bottom: 1px solid black;
        cursor: pointer;
        font-weight: bold;
        padding: 3px 18px 3px 10px;
    }

    table.display tfoot th {
        border-top: 1px solid black;
        font-weight: bold;
        padding: 3px 18px 3px 10px;
    }

    table.display tr.heading2 td {
        border-bottom: 1px solid #AAAAAA;
    }

    table.display td {
        padding: 3px 10px;
    }

        table.display td.center {
            text-align: center;
        }

.sorting_asc {
    background: url("../../images/sort_asc.png") no-repeat scroll right center transparent;
}

.sorting_desc {
    background: url("../../images/sort_desc.png") no-repeat scroll right center transparent;
}

.sorting {
    background: url("../../images/sort_both.png") no-repeat scroll right center transparent;
}

.sorting_asc_disabled {
    background: url("../../images/sort_asc_disabled.png") no-repeat scroll right center transparent;
}

.sorting_desc_disabled {
    background: url("../../images/sort_desc_disabled.png") no-repeat scroll right center transparent;
}

table.display thead th:active, table.display thead td:active {
    outline: medium none;
}

tr.odd {
    background-color: #e8f3e0;
}

tr.even {
    background-color: white;
}

tr.odd.unreadCommentRow, .unreadCommentRow {
    /*background-color: rgb(181, 222, 253);*/
}

tr.even.unreadCommentRow {
    /*background-color: rgb(221, 240, 250);*/
}

tr.selected td {
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    background-color: #D1FC3C;
}

.unreadCommentRow {
    color: blue;
}

.requiresActionRow {
    text-decoration: underline;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.top, .bottom {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 15px;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    color: #444444;
    margin: 0.5em 0;
    width: 100%;
}

    tfoot input.search_init {
        color: #999999;
    }

td.group {
    background-color: #fff;
    border-bottom: 1px solid #A19B9E;
    border-top: 1px solid #A19B9E;
    /* padding: 0; */
}

td.details {
    background-color: #D1CFD0;
    border: 2px solid #A19B9E;
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
    width: 400px;
}

    .paging_full_numbers a:active {
        outline: medium none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
        border: 1px solid #AAAAAA;
        color: #333333 !important;
        cursor: pointer;
        margin: 0 3px;
        padding: 2px 5px;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #DDDDDD;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #CCCCCC;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #e8f3e0;
}
/*tr.odd td.sorting_1 {
    background-color: #D3D6FF;
}
tr.odd td.sorting_2 {
    background-color: #DADCFF;
}
tr.odd td.sorting_3 {
    background-color: #E0E2FF;
}
tr.even td.sorting_1 {
    background-color: #EAEBFF;
}
tr.even td.sorting_2 {
    background-color: #F2F3FF;
}
tr.even td.sorting_3 {
    background-color: #F9F9FF;
}*/
table.KeyTable td {
    border: 3px solid transparent;
}

    table.KeyTable td.focus {
        border: 3px solid #3366FF;
    }

div.box {
    background-color: #E5E5FF;
    border: 1px solid #8080FF;
    height: 100px;
    overflow: auto;
    padding: 10px;
}

thead, tfoot {
    color: black;
}

    thead tr {
        border-bottom: solid 1px black;
    }

    thead th {
        font-weight: bold;
    }


.tdfield {
    width: 140px;
    /* height: 15px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tdfieldshort {
    width: 100px;
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* AJAX LOADING */
.ajax-loading-spinner {
    background-image: Url("../../images/ajax-loader-green.gif");
    background-position: center;
    background-repeat: no-repeat;
}

/* JSCROLL BARS */

.jspVerticalBar {
    width: 12px !important;
}

.jspDrag {
    background: #aedb1f !important;
    border-radius: 10px;
}

.jspTrack {
    background: #eee !important;
    padding: 2px;
}




/* toolbar widgets */
#toolbar {
    padding: 2px;
    padding-top: 0;
}


/* videos */
#moreVideos {
    top: -12px;
    right: 0;
    width: 120px;
    position: absolute;
}



/* Message Downline widget */

/* respons container for success/fail on sending message */
#mdlResponse {
    padding: 20px 10px;
}

    #mdlResponse.success {
        background: #cbebaf; /* Old browsers */
        background: -moz-linear-gradient(top, #cbebaf 0%, #b0d490 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbebaf), color-stop(100%,#b0d490)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* IE10+ */
        background: linear-gradient(to bottom, #cbebaf 0%,#b0d490 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebaf', endColorstr='#b0d490',GradientType=0 ); /* IE6-9 */

        border: 1px dashed #4d6d30;
        color: darkgreen;
        font-weight: bold;
        font-size: 14px;
    }

    #mdlResponse.error {
        background: #d49090; /* Old browsers */
        background: -moz-linear-gradient(top, #d49090 0%, #d49090 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d49090), color-stop(100%,#d49090)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d49090 0%,#d49090 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d49090 0%,#d49090 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d49090 0%,#d49090 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d49090 0%,#d49090 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49090', endColorstr='#d49090',GradientType=0 ); /* IE6-9 */

        border: 1px dashed #b76767;
        color: darkred;
        font-weight: bold;
        font-size: 14px;
    }

.wysiwyg {
    width: 100% !important;
}

    .wysiwyg iframe {
        width: 100% !important;
    }

/* communication widgets */

/* responseWidget -- used to respond to json requests */
.responseWidget {
    padding: 10px 10px;
    font-size: 10px;
}

    .responseWidget.success {
        background: #cbebaf; /* Old browsers */
        background: -moz-linear-gradient(top, #cbebaf 0%, #b0d490 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbebaf), color-stop(100%,#b0d490)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cbebaf 0%,#b0d490 100%); /* IE10+ */
        background: linear-gradient(to bottom, #cbebaf 0%,#b0d490 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebaf', endColorstr='#b0d490',GradientType=0 ); /* IE6-9 */

        border: 1px dashed #4d6d30;
        color: darkgreen;
        font-weight: bold;
    }

    .responseWidget.error {
        background: #d49090; /* Old browsers */
        background: -moz-linear-gradient(top, #d49090 0%, #d49090 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d49090), color-stop(100%,#d49090)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d49090 0%,#d49090 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d49090 0%,#d49090 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d49090 0%,#d49090 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d49090 0%,#d49090 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49090', endColorstr='#d49090',GradientType=0 ); /* IE6-9 */

        border: 1px dashed #b76767;
        color: #fff;
        font-weight: bold;
    }


/* Jquery widget overrides */

.ui-widget-content a {
    color: blue;
    font-weight: bold;
}

/* AGENT INFO POPUP */
.treeViewInfo {
    background: #aedb1f;
    border: 3px solid #282828;
    padding: 3px;
}

.ui-agent-pop .ui-box-container .ui-box-content {
    background: #fff;
    border: 1px solid #a1cc18;
}

    .ui-agent-pop .ui-box-container .ui-box-content .agentName {
        font-size: 16px;
        margin-top: 5px;
        padding-left: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .ui-agent-pop .ui-box-container .ui-box-content .agentTitle {
        font-size: 16px;
        margin-top: 15px;
        color: #aedb1f;
        font-weight: bold;
        padding-left: 15px;
    }

    .ui-agent-pop .ui-box-container .ui-box-content .agentLevel {
        font-size: 44px;
        font-weight: bold;
        color: #aedb1f;
        margin-top: -8px;
        width: 30%;
    }

.treeViewInfo .ui-agent-pop .ui-box-container .ui-box-content .agentLevel {
    font-size: 35px;
    font-weight: bold;
    color: #aedb1f;
    margin-top: -4px;
    width: 25%;
}

.ui-agent-pop .ui-box-container .ui-box-content .agentLevel span {
    font-size: 16px;
}

.ui-agent-pop .ui-box-container .ui-box-content .location {
    font-size: 14px;
    padding-top: 4px;
    padding-left: 20px;
    background: url('../../images/icons/location.png') no-repeat center left;
}

.ui-agent-pop .ui-box-container .ui-box-content .agentPhone,
.ui-agent-pop .ui-box-container .ui-box-content .agentEmail,
.ui-agent-pop .ui-box-container .ui-box-content .agentWeb {
    padding: 6px;
    border: 1px solid #d4d4d4;
    box-shadow: 1px 2px 2px #d4d4d4;
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 10px;
}

.ui-agent-pop .ui-box-container .ui-box-content .agentPhone {
    background: url('../../images/icons/phone-sml.png') no-repeat center center;
}

.ui-agent-pop .ui-box-container .ui-box-content .agentEmail {
    background: url('../../images/icons/email-sml.png') no-repeat center center;
}

.ui-agent-pop .ui-box-container .ui-box-content .agentWeb {
    background: url('../../images/icons/web-sml.png') no-repeat center center;
}

.ui-agent-pop .ui-box-container .ui-box-content .aTabs .ui-box-content {
    background: #f7fdf6; /* Old browsers */
    background: -moz-linear-gradient(top, #f7fdf6 0%, #e2f3de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e2f3de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7fdf6 0%,#e2f3de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e2f3de',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e0eadd;
    padding: 7px;
    font-size: 12px;
}

    .ui-agent-pop .ui-box-container .ui-box-content .aTabs .ui-box-content span {
        font-size: 10px;
    }

/* UI DIALOG OVERRIDE */
.ui-dialog {
    background: #aedb1f !important;
    border: 1px solid #282828 !important;
    padding: 4px !important;
}

    .ui-dialog .ui-dialog-titlebar {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        text-transform: uppercase;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        border: none;
        background: transparent;
    }

    .ui-dialog .ui-dialog-titlebar .ui-icon-closethick {
        background-color: #aedb1f;
        border: 1px solid #7ca106;
    }

    .ui-dialog .ui-dialog-content {
        padding: 0;
    }

    .ui-dialog .ui-dialog-buttonpane {
        position: absolute;
        bottom: -42px;
        right: -20px;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
            border: none;
            background: #aedb1f;
            border: 1px solid #282828;
            border-top: none;
            padding: 2px 15px;
            color: #282828;
            text-transform: uppercase;
            border-radius: 0px 0px 3px 3px;
            font-weight: bold;
        }

#wyz {
    background-color: #fff;
    padding: 8px;
    min-height: 505px;
}

.ui-widget-overlay {
    opacity: 0.45;
    filter: Alpha(Opacity=45);
}

/* sliding banners */

/* Showcase
-------------*/

#awOnePageButton .view-slide {
    display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
    height: 470px; /* Same as showcase javascript option */
    overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage {
    /**/
}

/* Container when content is shown in slider */
.showcase {
    position: relative;
    margin: auto;
}

.showcase-content-container {
    background-color: #000;
}

/* Navigation arrows */
.showcase-arrow-previous {
    position: absolute;
    background: url('../../images/icons/arrow-left.png') no-repeat;
    width: 33px;
    height: 50px;
    top: 50%;
    cursor: pointer;
    left: -20px;
    margin-top: -25px;
}

    .showcase-arrow-previous:hover {
        background: url('../../images/icons/arrow-left-black.png') no-repeat;
    }

.showcase-arrow-next {
    position: absolute;
    background: url('../../images/icons/arrow-right.png') no-repeat;
    width: 33px;
    height: 50px;
    top: 50%;
    cursor: pointer;
    right: -40px;
    margin-top: -25px;
}

    .showcase-arrow-next:hover {
        background: url('../../images/icons/arrow-right-black.png') no-repeat transparent;
    }

/* Content */
.showcase-content {
    background-color: #000;
    text-align: left;
}

.showcase-content-wrapper {
    text-align: center;
    width: 100%;
}


/* Styling the caption */
.showcase-caption {
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    background: #282828;
    color: #fff;
    box-shadow: 2px 2px 2px #333;
}

.showcase-onepage .showcase-content {
    margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper {
    clear: both;
    margin-top: 10px;
    padding-left: 0;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 75%;
}


    .showcase-button-wrapper span {
        margin-right: 3px;
        padding: 2px 2px 0 2px;
        cursor: pointer;
        font-size: 16px;
        color: #698702;
    }

        .showcase-button-wrapper span.active {
            color: #9ab931;
        }


/* Hide button text */
.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span {
    display: none;
}


.showcase-content-wrapper.debt-free-seminar .address {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 150px;
    display: block;
    z-index: 9600;
    font-size: 14px;
    font-weight: bold;
}


/* home toolbar */

.homeToolbar {
    min-height: 150px;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 8px;
}

    .homeToolbar .ui-accordion-header {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 13px;
    }

    .homeToolbar .ui-state-default {
        background: #282828;
        color: #fff;
        text-shadow: none;
        /* font-size: 13px; */
    }

    .homeToolbar .ui-state-active {
        background: #d1fc3c; /* Old browsers */
        background: -moz-linear-gradient(top, #a8d519 0%, #d1fc3c 38%, #d1fc3c 61%, #a8d519 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d519), color-stop(38%,#d1fc3c), color-stop(61%,#d1fc3c), color-stop(100%,#a8d519)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a8d519 0%,#d1fc3c 38%,#d1fc3c 61%,#a8d519 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a8d519 0%,#d1fc3c 38%,#d1fc3c 61%,#a8d519 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a8d519 0%,#d1fc3c 38%,#d1fc3c 61%,#a8d519 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a8d519 0%,#d1fc3c 38%,#d1fc3c 61%,#a8d519 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d519', endColorstr='#a8d519',GradientType=0 ); /* IE6-9 */
        color: #282828;
        text-shadow: none;
    }

    .homeToolbar .notices {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .homeToolbar .notices li {
            display: block;
            overflow: hidden;
            cursor: pointer;
        }

        .homeToolbar .notices .sales,
        .homeToolbar .notices .team,
        .homeToolbar .notices .commissions,
        .homeToolbar .notices .prospects {
            padding: 5px 5px 0 5px;
            font-size: 12px;
            text-decoration: none;
            font-weight: normal;
        }

        .homeToolbar .notices .sales,
        .homeToolbar .notices .team,
        .homeToolbar .notices .commissions,
        .homeToolbar .notices .prospects,
        .homeToolbar .notices .custom {
            margin-bottom: 8px;
        }

            .homeToolbar .notices .sales .ico,
            .homeToolbar .notices .team .ico,
            .homeToolbar .notices .commissions .ico,
            .homeToolbar .notices .prospects .ico {
                width: 25px;
                height: 25px;
                display: block;
                float: left;
            }

            .homeToolbar .notices .sales .txt,
            .homeToolbar .notices .team .txt,
            .homeToolbar .notices .commissions .txt,
            .homeToolbar .notices .prospects .txt {
                margin-left: 10px;
                max-width: 190px;
                display: block;
                float: left;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding-top: 4px;
            }

            .homeToolbar .notices .sales .close,
            .homeToolbar .notices .team .close,
            .homeToolbar .notices .commissions .close,
            .homeToolbar .notices .prospects .close {
                float: right;
                width: 14px;
                height: 14px;
                display: block;
                margin-top: 3px;
            }

        .homeToolbar .notices .sales {
            background: #f7fdf6; /* Old browsers */
            background: -moz-linear-gradient(top, #f7fdf6 0%, #e3f3df 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e3f3df)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f7fdf6 0%,#e3f3df 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f7fdf6 0%,#e3f3df 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f7fdf6 0%,#e3f3df 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f7fdf6 0%,#e3f3df 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e3f3df',GradientType=0 ); /* IE6-9 */

            border: 1px solid #c3d9be;
        }

        .homeToolbar .notices .team {
            background: #fdfcf6; /* Old browsers */
            background: -moz-linear-gradient(top, #fdfcf6 0%, #f3eddf 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcf6), color-stop(100%,#f3eddf)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fdfcf6 0%,#f3eddf 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fdfcf6 0%,#f3eddf 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fdfcf6 0%,#f3eddf 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fdfcf6 0%,#f3eddf 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcf6', endColorstr='#f3eddf',GradientType=0 ); /* IE6-9 */

            border: 1px solid #d9d1bd;
        }

        .homeToolbar .notices .commissions {
            background: #f6fdfc; /* Old browsers */
            background: -moz-linear-gradient(top, #f6fdfc 0%, #dff3f0 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdfc), color-stop(100%,#dff3f0)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f6fdfc 0%,#dff3f0 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f6fdfc 0%,#dff3f0 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f6fdfc 0%,#dff3f0 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f6fdfc 0%,#dff3f0 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdfc', endColorstr='#dff3f0',GradientType=0 ); /* IE6-9 */

            border: 1px solid #bed9d5;
        }

        .homeToolbar .notices .prospects {
            background: #fdf6f6; /* Old browsers */
            background: -moz-linear-gradient(top, #fdf6f6 0%, #f3dfdf 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf6f6), color-stop(100%,#f3dfdf)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fdf6f6 0%,#f3dfdf 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fdf6f6 0%,#f3dfdf 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fdf6f6 0%,#f3dfdf 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fdf6f6 0%,#f3dfdf 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf6f6', endColorstr='#f3dfdf',GradientType=0 ); /* IE6-9 */

            border: 1px solid #d8bebe;
        }

    .homeToolbar .ui-accordion-content {
        background: #e2f3de; /* Old browsers */
        background: -moz-linear-gradient(top, #f7fdf6 0%, #e2f3de 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdf6), color-stop(100%,#e2f3de)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7fdf6 0%,#e2f3de 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f7fdf6 0%,#e2f3de 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdf6', endColorstr='#e2f3de',GradientType=0 ); /* IE6-9 */
        border: 1px solid #e1eade;
        padding: 0;
    }

        .homeToolbar .ui-accordion-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 98%;
        }

            .homeToolbar .ui-accordion-content ul li {
                margin: 0;
                padding: 4px 10px;
                display: block;
                width: 90%;
                font-size: 12px;
                font-weight: normal;
                color: #282828;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                .homeToolbar .ui-accordion-content ul li:first-child {
                    padding-top: 8px;
                }

                .homeToolbar .ui-accordion-content ul li:last-child {
                    padding-bottom: 8px;
                }

                .homeToolbar .ui-accordion-content ul li a {
                    text-decoration: none;
                    font-size: 12px;
                    font-weight: normal;
                    color: #282828;
                }

                    .homeToolbar .ui-accordion-content ul li a:hover {
                        text-decoration: underline;
                    }

                .homeToolbar .ui-accordion-content ul li:hover {
                    background: #d9f482;
                }

/* LOADER */
#loader {
    border-radius: 8px;
    border: 1px solid #878787;
    color: #555555;
    width: 250px;
    margin-left: -136px;
    margin-top: -54px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px;
    font-size: 14px;
    text-transform: uppercase;
    /*color: #282828;*/
    /*border: 3px solid #282828;*/
    background-color: #aedb1f;
    z-index: 999996;
    text-align: center;
}

#loaderlayover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 999995;
    margin: 0;
}

.tabRow li.main .tickers, .tickers {
    position: absolute;
    top: -15px;
    right: 5px;
}
/* ticker */
.tabRow li.main .ticker, .ticker {
    float: right;
    display: block;
    margin-left: 3px;
    background-color: red;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    z-index: 2000;
    text-align: center;
    padding: 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .tabRow li.main .ticker.blue, .ticker.blue {
        background-color: rgb(66, 111, 255);
    }

/* QUICK SEARCH */
#quickSearchResults {
    top: 100%;
    right: 0;
    width: 700px;
    max-height: 120px;
    overflow-y: auto;
    z-index: 8000;
    background: #9acd32;
    border: 3px solid #262626;
    padding: 3px;
}


.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

10px;
}
}
