.WSTreeGroup {
	font:        12px Arial, Helvetica, Sans-Serif;
  margin-top:  0px;
  border-bottom: 1px solid #999999;
}

.WSTreeGroup .title {
  font-weight: bold;
  white-space: nowrap;
  background-color: #CCCCC0;;
  padding: 5px 5px 5px 24px;
  border-top: 1px solid #666666;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../../images/jalios/icons/exp_plus.gif");
  background-position:5px 7px;
}

.WSTreeGroup .open {
  background-color: #DDDDD0;
  background-image: url("../../images/jalios/icons/exp_minus.gif");
}

.WSTreeGroup .tree {
  padding: 0px 0px 0px 8px;
  border-top: 1px solid #999999;
}


UL.TreeGroup .descendant {
  background-color: #FFFFCC;
}
UL.TreeGroup .external {
  color: #999999;
}

UL.TreeGroup .transversal {
  font-style: italic;
}


UL.TreeGroup,
UL.TreeGroup UL{
  font-size: 1px;
  line-height: 1px;
  color: #333333; 
  list-style-type : none;
  margin:  0px;
  padding: 0px;
  white-space: normal;
}
UL.TreeGroup {
  margin-top:    2.5em;
  margin-bottom: 12.8em;
}
UL.TreeGroup LI {
  white-space: nowrap;
  margin : 3px 2px 0px 0px;
  font: 12px Arial, Helvetica, Sans-Serif;
  line-height: 12px;
  vertical-align: middle;
}
UL.TreeGroup UL LI {
  margin-left: 20px;
}
UL.TreeGroup A{
  text-decoration: none;
  color: #000000;
  margin: 1px;
}
UL.TreeGroup A:hover{
  text-decoration: underline;
}
