﻿.TopGroup
{
  background-color:#FFFFFF; 
  /*background-image: url(images/btnSfondo.gif);*/
  border: 0px solid #57566F;
  height:30px;
}

.Level2Group
{
  background-color:silver; 
  background-image: url(images/level2_group_bg.gif);
  border: 1px solid #999999; 
  border-top-width: 0px;
}

.TopLevelTab 
{
  color:#000000; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  width:136px;
  height:30px;
  background-image: url(images/btnSfondo.gif);
}

.TopLevelTabHover 
{
  color:#FF0000; 
  background-image: url(images/btnSfondo.gif);
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  width:136px;
  height:30px;
}

.SelectedTopLevelTab
{
  background-color: silver; 
  background-image: url(images/btnSfondosel.gif);
  color: #333333; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor: default;
  border: 0px solid #807F9A;
  border-right-color: #FFFFFF;  
  border-bottom-width: 0px;  
  position: relative;
  width:136px;
  height:30px;
}

.Level2Tab 
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer;
}

.Level2TabHover 
{
  font-family:tahoma; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedLevel2Tab 
{
  font-family:tahoma; 
  font-size:11px; 
  text-decoration:underline;
}


