﻿

#tabBarBody {
    direction: rtl;
    height: auto;
    padding-top: 8px;
    border: 1px;
    border-color: #606;
}

#tabsContainer {
    height: 105px;
    text-align: center;
}

#tabsContainerSetting {
    width: auto;
    height: 36px;
    background-image: url('../../Images/MultiLine.png');
    background-repeat: repeat;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#tabs {
    direction: rtl;
    width: auto;
    height: 36px;
    margin: 0 auto;
    line-height: 29px;
    font-size: 11px;
    color: #000;
    font-family: b koodak;
    font-size: 17px;
    border-bottom: 1px solid #d3d3d3;
}

.tab {
    direction: ltr;
    width: 100px;
    height: 36px;
    float: right;
    margin: 0 1px;
    cursor: pointer;
}

.tab_active {
    width: 100px;
    height: 36px;
    background: transparent url('../images/imgTabsArrow-6ea9e38082d9f95baf7037776fdf6b1a04dedee6.png') no-repeat bottom center;
    float: right;
    margin: 0 1px;
    cursor: default;
    color: #0173bc;
}

#panelsContainer {
    width: auto;
    height: auto;
    background-color: #E4E4E4;
    margin-top: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel {
    width: 98%;
    height: atuo;
    display: none;
    float: right;
    font-family: B Yekan;
    font-size: 13px;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-right: 10px;
    box-shadow:inherit !important;
}

.panelContent {
    width: 112px;
    height: 100px;
    margin: 5px 1px 5px;
    float: right;
}

.panelImage {
    width: 76px;
    height: 72px;
    border: 0;
    margin: 10px 24px;
}

.panelText {
    width: 108px;
    margin: 0px 8px;
    font-family: B Yekan;
    font-size: 12px;
    text-align: center;
    color: #454141;
}

    .panelContent a, .panelText a {
        text-decoration: none;
        color: #454141;
    }

#panelArrowLeft {
    float: right;
    margin: 0px;
    margin: 50px 50px 0px 0px;
    cursor: pointer;
}

#panelArrowRight {
    float: right;
    margin: 0px;
    margin: 50px 15px 2px 0px;
    cursor: pointer;
}
