﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 10px 2px 0; 
    font-size: small;
   
}

div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

div.AspNet-TreeView li a
{
    text-decoration: none;
}

div.AspNet-TreeView li.AspNet-TreeView-Root
{
}

div.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}

div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../images/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(../images/expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}



div.AspNet-TreeView a,
div.AspNet-TreeView a:visited,
div.AspNet-TreeView a:active,
div.AspNet-TreeView a:hover,
div.AspNet-TreeView a:link
{
    
}

div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
}

div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
}