﻿.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 ul li
{
	width: 174px;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	border-bottom-color: #CDD6AA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #CDD6AA;
	border-right-style: solid;
	border-right-width: 1px;
	clear: both;

}

/* SUB BULLETS */
.PrettyTree div.AspNet-TreeView ul ul
{
    /*

	*/

}


.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    margin: 0px;
    float: left;
	margin: -6px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
	height: 26px;
}

.PrettyTree div.AspNet-TreeView li a
{

    text-decoration: none;
    color: #000000;
	font-weight: normal;


	
}

.PrettyTree div.AspNet-TreeView li a:hover
{

    text-decoration: none;
    color: #799615;
	font-weight: normal;	
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root 
{
    /*
    background:url(bg-fade-light.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 6px 0;
	*/

}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    /*
    background:url(bg-fade-light.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 6px 0;
	*/
 
}

/*SUBNAV*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-ParentSelected
{
	width: 153px;

	background-color: #E9ECDA;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-weight: normal;
	color: #000000;
	margin: 5px 0px -5px 0px;
	padding: 7px 0px 7px 21px;
	border-top-color: #CDD6AA;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-right-style: none;	
	margin-left: 0px;

	}

/*THIS IS THE SELECTED NODE*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Selected
{
	background-color: #FADD8D;
	border-bottom-style: none;
	

		/*border-right-color: #CDD6AA;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	position: relative;
	clear: both;
	height: auto;*/

	
}


.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Hide
{
visibility: hidden;
}


/* **** THIS CAN BE USED TO STYLE SUB NODES??? ***/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
/*	position: relative;
clear: both;*/

}

/*.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    background-color: #DD9999;
    list-style-image: url(../../images/njtpa_leftnav_subbullet.gif);
    width: 148px;
    margin: 0px;
    padding: 8px 0px 8px 14px;
	position: relative;
clear: both;
}*/

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    /*
    position: relative;
    background: url(collapse.gif) 0 -1px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
	*/

}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    /*
    position: relative;
    background: url(expand.gif) 0 -1px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
	*/
}

.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: #00008B;
	*/
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    /*
    font-weight: bold !important;
    color: #006400 !important;
	*/

}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	/*
    font-weight: normal !important;
    color: #00008B !important;
	*/
}

