.DynamicTree {
    font-size: 12px;
    white-space: nowrap;
    cursor: default;
}

.DynamicTree .doc img,
.DynamicTree .folder img { border: 0; vertical-align: -30%; }

* html .DynamicTree .doc img,
* html .DynamicTree .folder img { border: 0; vertical-align: -40%; }

.DynamicTree .section { background: url(images/tree-branch.gif) repeat-y; display: none; }
.DynamicTree .last { background: none; }

.DynamicTree .folder .folder { margin-left: 18px; }
.DynamicTree .doc .doc, .DynamicTree .folder .doc { margin-left: 18px; }

.DynamicTree .doc a { color: #000000; text-decoration: none; }
.DynamicTree .doc a:hover { color: #000000; text-decoration: underline; }

.DynamicTree .folder a { color: #000000; text-decoration: none; }
.DynamicTree .folder a:hover { color: #000000; text-decoration: underline; }

.DynamicTree .link-active { background: #ECE9D8; padding: 0px; }

/* hack for IE to fix a bug (background of .section disappearing when mouse is over a link, for example Node 1.1.1.1) */
* html .DynamicTree .doc { position: relative; }
* html .DynamicTree .doc a { position: absolute; top: 1px; }
* html .DynamicTree .folder { position: relative; }

.DynamicTree img { border: 0; }