/*
.TopGroup
{
  background-color:white;
  border:solid 0px gray; 
}
*/
.Group
{
  border:solid 0px gray; 
}

.TopItem {
	cursor:pointer;
}

.Item
{
	color:#082C50;
	background-color:#EEE6E0; 
	font-family: Arial; 
	font-size:11px; 
	font-weight: normal;
	border-bottom:solid 0px white;
	border-top:solid 1px #5F906F;
	border-left:solid 1px #5F906F;
	border-right:solid 0px white;
	cursor:pointer;
}

.ItemH
{
	background-color:#082C50; 
	color:#EEE6E0;
	font-family:Arial; 
	font-size:11px; 
	font-weight: normal;
	border-bottom:solid 0px white;
	border-top:solid 1px #5F906F;
	border-left:solid 1px #5F906F;
	border-right:solid 0px white;
	cursor:pointer;
}

.ItemExp
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px white; 
  cursor:pointer;
}

