/* Cms navtree panel */
#navtreemenu { margin:2px; padding:2px; }
#navtreemenucontent { width:82px; }
.navtreemenuitem { background-color:#D4D0C8; width:80px; height:16px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; cursor:pointer; cursor:hand; }

/* Cms navtree */
.webfx-tree-container { margin: 0px; padding: 0px; font: icon; white-space: nowrap; }
.webfx-tree-item { padding: 0px; margin: 0px; font: icon; color: 808080; white-space: nowrap; }
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover { margin-left: 3px; padding: 1px 2px 1px 2px; }
.webfx-tree-item a { color: #808080; text-decoration: none; }
.webfx-tree-item a:hover { color: blue; text-decoration: underline; }
.webfx-tree-item a:active { color: #ffffff; text-decoration: none; }
.webfx-tree-item img { vertical-align: middle; border: 0px; }
.webfx-tree-icon { width: 16px; height: 16px; }
.webfx-tree-item a.selected { color:#000000; background: buttonface; }
.webfx-tree-item a.selected-inactive { color:#808080; background: buttonface; }