﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyTree 
{
}

.PrettyTree div.AspNet-TreeView ul li
{
    padding: 6px 0px 3px 0px; 
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 0px 0px 0px 25px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left: 4px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    background: url(bg-fade-light3.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin: 0px 0px 2px 0px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    background:url(bg-fade-light.png) repeat-x bottom;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    background: url(arrow.png) 0px 7px no-repeat;
    padding-left: 10px;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(collapse.gif) 0px -3px no-repeat;
    width: 15px;
    float: left;
    cursor: n-resize;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(expand.gif) 0px -3px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{
    color: #00008B;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
}
