/*
.TopGroup
{
  background-color:white;
  border:solid 0px gray; 
}
*/
.Group
{
  border:solid 0px gray; 
}


.Item
{
	color:#009180;
	background-color:#99E0BB; 
	font-family: Arial; 
	font-size:10px; 
	font-weight: bold;
	border-bottom:solid 0px white;
	border-top:solid 1px #5F906F;
	border-left:solid 1px #5F906F;
	border-right:solid 0px white;
	cursor:pointer;
	text-align:center;
}

.ItemH
{
	background-color:#8DCEAC; 
	color:#009180;
	font-family:Arial; 
	font-size:10px; 
	font-weight: bold;
	border-bottom:solid 0px white;
	border-top:solid 1px #5F906F;
	border-left:solid 1px #5F906F;
	border-right:solid 0px white;
	cursor:pointer;
	text-align:center;
}

.ItemExp
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px white; 
  cursor:pointer;
}

