/* Treeview */

.htree
{
  width: 100%;
  overflow: hidden;
}

.treenode,.treenode:LINK,.treenode:VISITED
{
  color: red;
  text-decoration: none;
}

.treenode:HOVER
{
  background-color: #fff3aa;
  color: red;
  text-decoration: none;
}

.htreenode
{
  height: 16px;
}

.htreenodehover
{
  height: 16px;
  background-color: #fff3aa;
  color: red;
}

.htreenodeselected
{
  height: 16px;
  background-color: #fff3aa;
  color: red;
}

.category_c4u_commited, 
{
  font-weight: normal; text-decoration: line-through; 
}