﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

.AspNet-TreeView-Root a {color: Red; border: solid 1px blue; }

div.AspNet-TreeView {color: Red; border: solid 1px green; }

li.AspNet-TreeView-Root {border: solid 1px red; color: Red;}

/* asp:TreeView */
.AspNet-TreeView
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.AspNet-TreeView-Hover
{
    background: #f0ebdd !important;
    background-color: #f0ebdd !important;
}

.AspNet-TreeView-Leaf
{
    height: 20px !important;
    width: 100% !important;
}

.AspNet-TreeView-Leaf A:link
{
    color: #7d745a !important;
}

.AspNet-TreeView-Leaf A:visited
{
    color: #7d745a !important;
}

.AspNet-TreeView-Parent
{
    color: #7d745a !important;
    font-weight: bold !important;
    height: 20px !important;
    width: 100% !important;
    padding-left: 0.2em !important;
}

.AspNet-TreeView-Parent A:link
{
    color: #7d745a !important;
}

.AspNet-TreeView-Parent A:visited
{
    color: #7d745a !important;
}

.AspNet-TreeView-Root
{
    color: #7d745a !important;
    font-size: 1em !important;
    font-weight: bold !important;
    width: 180px !important;
}

.AspNet-TreeView-Root A:link
{
    color: #7d745a !important;
}

.AspNet-TreeView-Root A:visited
{
    color: #7d745a !important;
}

.AspNet-TreeView-Selected
{
    background: #f0ebdd !important;
    background-color: #f0ebdd !important;
}

.AspNet-TreeView-Selected A:link 
{
    color: #7d745a !important;
}

.AspNet-TreeView-Selected A:visited
{
    color: #7d745a !important;
}
