﻿
        /*    list of contents    */
        #tree
        {
        padding-left: 10px;	
        }
        
        .webfx-tree-container, .webfx-tree-item
        {
        padding: 0px;
        margin: 0px;
        font-family: Tahoma;
        font-size: 10pt;
        white-space: nowrap;
        }
        
        .img-expand, .img-collapse, .img-icon
        {
        position:absolute;
        padding:0;
        margin:0;
        }
        
        .img-expand{top:15%;left:3px;}
        .img-collapse{top:35%;left:0;}
        .img-icon{top:15%;left:0;}
        
        /*    menu    */
        .navigation
        {
        position:absolute;
        padding:0;
        margin:0;
        top: 8px;
        float: right;
        }
        
        #contents-menu, #search-menu
        {
        height:27px;
        line-height:27px;
        position: relative;
        float: left;
        font-family: Tahoma;
        font-size: 10pt;
        color: #585858;
        cursor: pointer;
        }
        
        #menu-inactive{
        height: 25px;
        width: 89px;
        background-color: #e5e4e4; 
        position: absolute;
        left: 89px;
        border: 1px solid #cccccc; 
        }
        
        .active-menu{
        font-weight: bold;
        }
        
        #contents-menu{margin-left: 17px;}
        #search-menu{margin-left: 37px;}
        #search-img
        {
        position: absolute;
        top: 10px;
        right:-15px;
        }
        
        /*    search elements    */
        .search-form{
        position:absolute;
        top: 28px;
        }
        
        #search-result
        {
        margin-left: 5px;
        }
  
        .wfinputsearchtext{
        margin: 5px;
        width: 158px;
        }
        
        .wfsearchbutton
        {
        margin-top: 5px;
        }
        
        .noresults
        {
        font-family: Tahoma;
        font-size: 10pt;
        color: #585858;
        }
        
      
        /*    links    */
        .webfx-tree-link
        {
        position: relative;
        left: 20px;
        }
        
        body.wf a, body.wf a:active, body.wf a:hover, body.wf a.selected
        {
        text-decoration:none;
        }
       
        body.wf a:link
        {
        color: #585858;
        }
        
        body.wf a:visited
        {
        color: #7D7D7D;
        }
        
        body.wf a.selected,body.wf a:active,body.wf a:hover
        {
        background: #B2B2B2;
        }
    
