.TreeNode 
{ 
	color: black;	
	padding-left: 3px;
	text-decoration: none;
	display:inline;
}

.TreeNodeOver 
{ 
	color: black; 	
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	/*color: white; 
	background: #A6AAFF; */
	font-weight: bold;	
	color: black;	
    cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
	margin-left: 1px;
}

.TreeNodeDisabled
{ 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	cursor: pointer;
	cursor: hand;
	padding-left:28px;
	padding-right: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
{
	cursor: pointer;
	cursor: hand;
	padding-left:28px;
	padding-right: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;
}
 
/* Updated by Billy (06/28/2006) */
.TreeNodeEdit 
{
	border:1px gray solid;
	padding: 0px;
	margin-left: 2px;  
}