/** CSS Document */

.tree-csstree
{
    font-size: 1px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.tree-csstree div
{
}

.tree-csstree a, .tree-csstree em
{
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    white-space: nowrap;
    vertical-align: middle;   
     
}

.tree-csstree a
{
    padding: 1px 4px 1px 4px;
    white-space: nowrap;
    line-height: 25px;
    color: #0000cc;
    
}
.tree-csstree a:visited
{
 
    color: #551a8b;
    
}


.tree-csstree a:hover, .tree-csstree a:hover
{
    text-decoration: underline;
}

.tree-csstree .current
{
    color: #000;
    text-decoration: none;
    background-color: #C0D2EC;
    font-weight: bold;
}


.tree-csstree #active_menu-csstree
{
    color: #333;
    background-color: #C0D2EC;
}

.tree-csstree em
{
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.tree-csstree ul, .tree-csstree li
{
    white-space: nowrap;
    list-style-type: none;
    margin-top: 0;
    margin-left: 5px;
    padding: 0;
    clear: both;
}

.tree-csstree .folder-csstree
{
    float: left;
    background: url(../images/folder.gif) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 13px;
}

.tree-csstree .folder_open-csstree
{
    float: left;
    background: url(../images/folderopen.gif) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 13px;
}


