.TreeNode 
{ 
	font-family: Verdana;
	font-size: 10pt; 
	color: #cbd100;	
	padding-left: 3px;
	text-decoration: underline;
}

.TreeNodeOver 
{ 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #a2c0d8; 	
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Verdana; 
	font-size: 10pt; 
	color: white; 
	background: #a2c0d8; 	
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family:Verdana;
	font-size: 10pt; 
	color: #646464;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	font-family: Verdana;
	font-size:10t;
	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: Verdana;
	font-size:10t;
	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: Verdana; 
	font-size: 10pt;
	margin-left: 3px;  
	text-align: left;
}