.treeDynamicTree {
    font-family: arial;
    font-size: 12px;
    white-space: nowrap;
    cursor: default;
}
.treeDynamicTree .treedoc img,
.treeDynamicTree .treefolder img { border: 0; vertical-align: -4px; }
* html .treeDynamicTree .treedoc img,
* html .treeDynamicTree .treefolder img { border: 0; vertical-align: middle; vertical-align: -4px; }
.treeDynamicTree .treesection { background: url(images/tree-branch.gif) repeat-y; display: none; }
.treeDynamicTree .treelast { background: none; }
.treeDynamicTree .treefolder .treefolder { margin-left: 18px; }
.treeDynamicTree .treedoc .treedoc, .treeDynamicTree .treefolder .treedoc { margin-left: 18px; }

.treeDynamicTree .treetop { background: url(images/tree.gif) no-repeat; padding-left: 25px; line-height: 20px;}
.treeDynamicTree .treetop a { color: #000000; text-decoration: none; font-weight:bold}
.treeDynamicTree .treetop a:visited { color: #000000; text-decoration: none;}
.treeDynamicTree .treetop a:hover { color: #FF0000; text-decoration: none;}

.treeDynamicTree .treedoc a { color: #000000; text-decoration: none; }
.treeDynamicTree .treedoc a:visited { color: #000000; text-decoration: none; }
.treeDynamicTree .treedoc a:hover { color: #FF0000; text-decoration: none; }

.treeDynamicTree .treefolder a { color: #000000; text-decoration: none; }
.treeDynamicTree .treefolder a:visited { color: #000000; text-decoration: none; }
.treeDynamicTree .treefolder a:hover { color: #FF0000; text-decoration: none; }

.treeDynamicTree .treetext { padding: 1px; }
.treeDynamicTree .treetext-active { background: #CEE3FF;  padding: 1px; }

.treeDynamicTree .treeactive { background: #CEE3FF; }

/* hack for IE to fix a bug (background of .treesection disappearing when mouse is over a link, for example Node 1.tree1.tree1.tree1) */
* html .treeDynamicTree .treedoc { position: relative; }
* html .treeDynamicTree .treedoc a { position: absolute; top: 3px; }
* html .treeDynamicTree .treefolder { position: relative; }

.treeDynamicTree img { border: 0; }

.treeDynamicTree .treeactions {
    position: relative;
    margin-top: 7px;
    margin-left: 10px;
    height: 20px;
}
.treeDynamicTree .treetooltip {
    position: absolute;
    line-height: 22px;
    left: 185px;
}
.treeDynamicTree .treemoveUp,
.treeDynamicTree .treemoveDown,
.treeDynamicTree .treemoveLeft,
.treeDynamicTree .treemoveRight,
.treeDynamicTree .treeinsert,
.treeDynamicTree .treeinfo,
.treeDynamicTree .treeremove {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: 1px solid #F1EFE2;
    z-index: 5;
    cursor: default;
}
.treeDynamicTree .treemoveUp:hover,
.treeDynamicTree .treemoveDown:hover,
.treeDynamicTree .treemoveLeft:hover,
.treeDynamicTree .treemoveRight:hover,
.treeDynamicTree .treeinsert:hover,
.treeDynamicTree .treeinfo:hover,
.treeDynamicTree .treeremove:hover {
    background-color: #ffffff;
    border: 1px solid #ACA899;
}
.treeDynamicTree .treemoveUp { left: 0px; }
.treeDynamicTree .treemoveDown { left: 25px; }
.treeDynamicTree .treemoveLeft { left: 50px; }
.treeDynamicTree .treemoveRight { left: 75px; }
.treeDynamicTree .treeinsert { left: 100px; }
.treeDynamicTree .treeinfo { left: 125px; }
.treeDynamicTree .treeremove { left: 150px; }

.treeDynamicTree .treewrap { margin-left: 2px; }
.treeDynamicTree .treewrap1 { background: #ffffff; padding: 10px; border: 1px solid #919B9C; width: 250px; }
.treeDynamicTree .treewrap2 { margin-left: 2px; }

.treeDynamicTree #tree-insert-form { display: none; margin-top: 1em; }
.treeDynamicTree #tree-insert-form .treelabel { text-align: right; width: 50px; padding-right: 8px; }
.treeDynamicTree #tree-insert-form .treeinput { margin-bottom: 2px; padding-left: 3px; }
.treeDynamicTree #tree-insert-form select { margin-bottom: 2px; }
.treeDynamicTree #tree-insert-form .treebutton { margin-top: 4px; }

.treeDynamicTree #tree-info-form { display: none; margin-top: 1em; }
.treeDynamicTree #tree-info-form .treelabel { text-align: right; width: 50px; padding-right: 8px; }
.treeDynamicTree #tree-info-form .treeinput { margin-bottom: 2px; padding-left: 3px; }
.treeDynamicTree #tree-info-form select { margin-bottom: 2px; }
.treeDynamicTree #tree-info-form .treebutton { margin-top: 4px; }
