
IMG.PlusMinus
{
	margin:0px 2px 0px 0px ; 
}

.TreeClass
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	background: #4b83bc;
	padding-bottom: 2px;
	margin: 0px;
	overflow: visible;
	color: white;
	border-top-style: none;
	padding-top: 2px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight:bold;
}



.Indent
{
	MARGIN-LEFT: 20px;
}
.Node
{
	padding-bottom:3px;
	padding-left:2px;
	cursor: hand;
	font-weight:bold;
}

A:link.NavLink,A:visited.NavLink,A:active.NavLink
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
}
A:link.ExpandedNode,A:visited.ExpandedNode,A:active.ExpandedNode
{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:2px;
	cursor: hand;
	color: #febf01;
}

.SelectedNode
{
	border-right: 0px outset;
	padding-right: 2px;
	border-top: 0px outset;
	padding-left: 2px;
	background: #0066cc;
	padding-bottom: 3px;
	border-left: 0px outset;
	color: #febf01;
	border-bottom: 0px outset;
	font-weight:bold;
}
.ExpandedNode
{
	font-weight:bold;
	padding-bottom:3px;
	padding-left:2px;
	cursor: hand;
	color: #febf01;
}

