.dynamic-tab-pane-control.tab-pane
{
    width: 100%; /* width needed weird IE bug */
    margin-right: -2px; /* to make room for the shadow */
    direction: rtl;
    float: right;
    /*background-image: url('tabbk.png');
    background-repeat: repeat-x;*/
    /*border: solid 1px #d7d7d7;*/
    padding-right: 0px;
    padding-top: 0px;
    /*border: solid 1px #d7d7d7;*/
}

.dynamic-tab-pane-control .tab-row .tab
{
    width: 35px;
    height: 25px;
    /*background: url( "tab.png" );*/
    
    direction: rtl;
    top: 0;
    display: inline;
    float: right;
    overflow: hidden;
    cursor: hand;
    margin: 0px 1px 0px 2px;
    padding: 0px 0px 0px 0px;
    border: 0;
    z-index: 1;
    font: 12px Arial;
    font-weight: bold;
    color: #022f68;
    white-space: nowrap;
    text-align: center;
}

.dynamic-tab-pane-control .tab-row .tab.selected
{
    width: 35px !important;
    height: 25px !important;
    /*background: url( "tab.active.png" ) !important;
    background-repeat: no-repeat;*/
    background-color:#ffffff;
    border-bottom-width: 0;
    z-index: 3;
    padding: 0px 0 0px 0;
    margin: 0px 0px 0px 0px;
    top: 0px;
    font: 12px Arial;
}

.dynamic-tab-pane-control .tab-row .tab a
{
    font: 14px Arial;
    color: #022f68;
    text-decoration: none;
    cursor: hand;
    font-weight: bold;
    direction: rtl;
    /*border: solid 1px #d7d7d7;*/
}

.dynamic-tab-pane-control .tab-row .tab.hover
{
    font: 14px Arial;
    width: 35px;
    color: #0daadb;
    height: 25px;
    
    /*background: url( "tab.hover.png" );*/
    background-repeat: no-repeat;
    direction: rtl;
}


.dynamic-tab-pane-control .tab-page
{
    clear: both;
    border-top: 0px solid rgb( 145, 155, 156 );
    z-index: 2;
    top: 0px;
    font: 14px Arial;
    color: #022f68;
    direction: rtl;
    padding: 0px;
}

.dynamic-tab-pane-control .tab-row
{
    z-index: 1;
    white-space: nowrap;
    direction: rtl;
}

