.TreeView 
{ 

/*
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; */
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  border: solid 1px white; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  border: solid 1px white; 
  color:gray; 
  cursor:default;
  height: 20px;
}

.NodeRow 
{
  font-family: tahoma; 
  font-size: 11px; 
  cursor: pointer; 
  border: solid 1px #ecebfa;
  cursor: default; 
  height: 20px;
}

.NodeHover 
{
  background-image: url(../../images/Psc0/Toc.Node.Hover.gif);
  font-family: tahoma; 
  font-size: 11px; 
  border: solid 1px #D5DFEA;
  border-bottom-color:#A0B0C0;
  border-right-color:#A0B0C0;
  cursor: pointer;
  height: 20px; 
}

.NodeActive 
{ 
  background-image: url(../../images/Psc0/Toc.Node.Active.gif); 
  font-family: tahoma; 
  font-size: 11px; 
  border: solid 1px #D5DFEA;
  border-bottom-color:#A0B0C0;
  border-right-color:#A0B0C0;
  cursor: pointer;
  height: 20px;
}

.Empty
{
  font-family: tahoma; 
  font-size: 11px; 
}


