.TreeNode
{ 
	color: black;	
	padding-left: 3px;
	text-align: left;
}

.TreeNodeOver 
{ 
	color: black; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	text-align: left;
}

.TreeNodeSelect 
{ 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
	text-align: left;
}

.TreeContextItem
{ 
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#F6F6F6;
	background-image:url(itemsBg.gif); 
	background-repeat:repeat-y;
	width:100%;	
	text-align: left;
}

.TreeContextItemOver
{
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;	
	background-color: #FFEEC2;	
	width:100%;
	text-align: left;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  margin-left: 3px;  
  text-align: left;
}
