.TreeNode 
{ 
	font-size: 10pt; 
	color: black;	

	text-decoration: none;	
}

.TreeNodeOver 
{
	font-size: 10pt;
	color: #999999;
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	
}

.TreeNodeSelect 
{     
	font-family: Tahoma; 
	font-size: 10pt; 
	color: white; 
    cursor: pointer;
	cursor: hand;

}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 10pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 10pt;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Tahoma; 
	font-size: 10pt; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10pt;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10pt;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 10pt;
	margin-left: 3px;  
	text-align: left;
}
