UL.TreeCat SPAN.strong {
  font-weight: bold;
}
UL.TreeCat,
UL.TreeCat UL{
  font-size: 1px;
  line-height: 1px;
  color: #333333; 
  list-style-type : none;
  margin:  0px;
  padding: 0px;
  white-space: normal;
}
UL.TreeCat {
  margin-top:    0.5em;
  margin-bottom: 0.8em;
}
UL.TreeCat LI {
  white-space: nowrap;
  margin : 0px 2px 0px 0px;
  font: 12px Arial, Helvetica, Sans-Serif;
  line-height: 12px;
  vertical-align: middle;
}
UL.TreeCat UL LI {
  margin-left: 17px;
}
UL.TreeCat LI.close UL{
  display: none;
}
UL.TreeCat A{
  text-decoration: none;
  color: #000000;
  margin: 1px;
}
UL.TreeCat A:hover{
  text-decoration: underline;
}
UL.TreeCat INPUT{
 vertical-align: middle;
}
UL.TreeCat IMG{
  /*width:  16px; height: 16px;
  margin: 0em 2px;
  vertical-align: middle;
  background-repeat: no-repeat;*/
}
UL.TreeCat LI  IMG.loading {
  width:  1px; height: 1px;
  /*background-image: url(../../images/jalios/icons/waitsmall.gif);*/
}
UL.TreeCat IMG.node{
  width:  9px; height: 9px;
  cursor: pointer;
  margin: 1px 1px 5px 0px;
}
UL.TreeCat LI.open  IMG.node {
  background-image: url(../../images/jalios/icons/minus.gif);
}
UL.TreeCat LI.close IMG.node {
  background-image: url(../../images/jalios/icons/plus.gif);
}
UL.TreeCat LI.leaf  IMG.node {
  cursor: auto;
  background-image: url(../../s.gif);
}
UL.TreeCat LI IMG.visual {
  /*width: 16px; height: 13px;*/
  /*margin: 0px 2px 4px 1px;*/
  /*background-image: url(../../images/jalios/tree/closed_folder.gif);*/
}
UL.dragdrop LI IMG.visual {
  cursor: move;
}

UL.TreeCat LI IMG.highlight{
  background-image: url(../../images/jalios/tree/opened_folder.gif);
}
UL.TreeCat IMG.portal{
  background-image: url(../../images/jalios/icons/portal/portal.gif);
}
UL.TreeCat IMG.portalr{
  background-image: url(../../images/jalios/icons/portal/portalRedirect.gif);
}
UL.TreeCat IMG.portals{
  background-image: url(../../images/jalios/icons/portal/multiportal.gif);
}
UL.TreeCat IMG.workspace{
  background-image: url(../../images/jalios/icons/work.gif);
}
UL.TreeCat IMG.workspaceM{
  background-image: url(../../images/jalios/icons/workM.gif);
}
UL.TreeCat IMG.workspaces{
  background-image: url(../../images/jalios/icons/workFilterOff.gif);
}
UL.TreeCat IMG.right{
  width:  16px; height: 16px;
  background-image: url(../../images/jalios/icons/key.gif);
}
UL.TreeCat IMG.edit{
  width:  16px; height: 16px;
  background-image: url(../../images/jalios/icons/edit.gif);
}
UL.TreeCat IMG.help{
  width:  12px; height: 12px;
  /*background-image: url(../../images/jalios/icons/help.gif);*/
}
UL.TreeCat IMG.readable{
  width:  15px; height: 12px;
  background-image: url(../../images/jalios/icons/tracked.gif);
}

DIV.treecat-msg{
  font: 10px Arial, Helvetica, Sans-Serif;
  background: #FFFFCC url(../../images/jalios/icons/tip.gif) no-repeat;
  background-position: 2px 1px;
  padding: 2px 2px 2px 18px;
  margin: 4px 0px 4px 0px;
  color: #888888;
  border: 1px solid #E8E803;
  line-height: 16px;
  cursor: default;
  width: 20em;
}

UL.TreeCat LI.droppable{
  background-color: #FFFFCC;
}
UL.TreeCat SPAN.disabled{
  color: #666666;
  font-style: italic;
}
/* ---------------------------------------- */
/*  This option enable inline category leaf */
/* ---------------------------------------- */
/*
UL.TreeCat LI.leaf{
  display: inline;
  clear: both;
}
*/

