.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
{
    margin: 0;
    padding: 0 0 0 0;    
    /*padding: 10px 0 0 0;    */
    text-align:left;
}

div.AspNet-TreeView ul
{
    list-style: none;
    padding-left: 0px;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

/* 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
{
    margin: 0px;
    /*background-color: #5e5f5f;*/
	background-color: #012055;
    font-weight: bold;
}
.PrettyTree div.AspNet-TreeView ul ul
{
    background-color: #cccccc;
    font-weight: normal;
}
.PrettyTree div.AspNet-TreeView ul ul ul
{
    background-color: #9f9f85;
    font-weight: normal;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul
{
    background-color: #6a7a8a;
    font-weight: normal;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul ul
{
    background-color: #dee8a7;
    font-weight: normal;
}

.PrettyTree div.AspNet-TreeView ul li:hover
{
    background-color: #333434;
}
.PrettyTree div.AspNet-TreeView ul ul li:hover
{
    background-color: #b7b6b6;
}
.PrettyTree div.AspNet-TreeView ul ul ul li:hover
{
    background-color: #909075;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul li:hover
{
    background-color: #506274;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul li:hover
{
    background-color: #c1cd82;
}

.PrettyTree div.AspNet-TreeView li img
{
    border: none;
    vertical-align: middle;
    margin: 0 0 0 0; 
}
.PrettyTree div.AspNet-TreeView ul li
{
	 border-bottom: solid 1px #ffffff;
}
.PrettyTree div.AspNet-TreeView ul li a
{
    text-decoration: none;
	display: inline-block;
	width: 135px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	padding-left: 15px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a, .PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent a
{
	padding-top: 1px;
	padding-bottom: 1px;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: help;
    background-color: White;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../images/collapse.gif) -3px -2px no-repeat;
    background-position: center;
    width: 15px;
    margin-right: 0px;
    float:left;
    cursor: pointer;
}                                      
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{										 /* xpos ypos */
    background:  url(../images/expand.gif) -3px -2px no-repeat;
    width: 15px;
    margin-right: 0px;
    float:left;
    cursor: pointer;
    /*background-color: Black;*/
}

.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: #ffffff;
}
.PrettyTree div.AspNet-TreeView ul a,
.PrettyTree div.AspNet-TreeView ul a:visited,
.PrettyTree div.AspNet-TreeView ul a:active,
.PrettyTree div.AspNet-TreeView ul a:hover,
.PrettyTree div.AspNet-TreeView ul a:link
{
    color: #ffffff;
}
.PrettyTree div.AspNet-TreeView ul ul a,
.PrettyTree div.AspNet-TreeView ul ul a:visited,
.PrettyTree div.AspNet-TreeView ul ul a:active,
.PrettyTree div.AspNet-TreeView ul ul a:hover,
.PrettyTree div.AspNet-TreeView ul ul a:link
{
    color: #100e50;
}
.PrettyTree div.AspNet-TreeView ul ul ul a,
.PrettyTree div.AspNet-TreeView ul ul ul a:visited,
.PrettyTree div.AspNet-TreeView ul ul ul a:active,
.PrettyTree div.AspNet-TreeView ul ul ul a:hover,
.PrettyTree div.AspNet-TreeView ul ul ul a:link
{
    color: #610505;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul a,
.PrettyTree div.AspNet-TreeView ul ul ul ul a:visited,
.PrettyTree div.AspNet-TreeView ul ul ul ul a:active,
.PrettyTree div.AspNet-TreeView ul ul ul ul a:hover,
.PrettyTree div.AspNet-TreeView ul ul ul ul a:link
{
    color: #ffffff;
}
.PrettyTree div.AspNet-TreeView ul ul ul ul ul a,
.PrettyTree div.AspNet-TreeView ul ul ul ul ul a:visited,
.PrettyTree div.AspNet-TreeView ul ul ul ul ul a:active,
.PrettyTree div.AspNet-TreeView ul ul ul ul ul a:hover,
.PrettyTree div.AspNet-TreeView ul ul ul ul ul a:link
{
    color: #100e50;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ParentSelected a
{
    font-weight: normal !important;    
}

/* ------------------------------------------------------------------- */