﻿.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: 3px 0 2px 0;
font-size: 11px;
font-family: Arial;
}

.PrettyTree div.AspNet-TreeView ul ul
{
margin: 2px 0 2px 12px;
}

.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
{
border-top: solid 1px #c4d5df;
margin:0 0px 0px 0;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
/*background-color: #daffff !important;*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{

}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
cursor: pointer;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
background: url(minus.gif) 0 1px no-repeat;
width: 10px;
margin-top: 1px;
float:left;
cursor: pointer;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
background: url(plus.gif) 0 1px no-repeat;
width: 10px;
margin-top: 1px;
float:left;
cursor: pointer;
}

.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: #000000;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected
{
color: #000000 !important;
background-color: #d3e5f3 !important;
font-weight: bold;
border-top: solid 1px #91bfe2;
border-bottom: solid 1px #91bfe2;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ChildSelected
{
color: #000000 !important;
background-color: #eaffff !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected
{
color: #000000 !important;
background-color: #daffff !important;
}
