
.TreeNode 
{ 

	font-family:Arial;
	font-size:11px;
	color:#333;
	font-weight:normal;
	/*white-space:;*/
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:Transparent;
	border:none;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family:Arial;
	font-size:11px;
	color:#6699cc;
	font-weight:normal;
	/*white-space:;*/
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:white;
	/*border:solid 1px #AEAEAE;*/
	cursor:default;
	cursor:hand;
	cursor:pointer;
	text-decoration: none;
}

.TreeNodeSelect 
{ 
	font-family:Arial;
	font-size:11px;
	color:#6699cc;
	font-weight:normal;
	/*white-space:;*/
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:white;
	/*border:solid 1px #DADADA;*/
	cursor:default;
	cursor:hand;
	cursor:pointer;	
	text-decoration: none;
}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
}