﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* BEGIN left_nav_primary_parent */
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected 
{
	background-color: #ffffff;
	border-top: 0px #739b39 solid;
	padding-top: 5px;
	font-size: .80em;
	border-bottom: 1px #C5BE9C solid;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected ul
{
	border-top: 1px #736a57 solid;
	/*border-top: 1px #454545 dotted;*/
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected .AspNet-TreeView-Collapse
{
		/* needed for mozilla to look right -
		must be in this order or IE won't work  */
	display:-moz-inline-box;
	display:inline-block;
	width: 15px;
	height: 15px;
	background:url(../../images/arrows/arrow_down_gray.gif) left center no-repeat; 
	padding-bottom: 20px;
	vertical-align:20%;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand,
.PrettyTree div.AspNet-Treeview .AspNet-TreeView-Collapse
{
		/* needed for mozilla to look right -
		must be in this order or IE won't work  */

	display:-moz-inline-box;
	display:inline-block;
	width: 15px;
	height: 15px;
	background:url(../../images/arrows/arrow_rt_gray.gif) left center no-repeat; 
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected a:link 
{
	color: #454545;
	text-decoration:none;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected a:hover
{
	font-weight: bold;
}

/* END left_nav_primary_parent */
/* BEGIN left_nav_primary */
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf  
{
	width:195px;
	border: 1px #736a57;
	border-bottom: 1px #736a57 solid;
	font-size: .80em;
/*	padding-left: 5px;*/
text-indent:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#c5be9c;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf a:link, 
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf a:visited 
{
	color: #454545;
	text-decoration:none;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root a:hover,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf a:hover
{
	font-weight: bold;
}
/* END left_nav_primary */

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a
{
	/* this is needed to get the text to align properly */
	 vertical-align:-30%;
	 text-decoration:none;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected .AspNet-TreeView-Collapse
{
	display:-moz-inline-box;
	display:inline-block;
	width: 15px;
	height: 15px;
	background:url(../../images/arrows/arrow_rt_wht.gif) left center no-repeat;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected .AspNet-TreeView-Collapse,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected .AspNet-TreeView-Expand
{
	display:-moz-inline-box;
		display:inline-block;
	width: 15px;
	height: 15px;
	padding-left:5px;
	background:url(../../images/arrows/arrow_right_wht.gif) left center no-repeat;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected .AspNet-TreeView-Collapse,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected .AspNet-TreeView-Expand
{
	display:-moz-inline-box;
	display:inline-block;
	width: 15px;
	height: 15px;
	background:url(../../images/arrows/arrow_down_wht.gif) left center no-repeat;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected .AspNet-TreeView-Collapse,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected .AspNet-TreeView-Expand,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected .AspNet-TreeView-Collapse,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected .AspNet-TreeView-Expand
{
	padding-bottom: 20px;
	vertical-align:20%;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected a:link, 
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a:visited
{
	color: #ffffff;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected a:hover,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected a:hover,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a:hover,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected a:hover
{
	font-weight: bold;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf .AspNet-TreeView-Expand,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected  .AspNet-TreeView-Expand,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected .AspNet-TreeView-Expand,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected .AspNet-TreeView-Expand
{
		/* needed for mozilla to look right -
		must be in this order or IE won't work  */

	display:-moz-inline-box;
	display:inline-block;
	width: 15px;
	height: 15px;
	background:url(../../images/arrows/sm_arrow_rt_gray.gif) left center no-repeat; 
	padding-bottom: 10px;
	vertical-align:0%;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected li.AspNet-TreeView-Parent-ParentSelected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ChildSelected
{
	color: #454545;
	background-color: #ffffff;
	border-bottom: 1px #736a57 dotted;
	font-size: 9pt;
/*	padding-left: 10px;*/
	text-indent:20px; 
	padding-top: 10px;
	padding-bottom: 5px; 
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected
{
	text-indent: 20px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ChildSelected
{
	padding-bottom: 0px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ChildSelected
{
/*	padding-left:20px;*/
text-indent:20px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected a
{
	vertical-align: -30%;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected a
{
		vertical-align: -90%;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected  a
{
	border-color:#ffffff;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Leaf-Selected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected
{
	background-color:#739b39;
	font-size: .80em;
	padding-top: 10px;
	border-bottom: 1px #736a57 solid;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected ul,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ChildSelected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected
{
	background-color:#ffffff;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected
{
	text-indent:20px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-ChildSelected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root-Selected
{
	text-indent: 5px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected .AspNet-TreeView-Collapse
{
	background:url(../../images/arrows/arrow_rt_wht.gif) left center no-repeat;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected
{
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 9pt;
	color: #ffffff;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected a:visited
{
	color: #ffffff;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected
{
	color:#ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 9pt;
	background-color: #739b39;
/*		padding-left: 20px; */
	text-indent:20px;
	border-bottom: 1px #736a57 dotted; 
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-Selected .AspNet-TreeView-Collapse
{
	vertical-align:-30%;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected
{
	text-indent:20px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ChildSelected li.AspNet-TreeView-Leaf-Selected,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-Selected li.AspNet-TreeView-Leaf-ParentSelected
{
	text-indent: 40px;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf-ParentSelected a:link,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected a:visited,
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent-ParentSelected a:link
{
	color: #454545;
}
