﻿.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 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: #564b47; }
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a 
{font-weight: bold !important;color: #003366 !important;}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{font-weight: normal !important;color: #003366 !important;}