﻿.StyleForMultiView .ajax__tab_header{
    margin-top:20px;
    border-bottom: 1px solid #BCBCBC;
}

.StyleForMultiView .ajax__tab_outer {
    background-image: url("img/LeftTab.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 2px;
    text-align: right;
    margin-bottom: -1px;
    cursor: pointer;
}

.StyleForMultiView .ajax__tab_inner {
    background-image: url("img/RightTab.gif");
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    padding-right: 16px;
}

.StyleForMultiView .ajax__tab_tab {
    background-image: url("img/BackgroundTab.gif");
    background-repeat: repeat-x;
    height: 22px;
    padding: 0 10px;
    font: 11px arial,tahoma,sans-serif;
    line-height: 2em;
}

.StyleForMultiView .ajax__tab_active .ajax__tab_outer {
    background-image: url("img/LeftSelTab.gif");
    cursor: default;
}

.StyleForMultiView .ajax__tab_active .ajax__tab_inner {
    background-image: url("img/RightSelTab.gif");
}

.StyleForMultiView .ajax__tab_active .ajax__tab_tab {
    background-image: url("img/BackgroundSelTab.gif");
    font-weight: bold;
}

.StyleForMultiView .ajax__tab_disabled .ajax__tab_tab{
    text-decoration: line-through;
}

.ajax__tab_header {
    text-align: left;
}