.TopGroup
{
	background-color: WhiteSmoke;
}

.Group
{
  background-color:WhiteSmoke;
  border:solid 1px gray; 
}

.Item
{
  background-color:WhiteSmoke; 
  font-family:verdana; 
  font-size:10px; 
	color: steelblue;
  cursor:pointer;
  height=20px;
}

.ItemH
{
  background-color:Gainsboro; 
  font-family:verdana; 
  font-size:10px; 
color: DarkBlue;
  cursor:pointer;
  height=20px;
}

.ItemExp
{
  background-color:WhiteSmoke; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  cursor:pointer;
  height=20px;
}


