
.DynamicTree {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    white-space: nowrap;
    cursor: default;
	font-weight:bold
}
.DynamicTree .doc img,
.DynamicTree .folder img { border: 0; vertical-align: -4px;}
* html .DynamicTree .doc img,
* html .DynamicTree .folder img { border: 0; vertical-align: top; vertical-align: -1px; }
.DynamicTree .section { background: url(images_menu/tree-branch.gif) repeat-y; display: none; }
.DynamicTree .last { background: none; }
.DynamicTree .folder .folder { margin-left: 12px;}
.DynamicTree .doc .doc, .DynamicTree .folder .doc { margin-left: 12px; width:85%;}

.DynamicTree .doc a { color: #37639D; text-decoration: none; }
.DynamicTree .doc a:hover { color: #DE120D; text-decoration: none; }
.DynamicTree .doc a:active { color: #0000ff; text-decoration: none; }

.DynamicTree .folder a { color: #37639D; text-decoration: none; }
.DynamicTree .folder a:hover { color: #DE120D; text-decoration: none; }
.DynamicTree .folder a:active { color: #0000ff; text-decoration: none; }


/* 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: 3px; }

.DynamicTree img { border: 0; }

.DynamicTree .wrap { margin-left: 2px; }
.DynamicTree .top { background: url(images_menu/tree.gif) no-repeat; padding-left: 25px; line-height: 20px; color: #000000; font-weight:bold; }
.DynamicTree .top a { color: #37639D; text-decoration: none; }
.DynamicTree .top a:hover { color: #DE120D; text-decoration: none; }
.DynamicTree .top a:active { color: #0000ff; text-decoration: none; }

.DynamicTree .wrap1 { background: #ffffff; padding: 10px; border: 1px solid #919B9C; width: 200px; }
.DynamicTree .wrap2 { margin-left: 2px; }


