﻿.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
{
}

div.AspNet-TreeView ul
{
    list-style: none;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

.AspNet-TreeView ul li
{
}
.AspNet-TreeView ul ul
{
}

.AspNet-TreeView ul li img
{
}

.AspNet-TreeView li a
{
}

.AspNet-TreeView li.AspNet-TreeView-Leaf
{
}

.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
}

.AspNet-TreeView .AspNet-TreeView-Collapse
{
    width: 0px;
    float:left;
    cursor: pointer;
	display: none;
}

.AspNet-TreeView .AspNet-TreeView-Expand
{
    /*background: url(../images/expand.gif) 0 -2px no-repeat;*/
    width: 0px;
    float:left;
    cursor: pointer;
	display: none;
}

.AspNet-TreeView-Selected
{
    background-color: #e2e2e2 !important;
    margin:0 !important;
    padding:0 !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;*/
	}
