.TreeNode 
{ 
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666666;
	
	text-decoration: none;
	padding-left: 3px;
}

.TreeNodeOver 
{ 
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #03428f;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #03428f;
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	font-family: Trebuchet MS;
	font-size: 11px;
	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: Trebuchet MS;
	font-size: 11px;
	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: 11px;
	margin-left: 3px;  
	text-align: left;
}