.TreeNode 
{ 
	color: black;	
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family:Arial;	
	cursor: pointer;
	cursor: hand;	

}
.TreeNode a
{ 
	text-decoration: none;
	font-family:Arial;	
	padding: 0px;
	margin: 0px;	
	cursor: pointer;
	cursor: hand;	
	margin-left:-5px;		
	

}
.TreeNode a:hover
{ 
    text-decoration:underline;
    color:#6D6F71;
	font-family:Arial;
	cursor: pointer;
	cursor: hand;		
}
.TreeNodeOver 
{
    text-decoration:underline;
	padding: 0px;
	margin: 0px;
    color:#6D6F71;	
	font-family:Arial;	 
	cursor: pointer;
	cursor: hand;		   
}

.TreeNodeSelect 
{     
	color: black; 
	background: #f6fbfd url(selectedBg.gif) repeat-x bottom;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	border: solid 1px #99defd;
}

.TreeNodeDisabled
{ 
	color: gray;	
	padding-left: 3px;
	padding-right: 5px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border: 1px gray solid;
  margin-left: 4px;  
}

.LoadingMessage
{
	
	background: #d5effc; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	
	color: Blue;
	padding: 2px;
}


.TreeContextItem, .TreeContextItem a, .TreeContextItem a:hover
{ 
	cursor: pointer;
	cursor: hand;
	padding-left:8px;
	height:22px;
	background: #f0f0f0 url(contextMenu.gif) repeat-y;
	width:100%; 
	text-align: left;
	text-decoration:none;
	
}
 
.TreeContextItemOver, .TreeContextItem a:hover
{
	cursor: pointer;
	cursor: hand;
	padding-left:8px;
	height:22px;
	background: url(contextHover.gif) repeat-x bottom;
	width:100%; 
	text-align: left;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	
	margin-left: 3px;  
	text-align: left;
}
