﻿
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header {
    background: url(../../admin/images/technorati/tab-line.png) repeat-x bottom;
    font-size: 11px;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 20px;
}

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer {
        background: url(../../admin/images/technorati/tab.png) no-repeat left top;
        border-color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border-bottom: solid 1px #cfcfcf;
        position: relative;
        z-index: 1;
    }

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
        background: url(../../admin/images/technorati/tab.png) no-repeat right top;
        border-color: #666;
        padding: 3px 10px 2px 0px;
    }

.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
}

.ajax__tab_technorati-theme .ajax__tab_body {
    padding: 0px 0px 0px 0px;
    padding-top: 0px;
    background-color: #ffffff;
    border-top: solid 1px #cfcfcf;
    margin-top: -1px;
}

    .ajax__tab_technorati-theme .ajax__tab_body .selected-label {
        color: #2F72DD;
    }

.ajax__tab_technorati-theme .ajax__tab_header #tabHighlight_tab .ajax__tab_outer {
    background: url(../../admin/images/technorati/tab-highlight.png) no-repeat left top;
    border-color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border-bottom: solid 1px #cfcfcf;
    position: relative;
    z-index: 1;
}

.ajax__tab_technorati-theme .ajax__tab_header #tabHighlight_tab .ajax__tab_inner {
    background: url(../../admin/images/technorati/tab-highlight.png) no-repeat right top;
    border-color: #666;
    padding: 3px 10px 2px 0px;
}

.ajax__tab_technorati-theme #tabHighlight_tab.ajax__tab_active .ajax__tab_outer {
    background: url(../../admin/images/technorati/tab-highlight.png) no-repeat 0pt -40px !important;
    border-bottom: solid 1px #fff !important;
    position: relative;
    z-index: 999;
}

.ajax__tab_technorati-theme #tabHighlight_tab.ajax__tab_active .ajax__tab_inner {
    background: url(../../admin/images/technorati/tab-highlight.png) no-repeat right -40px !important;
    border-color: #333 !important;
    color: #606060 !important;
}



.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer {
    background: url(../../admin/images/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
    position: relative;
    z-index: 999;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner {
    background: url(../../admin/images/technorati/tab.png) no-repeat right -40px;
    border-color: #333;
}
