﻿/* Navigation */

/* TreeView styles */
.tree
{
    width: 160px;
    min-height: 500px;
    margin: 0 0 0 9px;
    font: normal 12px "Segoe UI" , "Lucida Grande" ,Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    cursor: default;
}
.tree .node
{
    color: #000;
    line-height: 17px;
    margin: 1px;
    border: 1px solid #fff;
}

.tree .node-h
{
    background-image: url(/App_Themes/Default/images/TreeView/node_bg.png);
    color: #000;
    text-decoration: none;
    line-height: 17px;
    margin: 1px;
    background-color: #f2f8ea;
    border: 1px solid #AFDF6F;
}

.tree .node-s
{
    line-height: 17px;
    margin: 0 1px;
    margin: 1px;
    background-image: url(/App_Themes/Default/images/TreeView/node_bg.png);
    background-color: #f2f8ea;
    border: 1px solid #7dbb2a;
    font-weight: bold;
}

.tree .node-d
{
    color: #999;
    line-height: 19px;
    margin: 0 1px;
    padding: 0 2px;
}

