﻿.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
{
margin: 5px 0;
padding: 0px;
width: 180px;
background: #ECCFA8;
border-top: solid 3px #F77500;
}
.PrettyTree div.AspNet-TreeView ul li
{
white-space: nowrap;
padding: 3px 0 2px 0;
font-size: 11px;
clear: both;
}
.PrettyTree div.AspNet-TreeView ul ul
{
margin: 8px 4px 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 a:HOVER
{
color:Navy;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
margin: 0 0px 1px 0;
background: url( 'images/root-menu.gif' ) no-repeat;
padding: 5px 0 6px 0;
clear: both;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root A
{
background: none;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
margin: 0 4px 6px 0;
clear: both;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
clear: both;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Leaf
{
cursor: pointer;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-NonExpandable
{
background: url(nonexpandable.gif) 0 -1px no-repeat;
width: 15px;
float: left;
cursor: pointer;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
background: url(collapse.gif) 0 -1px no-repeat;
width: 15px;
float: left;
cursor: pointer;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
background: url(expand.gif) 0 -1px no-repeat;
width: 15px;
float: left;
cursor: pointer;
}
