﻿.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;

    
}
/* control the color of link a */
div.AspNet-TreeView a
{
    text-decoration: none;
     font-size: 15px;
     color: #ffffff;
 
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;

}
div.AspNet-TreeView li.AspNet-TreeView-Root
{
    /* background:url(bg-fade-light.png) repeat-x bottom; */

    margin:0 4px 0px 0;
    text-align:left;
    width:100%; /* size of whole */
     color:#ffffff;
     background-color:#333333;
    
   
   
}

div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    white-space: nowrap;
    width:140px;
    text-align:left;
 
    color:#ffffff;
 
}

/* first level */
div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: 16px;
    float:left;
    clear:both;

}
/* second level */
div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	 
	 margin:0 0 0 12px;
     padding: 3px 0 2px 0; 
     color:#ffffff;
}


div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 12px;
    
}


div.AspNet-TreeView ul ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: 11px;
 
}
div.AspNet-TreeView ul ul ul
{
    margin: 2px 0 2px 12px;
}


div.AspNet-TreeView ul ul ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: 11px;

}



.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
     margin:0 0 0 4px;
     padding: 3px 0 2px 0; 
}

div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(skinimages/collapse.gif) 0 -1px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
     line-height: 12px;
     color:#ffffff;
}

div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(skinimages/expand.gif) 0 -1px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
    line-height: 12px;
    
}
div.AspNet-TreeView  AspNet-TreeView-ClickableNonLink
{
	 
}







/* --------------------------------------------------------------------------------------------------- */
/* Used when the TreeView adapter is NOT used. */
/* These styles are used by the TreeView's skin, found in this theme's skin file. */

td.TreeView-Skin-Node a
{
    text-decoration: none;
    padding-left:4px;
}

td.TreeView-Skin-Node {
    background:url(bg-fade-light-short.png) repeat-x bottom;
    padding:1px 0 1px 2px;
    width:100%;
}

.TreeView-Skin-Root table 
{
    margin:4px 0;
}

.TreeView-Skin-Leaf {
    padding:0 0 0 2px;
}


