.TopGroup
{
  background-color: #006FA6;
  /*border:solid 1px gray; */
}

.Group
{
  background-color: #006FA6;
  /*border:solid 1px gray; */
}

.Item
{
  background-color: #005177; 
  font-family:HandelGotDLig; 
  font-size:8pt; 
  /*border:solid 1px white; */
  cursor:pointer;
}

.ItemH
{
  background-color:silver; 
  color:black; 
  font-family:HandelGotDLig; 
  font-size:8pt; 
  /*border:solid 1px gray; */
  cursor:pointer;
}

.ItemExp
{
  background-color:silver; 
  color:black; 
  font-family:HandelGotDLig; 
  font-size:8pt; 
  /*border:solid 1px white; */
  cursor:pointer;
}

