﻿.AspNet-TreeView
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.AspNet-TreeView UL
{
    background-color: #FBFBFB;
    margin: 12px;
    padding: 0;
    padding-left: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    color: #4b632c;
}

.AspNet-TreeView-Expand
{
    background: url( "../Images/Treeview/Treeview_Expand.png" ) center center no-repeat;
    margin: 6px;
    padding: 6px;
}

.AspNet-TreeView-Collapse
{
    background: url( "../Images/Treeview/Treeview_Collapse.png" ) center center no-repeat;
    margin: 6px;
    padding: 6px;
}

.AspNet-TreeView-ClickableNonLink
{
    /* color: Red; */
}

.AspNet-TreeView-Root AspNet-TreeView-Leaf
{
    background-color: #FBFBFB; /* background: url("../Images/arrowRight.gif") -7px 0 no-repeat;    */
    margin-bottom: 10px;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 12px;
    margin-bottom: 15px;
    font-size: 12px;    
}

.AspNet-TreeView-Root
{
    background-color: #FBFBFB; /* background: url("../Images/arrowRight.gif") -7px 0 no-repeat;    */
    margin-bottom: 10px;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 12px;
    margin-bottom: 15px;
    font-size: 12px;
}

.AspNet-TreeView-Root a:link, a:visited, a:active
{
    color: Yellow;
}

.AspNet-TreeView-Parent
{
    background-color: #FBFBFB;
    list-style: none;
    margin-left: 10px;
    padding-left: 10px;
    list-style: none;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    font-size: 11px;    
}

.AspNet-TreeView-Leaf
{
    background-color: #FBFBFB; /* padding-left: 29.5px; */
    padding-left: 51px;
    padding-top: 2px;
    list-style: none; /* list-style: box outside url("../Images/arrowRight.gif") ;   */
    text-decoration: none;
    text-transform: none;
    color: #5c743d;    
    font-size: 11px;      
    font-weight: normal;    
}

.AspNet-TreeView-Leaf A:link, a:visited, a:active
{
    list-style: none;
    color: Blue;
    text-decoration: none;
}

.AspNet-TreeView-Leaf AspNet-TreeView-Selected
{
    list-style: none;
    background-color: Yellow;
    color: Blue;
    text-decoration: none;
}

.AspNet-TreeView-Leaf A
{
    color: Blue;
    text-decoration: none;
}

.AspNet-TreeView-Hide
{
    display: none;
}

.AspNet-TreeView-Show
{
    color: #5c743d;
}


