.treeBark{
	width: 100%;
	padding: 0px 5px 5px 12px;
}

.treeNormalBark{/*this style is only for controlling the bark width*/
	/*width: 100%;*/
}
.treeTrunkingBark{/*this style is only for controlling the Trunking bark width*/
}

.treeLeafNode{
	text-align: center; vertical-align: top;
	cursor: pointer;
	width: 16px;
	padding: 1px 2px 1px 0px;
}
.treeLeafIcon{
	text-align: center; vertical-align: top;
	cursor: pointer;
	width: 16px;
	padding: 1px 2px 1px 0px;
}
.treeLeafContent{
	vertical-align: top;
	cursor: pointer;
	padding: 1px 0px 6px 0px;
	
}

.treeLeafContentLink{
	font-size: 13px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px;
	color: #666666;
	text-decoration: none;*/
}
.treeLeafContentLink:hover{
	/*font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px;
	color: red;
	text-decoration: underline;*/
}

/*Extension added 27/03/2003*/
.treeLeafContentSelected{
	vertical-align: top;
	cursor: pointer;
	/*padding: 0px 3px 0px 3px;
	border-style: solid; border-width: 1px 1px 1px 1px; border-color: #B99C59;/*gray gray gray gray;*/
	/*background-color: #E4E4E4;*/
	text-decoration: underline;
}
