.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: black; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #316AC5; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeContextItem
{ 
 font-family: Arial;
 font-size:10px;
 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
{
 font-family: Arial;
 font-size:10px;
 cursor: pointer;
 cursor: hand;
 padding-left:4px;
 height:24px; 
 background-color: #FFEEC2; 
 width:100%;
 text-align: left;
}
