﻿/* 05/20/2010 */
.AspNet-TreeView-ChildSelected
{
	background-color:Aqua;
}
.AspNet-TreeView ul
{
	padding-left: 0px;
	border-top:dotted 3px #f2ae02;
}
li.AspNet-TreeView-Root
{
	background-color: #FFF !important;
	
	border-bottom:dotted 3px #f2ae02;padding:1px 10px 1px 10px;color:#0f2b8e
}

li.AspNet-TreeView-Root a, li.AspNet-TreeView-Root a:hover
{
	padding: 5px 3px 5px 0px;
	display: block;
	padding-left: 5px;
	color: #0f2b8e;
	text-decoration: none;
	font-family: arial !important;
}
li.AspNet-TreeView-Root a:hover
{margin-left:0px;text-decoration:underline;}
.AspNet-TreeView-Parent a
{
	padding-left: 15px !important;
	display: block;
	font-family: arial !important;
}
li.AspNet-TreeView-Root ul
{
	border-right:solid #ccc 0px;
	border-bottom:solid #827f77 0px;
	border-top: solid #22292b 0px;
	margin-left:-1px;
	margin-bottom:5px;
 }
.AspNet-TreeView-Parent, li.AspNet-TreeView-Root ul li.AspNet-TreeView-Leaf
{
	background-color: #fff;
	margin-left:-1px;
	list-style-type:none !important;
}
.AspNet-TreeView-Parent a, li.AspNet-TreeView-Root ul li.AspNet-TreeView-Leaf a
{
	color: #0f2b8e !important;
	font-family: arial !important;
	
}
li.AspNet-TreeView-Root ul li.AspNet-TreeView-Leaf a
{
	padding-left: 15px;
	display: block;
	font-family: arial !important;
}
li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a
{
	padding-left: 30px !important;
	display: block;
	font-family: arial !important;
}
div.AspNet-TreeView .AspNet-TreeView-Selected a
{
	font-weight: bold !important;
	text-decoration: none !important;
	background-image: url(/images/black_arrow.GIF);
	background-repeat: no-repeat;
	background-position: center right;
	display: block !important;
	
}
div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	font-weight: normal !important;
	text-decoration: none !important;
	background-image: none !important;
	
}

span.AspNet-TreeView-Expand
{display:none;}
	
	
	BUTTON, .BUTTON, .TextButton, .TextButtonWithImage, .TextButtonWithImageOnRight, .TextButtonDisabled, .TextButtonWithImageDisabled, .TextButtonWithImageOnRightDisabled
{
	margin: 0px 0px 0px 0px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	
	border: solid 1 #a7aeb6;
	background-image: url(images/buttonsliver.gif);

	color: White;
	cursor: hand;
	padding:0 5px 0 5px;
	color:#000;
}
