﻿.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 .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(collapse.gif) 0 -1px no-repeat;
    width: 20px;
    float:left;
    cursor: hand;
    font-family: Verdana, Arial, 'Times New Roman', Helvetica, sans-serif ;
    line-height: 20px;
    vertical-align: middle;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(expand.gif) 0 -1px no-repeat;
    width: 20px;
    float:left;
    cursor: hand;
    font-family: Verdana, Arial, 'Times New Roman', Helvetica, sans-serif ;
    line-height: 20px;
    vertical-align: middle;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: normal !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Selected
{
	border: solid 1px;
/*
	background: #FFFF00;
	text-transform:uppercase;
*/
}



.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: White;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left:4px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
	background: #134B9C;
    font-size: 16px;
    text-transform: uppercase; 
	cursor: hand;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root a
{
    color: White;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	background:#134B9C;
    font-size: 16px;
    text-transform: capitalize;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent a
{
    color: White;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Form
{
	background:#134B9C;
    font-size: 16px;
    text-transform: capitalize;
}


.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Form a
{
    color: White;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Report
{
	background: #134B9C;
    font-size: 16px;
    text-transform: capitalize;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Report a
{
    color: White;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	font-size: 14px;
	border:#FFFF00;
    text-transform: capitalize;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a
{
    color: #FFFF00;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a:hover
{
    text-decoration: underline;
}


.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Form
{
    background:#134B9C;
    font-size: 14px;
    border:#FFFF00;
    text-transform: capitalize;
}


.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Form a
{
    color: #FFFF00;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Form a:hover
{
    text-decoration: underline;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Report
{
    background:#134B9C;
    font-size: 14px;
    border:#00FF00;
    text-transform: capitalize;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Report a
{
    color: #00FF00;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Report a:hover
{
    text-decoration: underline;
}

.PrettyTree div.AspNet-TreeView span.AspNet-TreeView-ClickableNonLink 
{
	color: White;
}

.PrettyTree div.AspNet-TreeView span.AspNet-TreeView-NonLink
{
	color: White;
	text-transform: uppercase;
	font-size: 16px;
}

.PrettyTree div.AspNet-TreeView span.AspNet-TreeView-NonLink-Future
{
	color: Orange;
	font-size: 14px;
}

.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: 14px;
    vertical-align: middle;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman', Helvetica, sans-serif ;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 12px;
}




/* --------------------------------------------------------------------------------------------------- */
/* Used when the TreeView adapter is NOT used. */
/* These styles are used by the TreeView's skin, found in this theme's skin file. */

td.TreeView-Skin-Node a
{
    text-decoration: none;
    padding-left:4px;
}

td.TreeView-Skin-Node {
    background:url(bg-fade-light-short.png) repeat-x bottom;
    padding:1px 0 1px 2px;
    width:100%;
}

.TreeView-Skin-Root table 
{
    margin:4px 0;
}

.TreeView-Skin-Leaf {
    padding:0 0 0 2px;
}