﻿/* Tab bar labels and cells */
.tabBarImage
{
    display: inline;
    vertical-align: middle;
}

.tabBarLabel
{
    padding: 0 10px;
    padding-top: 8px;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color: #374c8f;
}

.tabBarSelectedLabel
{
    padding: 0 10px;
    padding-top: 8px;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}

.header .left .tabsBar TR TD.selected
{
    background-image: url(gfx/tabs/sel_bg.gif);
}

.cellSelected
{
    background-image: url(gfx/tabs/sel_bg.gif);
}

.cellNormal
{
    background-image: url(gfx/tabs/normal_bg.gif);
}

.edit_header .edit_left .edit_tabsBar TR TD.edit_selected
{
    background-image: url(gfx/tabs/edit_sel_bg.gif);
}

.edit_cellSelected
{
    background-image: url(gfx/tabs/edit_sel_bg.gif);
}

.edit_cellNormal
{
    background-image: url(gfx/tabs/edit_normal_bg.gif);
}
.edit_cellSelectedCustom
{
    background-image: url(gfx/tabs/edit_sel_bg_cust.gif);
}

.edit_cellNormalCustom
{
    background-image: url(gfx/tabs/edit_normal_bg_cust.gif);
}
.edit_tabBarlabel
{
    padding: 0 10px;
    padding-top: 8px;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color: White;
}

.edit_tabBarSelectedLabel
{
    padding: 0 10px;
    padding-top: 8px;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color: White;
}
