body
{
}

.treeLeafNode
{
	position:relative;
	left:8px;
	font-style:normal;
	font-size:14px;
	font-weight:400;
	cursor:hand;
	color:Red;
	overflow:hidden;
	padding:2px;
	display:none;
}

.treeParentNode
{
	position:relative;
	left:8px;
	font-style:normal;
	font-size:18px;
	font-weight:600;
	cursor:default;
	color:Blue;
	overflow:hidden;
}

.treeSubParentNode
{
	position:relative;
	left:8px;
	font-style:normal;
	font-size:16px;
	font-weight:500;
	cursor:default;
	color:Green;
	overflow:hidden;
	padding:5px;
	display:none;
}

.nodeImg
{
	position:relative;
	top:3px;
	color:Black;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:6px;
	cursor:default;
}

.hideNode
{
	display:none;
}

.showNode
{
	display:block;
	margin-left:15px;
}

.nodeCollapsed
{
	position:relative;
	top:-2px;
	color:Black;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	cursor:default;
	overflow:hidden;
	width:12px;
	height:12px;
}

.nodeExpanded
{
	position:relative;
	top:-2px;
	color:Black;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	cursor:default;
	overflow:hidden;
	width:12px;
	height:12px;
}

