﻿.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: 10px 0 10px 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;

}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

.AspNet-TreeView ul li
{
    background: url(../images/layout/subnav_back04.gif) top left no-repeat;
    padding: 0 7px 0 7px;
}



.AspNet-TreeView ul ul
{
    
    padding: 0 10px 0 10px;
}

.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.AspNet-TreeView li a
{
    text-decoration: none;
    color: #0D4685;
}

.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    /*margin-left: 16px;*/
    padding-left: 21px;
}




.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.AspNet-TreeView .AspNet-TreeView-Collapse
{
    /*background: url(../images/collapse.gif) 0 -2px no-repeat;*/
    width: 15px;
    float:left;
    cursor: pointer;
}

.AspNet-TreeView .AspNet-TreeView-Expand
{
    /*background: url(../images/expand.gif) 0 -2px no-repeat;*/
    width: 15px;
    float:left;
    cursor: pointer;
}

.AspNet-TreeView-Selected
{
    /*background-color: #e2e2e2 !important;*/
      border-top: 1px solid white;
      border-bottom: 1px solid white;
    background: #FFD749 url(../images/layout/subnav_back04.gif) top left no-repeat !important;
}

	.AspNet-TreeView-Selected a
	{
		color: #0D4685 !important;
		}

.AspNet-TreeView-ChildSelected
{
   /* background-color: #cccccc !important;*/

}
	.AspNet-TreeView-ChildSelected a
{
	/*color: #0D4685 !important;*/
}

.AspNet-TreeView-ParentSelected
{
   /*background-color: #cccccc !important;*/
   margin: 0 0 2px 0 !important;
   background: url(../images/layout/subnav_back04.gif) top left no-repeat !important;
}

	.AspNet-TreeView-ParentSelected a
	{
		color: #0D4685 !important;
	}
