.Group
{
   background-color:white;
  border:solid 1px gainsboro; 
}

.Item
{
 font-size: 8pt;
 font-family: verdana;
 background-color:white; 
 border:solid 1px white; 
 cursor:pointer;
}

.ItemH
{
    color:#CBCED4;
  font-family:verdana;
  font-size: 8pt;
  text-decoration :underline;
  cursor:pointer;
}

.ItemExp
{
   
  color:#CBCED4; 
  font-size: 8pt;
  font-family: verdana;
  text-decoration :underline;
  cursor:pointer;
  background-color:silver;
}


