/* 
Document   : rich_tabpanel
Created on : Jan 20, 2008, 12:53:01 PM
Author     : Romany
Description:
Purpose of the stylesheet follows.
*/

.rich-tabpanel{}
.dr-bottom-line,.rich-tabpanel-content{
    border-color:#D8D8D8;
}

.rich-tabpanel-content-position{
    margin-left:1px;    
}

.rich-tabhdr-side-border {
    display:none;
}
.rich-tabhdr-side-cell{
    padding-right:5px;
}
.dr-tbpnl-tbcell-act .rich-tabhdr-side-cell{
    background:url("/images/tableft.gif") no-repeat left top;
    background-position:0% 0px;
    border:0px solid blue;
    padding-left:6px;
}
.dr-tbpnl-tbcell-inact .rich-tabhdr-side-cell{
    background:url("/images/tableft.gif") no-repeat left top;
    background-position:0% -42px;
    border:0px solid blue;
    padding-left:6px;
}
.dr-tbpnl-tb{
    cursor:pointer;
    border:0px solid blue;
    height:25px;
    min-width:80px;
    font: bold 10px/1.5em Verdana;
} 
.rich-tab-header{
    border:0px solid blue;   
}
.dr-tbpnl-tb-act{
    background:url("/images/tabright.gif") no-repeat left top;
    background-position:100% 0px;
    border:0px;
    padding-right:18px;   
}
.rich-tabhdr-cell-active{}
.rich-tabhdr-cell-inactive{}
.dr-tbpnl-tb-inact{
    background:url("/images/tabright.gif") no-repeat left top;
    background-position:100% -42px;
    border:0px;
    padding-right:18px;
    color:Gray;
}
.dr-tbpnl-tbcell-act{}
.dr-tbpnl-tbcell-inact{}
.rich-tab-active{}
.rich-tabhdr-cell-disabled{}