/*Tree Control
*/
.nwaCtrl_Tree_OuterBox
{
	overflow: auto;
	padding: 4px;
	font-size: 11px;
	font-family: Arial;
	
	font-family: Arial;
	font-size: 11px;
	scrollbar-Base-Color: #cbd6dc;
	scrollbar-Track-color: #A0B6C0;
	scrollbar-3dLight-Color: white;
	scrollbar-Highlight-color: #cbd6dc;
	scrollbar-DarkShadow-Color: white;
	scrollbar-Shadow-Color: #cbd6dc;
	scrollbar-Arrow-Color: white;
}
.nwaCtrl_Tree_Indent1
{
	clear: both;
	width: 16px;
	float: left;
}
.nwaCtrl_Tree_Indent2
{
	clear: both;
	width: 32px;
	float: left;
}
.nwaCtrl_Tree_Indent3
{
	clear: both;
	width: 48px;
	float: left;
}
.nwaCtrl_Tree_Indent4
{
	clear: both;
	width: 54px;
	float: left;
}
.nwaCtrl_Tree_Indent5
{
	clear: both;
	width: 70px;
	float: left;
}
.nwaCtrl_Tree_Indent6
{
	clear: both;
	width: 86px;
	float: left;
}

.nwaCtrl_Tree_Last
{
	clear: both;
	width: 86px;
	height:1px;
}
.nwaCtrl_Tree_ParentNode
{
	margin-bottom: 8px;
	font-weight: bold;
}
.nwaCtrl_Tree_ParentNode:Hover
{
	color: #990000;
}
.nwaCtrl_Tree_Node
{
    margin-bottom: 8px;
	white-space: nowrap;
	padding-top: 0px;
	cursor: hand;
	color: Black;
	text-decoration: none;
}
.nwaCtrl_Tree_Node:hover
{
	color: #990000;
}
.nwaCtrl_Tree_Handle
{
	margin-bottom: 4px;
	cursor: hand;
	float: left;
	margin-right: 0px;
	width: 12px;
	color: Black;
	text-decoration: none;
}

.nwaCtrl_Tree_Handle2
{
	margin-bottom: 3px;
	cursor: hand;
	
	margin-right: 0px;
	width: 12px;
	color: Black;
	text-decoration: none;
}

.nwaCtrl_Tree_Handle:Hover
{
	color: #990000;
}

.nwaCtrl_Tree_Handle2:Hover
{
	color: #990000;
	background-color:#d7e0e3;
}

.nwaCtrl_Tree_Icon
{
	float: left;
	margin-right: 2px;
}
.nwaCtrl_Tree_NodeComment
{
	color: #AAAAAA;
	text-decoration: none;
}
