﻿table.TabStrip
{
    border-collapse: collapse;
    background-image: url(../../Home/General/Images/TabStrip/BG.gif); 
    background-repeat : repeat-x ;
    background-position : bottom;
    width: 100%;
    margin-bottom: 15px;
}

table.TabStrip tr
{
    height : 23px;
}

table.TabStrip td
{
 
}

table.TabStrip a
{
    color : black;
    text-decoration: none;

    
}


table.TabStrip td.Left
{
    width:15px;
}

table.TabStrip td.MidOn,
table.TabStrip td.MidOff,
table.TabStrip td.MidDisabled
{
    width:50px;
    text-align: center;
    background-repeat : repeat-x;
    background-position : bottom;
    padding-left: 10px;
    padding-right: 10px;
}


table.TabStrip td.MidOn
{
    background-image: url(../../Home/General/Images/TabStrip/MidOn.gif); 
    padding-left : 10px;
    padding-right : 10px;
}

table.TabStrip td.MidOff,
table.TabStrip td.MidDisabled
{
    background-image: url(../../Home/General/Images/TabStrip/MidOff.gif); 
}


table.TabStrip td.MidOn a,
table.TabStrip td.MidOn
{
    color: #5B6822;
    font-weight: bold;
}

table.TabStrip td.MidOff a,
table.TabStrip td.MidOff
{
    color: #555555;
      font-weight: bold;
}

table.TabStrip td.MidDisabled
{
  color: #cccccc;
}


table.TabStrip td.BorderLeftOn,
table.TabStrip td.BorderLeftOff,
table.TabStrip td.BorderOnOff,
table.TabStrip td.BorderOffOff,
table.TabStrip td.BorderOffOn,
table.TabStrip td.BorderRightOn,
table.TabStrip td.BorderRightOff
{
    width: 9px; 
   background-position : bottom;    
   background-repeat : no-repeat;
}

table.TabStrip td.BorderLeftOn
{
    background-position : bottom right;    
    background-image: url(../../Home/General/Images/TabStrip/BorderLeftOn.gif); 
}

table.TabStrip td.BorderLeftOff
{
    background-position : bottom right;    
    background-image: url(../../Home/General/Images/TabStrip/BorderLeftOff.gif); 
}

table.TabStrip td.BorderRightOn
{
    background-position : bottom left;    
    background-image: url(../../Home/General/Images/TabStrip/BorderRightOn.gif); 
}

table.TabStrip td.BorderRightOff
{
    background-position : bottom left;    
    background-image: url(../../Home/General/Images/TabStrip/BorderRightOff.gif); 
}

table.TabStrip td.BorderOnOff,
table.TabStrip td.BorderOffOff,
table.TabStrip td.BorderOffOn
{
   width: 17px; 
   padding-left : 0px;
   padding-right : 0px;
   background-position : bottom;    
   background-repeat : no-repeat;
}

table.TabStrip td.BorderOnOff
{
   background-image: url(../../Home/General/Images/TabStrip/BorderOnOff.gif); 
}
table.TabStrip td.BorderOffOff
{
    background-image: url(../../Home/General/Images/TabStrip/BorderOffOff.gif); 
}
table.TabStrip td.BorderOffOn
{
    background-image: url(../../Home/General/Images/TabStrip/BorderOffOn.gif); 
}

