﻿.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 
{
    /*position: relative;*/
}

.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 1px 0 0 0; /* importante esta ... */
    /*padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;*/
}
.PrettyTree div.AspNet-TreeView ul ul
{
    /*margin: 2px 0 2px 16px;*/
    margin: 0 0 0 16px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    /*vertical-align: middle;
    margin: 0 4px 0 0;*/
}

.PrettyTree div.AspNet-TreeView li a
{
    /*text-decoration: none;
    padding-left:4px;*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    /*background:url(bg-fade-light.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:0 4px 6px 0;*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    /*background:url(bg-fade-light.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:0 4px 6px 0;*/
}

.PrettyTree span /* jsp */
{
    cursor: pointer;
    color:#9d9d9d;
    
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../images/arrow_gray_u.png) 0 -1px no-repeat;
    width: 16px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;
    position: relative;
    font-size: xx-large;
    line-height: 16px;*/
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{

    background: url(../images/arrow_gray_d.png) 0 -1px no-repeat;
    width: 16px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;
    font-size: xx-large;
    position: relative;    
    line-height: 16px;*/
}

.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 ul a
{
    font-weight: normal !important;
    color: #9d9d9d !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;

}
