.RadTreeView_enLabelCRM .rtIn,
.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 11px; 
	color: Black;	
	padding-left: 3px;
	text-decoration: none;
}

.RadTreeView_enLabelCRM .rtLI 
{
    background-image: url('MiddleCrossLine.gif') !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}

.RadTreeView_enLabelCRM .rtMid,
.RadTreeView_enLabelCRM .rtTop,
.RadTreeView_enLabelCRM .rtBot
{
    background-image: none !important;
}

.RadTreeView_enLabelCRM .rtHover .rtIn,
.TreeNodeOver 
{ 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #6489D4; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.RadTreeView_enLabelCRM .rtSelected .rtIn,
.TreeNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 11px; 
	color: white;
    background: #5A7EBF;
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
}

.RadTreeView_enLabelCRM .rtDisabled .rtIn,
.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 11px;
	color: #808080;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.RadTreeView_enLabelCRM .rmContextMenu .rmLink,
.TreeContextItem
{ 
	font-family: Tahoma;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.RadTreeView_enLabelCRM .rmContextMenu .rmLink:hover,
.TreeContextItemOver
{
	font-family: Tahoma;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.RadTreeView_enLabelCRM .rtEdit .rtIn,
.TreeNodeEdit 
{
	border: solid 1px #7B9EBD;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 3px;
	text-align: left;
}