HTML { width:100%; }
HTML * { padding:0px; margin:0px; }
body { background: #ffffff; width:100%; }

UL { padding-left:16px; margin-left:0px; display:block;  }
OL { padding-left:16px; margin-left:0px; display:block; }
   UL * {  }
   OL * {  }
      LI { padding-left:0px; list-style-type:none; background:#ffffff; vertical-align:middle; white-space:nowrap; _white-space:pre; }

#tocTree { padding-left:0px; background:none; width:100%; }
#tocTree UL UL { background:url(../images/treeline.gif); width:100%;  }
#orderedTree { padding-left:0px; }
A { color:#336699;text-decoration:none; }

/*
.itemNormal { padding:3px; height:12px; border:1px solid white; background:none; white-space:nowrap; }
.itemHilite { padding:3px; height:12px; margin-top:-15px; border:1px dashed #ffcc00; font-weight:bold; background:#ffffcc; white-space:nowrap }
.rootElement { background-image: url(../images/treenode_noparent.gif); }
*/

.treenodeFolderClose { padding-left: 16px; padding-right:12px; font-size:14px; margin-right:3px; background:url(../images/treenode_closed.gif) left top no-repeat;cursor:default; }
.treenodeFolderOpen { padding-left: 16px; padding-right:12px; font-size:14px; margin-right:3px; background:url(../images/treenode_open.gif) left top no-repeat;  cursor:default; }
.treenodeDocument{ padding-left: 16px; padding-right:12px; font-size:14px; margin-right:3px; background:url(../images/treenode_nochild.gif) left top no-repeat; cursor:default; }
.treenodelastDocument{ padding-left: 16px; padding-right:12px; font-size:14px; margin-right:3px; background:url(../images/treenode_nochild_last.gif) left top no-repeat; cursor:default; }
#tocTree .treenodeLast{ background:none; }

.treenodeRoot { background-image: url(../images/treenode_noparent.gif); }
