
.TopGroup
{
  z-index:99;
  position:relative;
  height: auto;
  border-width:2px;
}

.CurrentTab
{
  color:Black; 
  background-color:Lime;
  font-family:Verdana; 
  height:24;
  font-size:11px; 
  font-weight:normal;
  cursor:default;
  padding:4px;
  width:100px;
  text-align:center;
  padding-left:20px;
  border-color:White;
  border-bottom-style:none;
  border-top-style:none;
  border-left-style:solid;
  border-right-style:none;  
  border-width:2px;
}
.CurrentLeftMostTab
{
  color:Black; 
  background-color:Lime;
  font-family:Verdana; 
  font-weight:normal;
  height:24;
  font-size:11px; 
  cursor:default;
  padding:4px;
  width:100px;
  text-align:center;
  padding-left:20px;
  border-color:White;
  border-bottom-style:none;
  border-top-style:none;
  border-left-style:solid;
  border-right-style:none;  
  border-width:2px;
}
.EnabledTab
{
  color:Black; 
  background-color:LimeGreen;
  font-family:Verdana; 
  font-weight:normal;
  height:32;
  font-size:11px; 
  cursor:default;
  padding:4px;
  width:110px;
  text-align:center;
  border-color:White;
  border-bottom-style:none;
  border-top-style:none;
  border-left-style:solid;
  border-right-style:none;  
  border-width:2px;
 
}
.EnabledLeftMostTab
{
  color:Black; 
  background-color:Olive;
  font-family:Verdana; 
  font-weight:normal;
  height:24;
  font-size:11px; 
  cursor:default;
  padding:4px;
  width:100px;
  text-align:center;
  border-color:White;
  border-bottom-style:solid;
  border-top-style:none;
  border-left-style:none;
  border-right-style:none;  
  border-width:2px;
}
.DisabledTab
{
  color:White; 
  background-color:Gray;
  font-family:Verdana; 
  font-weight:normal;
  height:24;
  font-size:11px; 
  cursor:default;
  border-style:solid;
  padding:4px;
  border-width:2px;
  width:100px;
  text-align:center;
  border-color:White;
  border-bottom-style:none;
  border-top-style:none;
  border-left-style:none;
  border-right-style:none;  
  border-width:2px;
}


