.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 9pt; 
	color: black;	
	padding-left: 3px;
	text-decoration: none;	
}

.TreeNodeOver 
{
	font-family: Tahoma;
		font-size: 9pt;
		color: black;
		text-decoration: underline; 
		cursor: pointer;
		cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{     
	font-family: Tahoma; 
		font-size: 9pt; 
		color: white; 
		background: #316AC5; 	
	    cursor: pointer;
		cursor: hand;
	margin-left: 3px;
}

.TreeNodeDisabled
{ 
	font-family: 'Segoe UI', Tahoma;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	padding-right: 5px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border: 1px gray solid;
  font-family: 'Segoe UI', Tahoma; 
  font-size: 8pt;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: 'Segoe UI', Tahoma; 
	font-size: 8pt; 
	background: #d5effc; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: 'Segoe UI', Tahoma; 
	font-size: 8pt; 
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: 'Segoe UI', Tahoma;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	padding-left:8px;
	height:22px;
	background: #f0f0f0 url(contextMenu.gif) repeat-y;
	width:100%; 
	text-align: left;
}
 
.TreeContextItemOver
{
	font-family: 'Segoe UI', Tahoma;
	font-size:12px;
	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;
	font-family: 'Segoe UI', Tahoma; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
}