﻿.TopGroup
{
  /*background-image: url(images/btnSfondo.gif);*/
  border: 0px solid #57566F;
  height:18px;
}

.Level2Group
{
  background-color:silver; 
  background-image: url(images/level2_group_bg.gif);
  border: 1px solid #999999; 
  border-top-width: 0px;
}

.TopLevelTab 
{
  color:#00254A; 
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
  height:18px;
  background-color:#8FB4E0;
}

.TopLevelTabHover 
{
  color:#0055AA; 
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold;
  cursor:pointer;
  height:18px;
  background-color:#8FB4E0;
}

.SelectedTopLevelTab
{
  background-color:White; 
  color:#00254A; 
  font-family:Arial; 
  font-size:10px; 
  font-weight: bold;
  cursor: default;
  border: 0px solid #807F9A;
  border-right-color: #FFFFFF;  
  border-bottom-width: 0px;  
  position: relative;
  height:18px;
}

.ScrollItem 
{
  background-color:#00254A;
  border:1px solid #8FB4E0; 
  color:#8FB4E0;
  font-family:Arial; 
  font-size:10px; 
  height: 20px;
  cursor:pointer;
}

.ScrollItemHover 
{
  color:#FFFFFF;
  border:1px solid #FFFFFF; 
  background-color:#00254A;  
  font-family:Arial; 
  font-size:10px; 
  height: 20px;
  cursor:pointer;
}


