﻿.TreeView
{ 
	cursor:pointer;
	font-family: Arial;
	width: 220px;
	overflow: hidden;
	padding:0 0 10px 0;
} 
.TreeNode
{
	font-size: 13px;
	cursor:pointer;
	padding-top:5px;
	padding-bottom: 5px;
} 
.TreeNodeRow
{
	cursor:pointer;
	font-size: 13px;  
}
.HoverTreeNodeRow
{
	font-weight: bold;
	cursor:pointer;
	height: 20px;
}
.SelectedTreeNodeRow
{
	/* DO NOT CHANGE: The selected style has been defined in both .ActiveTop and .ActiveBelowTop
	Please make changes to css styles there.*/
}
.TopTreeViewDepth
{
	width:177px;
	padding-left:40px;
	text-transform:uppercase;
	
}
.BelowTopTreeViewDepth
{
	width:160px;
	padding-left:40px;
	background-image: none;
	
}
.ActiveTop
{
	font-weight: bold;	
	background-image: url(/Images/CustomerSpecific/TreeNodeHoverBackground.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	font-size: 13px;
	color: White;
	padding-top:5px;
	padding-bottom: 5px;
}
.ActiveBelowTop
{
	font-weight: bold;	
	cursor:pointer;
	font-size: 13px;
	padding-top:5px;
	padding-bottom: 5px;
}