.DynamicTree {
    /*font-family: georgia, tahoma;*/
    font-size: 10px;
    /*white-space: nowrap;  */
    background-color:#002252;
  
    cursor: default;
}
.DynamicTree .doc img,
.DynamicTree .folder img { border: 0; vertical-align: -4px; }
* html .DynamicTree .doc img,
* html .DynamicTree .folder img { border: 0; vertical-align: middle; vertical-align: -4px; }
.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:hover { background-color:#2BC0FA; text-decoration: underline; text-align: right; }

.DynamicTree .folder a { font-size:12px;
						color: #FFFFFF; 
						font-weight: bold;
						}

.DynamicTree .doc a { color: #DBDFEE;font-size:10px; text-align: right;font-weight: bold;}

.DynamicTree .folder a:hover { color: #3EFFCB; text-decoration: none;font-size:10px; text-align: center; }
.DynamicTree .text { padding: 1px; }
.DynamicTree .text-active { background: #CEE3FF;  padding: 1px; }

.DynamicTree .active { background: #CEE3FF; }

/* 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 .folder { position: relative; }

.DynamicTree img { border: 0; }

.DynamicTree .actions {
    position: relative;
    margin-top: 7px;
    margin-left: 10px;
    height: 20px;
}
.DynamicTree .tooltip {
    position: absolute;
    line-height: 22px;
    left: 185px;
}

.DynamicTree .wrap { margin-left: 2px; }
.DynamicTree .top { background: url(images/tree.gif) no-repeat; padding-left: 25px; line-height: 20px; color: #333333; }
.DynamicTree .wrap1 { background: #ffffff; padding: 10px; border: 1px solid #919B9C; width: 250px; }
.DynamicTree .wrap2 { margin-left: 2px; }

