/*.clsNode {
	font-family: tahoma;
	font-size: 8pt;
	text-decoration: none;
	cursor: hand;
	color: black;
}
*/
.Selected1, .Selected2, .Selected3, .Selected4, .Selected5, .Selected6, .Selected7 {
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
	cursor: hand;
	color: #FF9900;
	font-weight: bolder;
}

.Opened1, .Opened2, .Opened3, .Opened4, .Opened5, .Opened6, .Opened7 {
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	cursor: hand;
	color: #999900;
	text-indent: 5px;
	font-weight: bolder;
}

.clsSelectedNode {
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

.clsNode, .clsNodeUnhilightable { font-family: tahoma; font-size: 8pt;	text-decoration: none; cursor: hand; color: #0066CC }
.clsNode:hover { text-decoration: none; color: #eeeeee; background-color: #336699 }


