/** General ********************************************************/

.TreeMenu
{
  font-family       : Arial, Tahoma;
  font-size         : 11px;
  color             : #000000;
  background-color  : #FFF;
  padding-left      : 5px;
}



/** Links **********************************************************/

.TreeMenu a
{
  color             : #000000;
  text-decoration   : none;
}



/** Images *********************************************************/

.TreeMenu img
{
  border            : 0px;
  vertical-align    : middle;
}



/** Nodes **********************************************************/

/* Indent = 0 */
 *.Node_0, *.Selected_0, *.Item_0
{
  font-size         : 12px;
  font-style        : normal;
  padding-left      : 2px;
}

.TreeItem_0
{
  background-color  : #547DA5;
  margin            : 0px;
  padding           : 0px 2px 0px 0px;
  border-bottom     : 1px solid white;
}
.TreeItem_0 a:link, .TreeItem_0 a:visited { color: white; }


.TreeItemText_0
{
  color             : white;
}

*.Node_0:hover, *.Selected_0:hover
{
  text-decoration   : underline;
}

*.Item_0:hover { }


/* Indent = 1 */
*.Node_1, *.Selected_1, *.Item_1
{
  font-size         : 11px;
  font-weight       : normal;
  font-style        : normal;
}

*.Node_1:hover, *.Selected_1:hover
{
  text-decoration   : underline;
}

*.Item_1:hover { }


/* Indent > 1 */
*.Node_2, *.Selected_2, *.Item_2
{
  font-size         : 11px;
  padding-left      : 2px;
}

*.Node_2:hover, *.Selected_2:hover
{
  text-decoration   : underline;
}

*.Item_2:hover { }



/** Selection ******************************************************/

*.Selected_0, *.Selected_1, *.Selected_2
{
  background-color: #D8E5F2;
}
