.DynamicTree {
    font-family: verdana, georgia, serif;
	color: #646464;
	font-size: 11px;
    white-space: nowrap;
	text-decoration:none;
}

a:link {
    font-family: verdana, georgia, serif;
	color: #646464;
	font-size: 11px;
    white-space: nowrap;
	text-decoration: none;
}

a:active {
    font-family: verdana, georgia, serif;
	color: #000000;
	font-size: 11px;
    white-space: nowrap;
	text-decoration: none;
}

a:visited {
    font-family: verdana, georgia, serif;
	color: #646464;
	font-size: 11px;
    white-space: nowrap;
	text-decoration: none;
}

.wrap { margin-left: 8px; }
.DynamicTree .doc img,
.DynamicTree .folder img { border: 0;}
* html .DynamicTree .doc img,
* html .DynamicTree .folder img { border: 0;}
.DynamicTree .section { display: none; }
.DynamicTree .last { background: none; }
.DynamicTree .folder { margin-bottom: 2px; }
.DynamicTree .doc .doc, .DynamicTree .folder .doc { margin-left: 18px; background-color: #EFF2E6; }

.DynamicTree .doc a { color: #646464; text-decoration: none; background-color: #EFF2E6; width: 200px; }
.DynamicTree .doc a:hover { color: #646464; text-decoration: none; }

.DynamicTree .folder a { color: #646464; text-decoration: none; }
.DynamicTree .folder a:hover { color: #646464; text-decoration: none; }

.DynamicTree .text { padding: 3px;}
.DynamicTree .text-active { background: #CEE3FF; padding: 3px;}

/* 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: 8px; }
