.Level2Group_tb
{
  background-color: #ffffff;
  position:relative;
  top:-1px;
  text-align:center;  
}

.DefaultTab_tb 
{
  color: white; 
  background-color: #3e79b1;
  font-family: Tahoma; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;
  width:60px;
  text-align:center;
  }

.DefaultTabHover_tb 
{
  color: white; 
  background-color: #000000;
  font-family: Tahoma; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
  width:60px;
  text-align:center;
}

.SelectedTab_tb 
{
  color: Black; 
  background-color: #FFFFFF;
  font-family: Tahoma; 
  font-size:11px; 
  font-weight:bold;
  cursor:default;
  width:60px;
  text-align:center;
}
.MultiPage_tb
{
    color: Black;
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    width: 100%;
    text-align: center;
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
}
.SelectedTab_tb_2
{
    color: Black;
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    width: 60px;
    text-align: center;
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
}

.Level2Tab_tb 
{
  color: white; 
  font-family: Tahoma; 
  font-size:11px; 
  cursor:pointer;
  text-align:center;
}

.Level2TabHover_tb 
{
  color: white; 
  font-family: Tahoma; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
  text-align:center;
}

.SelectedLevel2Tab_tb 
{
  color: #4544AF; 
  background-color: white;
  font-family: Tahoma; 
  font-size:11px; 
  position:relative;
  top:2px;
  cursor:default;
  text-align:center;
}

.Spacer_tb
{
  background-color: #4544AF;
  width:100px;
  text-align:center;
}

