﻿/* Tab control */

table.TabControlTable {
}

tr.TabControlRow {
}

td.TabControlLeft {
    background:url(Images/TabControl/WhiteTop/tab_left.gif) no-repeat bottom left;
    width:5px;
    height:27px;
    overflow:hidden;
    cursor:pointer;
}
td.TabControl {
    background:url(Images/TabControl/WhiteTop/tab_mid.gif) repeat-x bottom;
    height:27px;
    line-height:27px;
    padding:0 1px 0px 1px;
    overflow:hidden;
    text-decoration:none;
    cursor:pointer;
}
td.TabControlLink {
    text-decoration:none;
}
td.TabControlRight 
{
    background:url(Images/TabControl/WhiteTop/tab_right.gif) no-repeat bottom right;
    width:6px;
    height:27px;
    overflow:hidden;
    cursor:pointer;
}

td.TabControlSelectedLeft { 
	background:url(Images/TabControl/WhiteTop/tab_left_activ.gif) no-repeat bottom left;
    width:6px;
    height:27px;
    overflow:hidden;
    cursor:pointer;
}
td.TabControlSelected {
    background:url(Images/TabControl/WhiteTop/tab_mid_activ.gif) repeat-x bottom;
    height:27px;
    line-height:27px;
    padding:0 1px 0px 1px;
    overflow:hidden;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
td.TabControlLinkSelected {
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;
}
td.TabControlSelectedRight {
    background:url(Images/TabControl/WhiteTop/tab_right_activ.gif) no-repeat bottom right;
    width:6px;
    height:27px;
    overflow:hidden;
    cursor:pointer;
}



