/* Tab bar labels and cells */
.tabBarImage
{
    display: inline;
    vertical-align: middle;
}

.tabBarLabel
{
    width: auto;
    cursor: pointer;
}

.tabBarSelectedLabel
{
    width: auto;
    cursor: pointer;
}

.header .left .tabsBar TR TD.selected
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align:left;
}

.cellSelected
{
    color: #4A000B;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    background-repeat: repeat-x;
    background-color: #7c7c7c;
    font-weight: bold;
    border-top: 1px solid #C8C8C8;
    border-right:1px solid #C8C8C8;
    border-bottom:0px solid #C8C8C8;
    border-left:1px solid #C8C8C8;
    font-size: 10pt;
    height: 20px;
    
}

.cellNormal 
{
    border-top: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #ffffff;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #4a000b;    
    height: 20px;
    
}
.cellNormal a 
{
    display: block;
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 8px;
    height: 16px;
    color: #606261;    
}

.cellSelected a 
{
    display: block;
    display:inline-block;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    height: 16px;
    color: #ffffff;
    font-weight:bold;
}

.edit_header .edit_left .edit_tabsBar TR TD.edit_selected
{
    text-align:left;
}
.edit_cellNormal .edit_cellNormalCustom
{

    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #7C7C7C;
    color: #FFFFFF;    
    height: 17px;
    
}
.edit_cellNormal a 
{
    display: block;
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 8px;
    height: 17px;
    color: #FFFFFF;    
}


.edit_cellSelected .edit_cellSelectedCustom
{
    color: #003399;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    background-repeat: repeat-x;
    background-color: #B80000;
    font-weight: bold;
    height: 17px;
}

.edit_cellSelected a 
{
    display: block;
    display:inline-block;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    height: 16px;
    color: #4a000b;
    font-weight:bold;
}

.edit_tabBarlabel
{
    padding: 0 10px;
    padding-top: 8px;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color: White;
}

.edit_tabBarSelectedLabel
{
    color: #000000;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    background-repeat: repeat-x;
    background-color: #B80000;
    font-weight: bold;
    height: 17px;
    background-color: #C8C8C8;
}