.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 div.AspNet-TreeView ul li
{
	font-style: normal;
    padding: 3px 0 2px 0; 
    /*font-size: 12px;*/
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 20px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.PrettyTree div.AspNet-TreeView li a
{
    margin-left: 0px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
	 cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	 cursor: pointer;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	 cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    display: none;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    display: none;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:link
{
	color: #336699;
}

.PrettyTree div.AspNet-TreeView a:hover
{
	text-decoration: underline !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
	text-decoration: underline !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ChildSelected a
{
	text-decoration: none;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected a
{
	text-decoration: none !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected a:hover
{
	text-decoration: underline !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
}