﻿.TreeNodeParent_RadTreeViewClassify
{ 
	font-family: Verdana;
	font-size: 9pt; 
	color: #FF5800 !important; /* --------------------------------------------------   ADDING FOR SPECIFIC BRANDING  -------------------------------------------------- */		
	text-decoration:none;
	font-weight:bold;
	background-color:#E6E6E6  !important; /* --------------------------------------------------   ADDING FOR SPECIFIC BRANDING  -------------------------------------------------- */
	white-space:pre;
	cursor:default;

}
.TreeNodeParentSelect_RadTreeViewClassify
{ 
}
.TreeNodeParentOver_RadTreeViewClassify
{ 
	cursor: hand;
}

.TreeChildNodeOver_RadTreeViewClassify
{
	text-decoration:underline;
	font-family: Verdana;
	font-size: 7pt; 
	margin-left:3px;
	padding-left: 3px;
	cursor: hand;
	color:#000000;
}

.TreeChildNode_RadTreeViewClassify
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 7pt; 
	margin-left:3px;
	padding-left: 3px;
	cursor:pointer;
	color:#000000;
}



div.RadTreeView_RadTreeViewClassify,
.RadTreeView_RadTreeViewClassify a.rtIn,
.RadTreeView_RadTreeViewClassify .rtEdit .rtIn input
{
	white-space:normal;
	color:#000;
	padding: 0;

}
.rtDropAbove_RadTreeViewClassify,
.rtDropBelow_RadTreeViewClassify
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}
.rtDropAbove_RadTreeViewClassify
{
    border-bottom: 0;
}

.rtDropBelow_RadTreeViewClassify
{
    border-top: 0;
}
.RadTreeView_RadTreeViewClassify .rtSelected .rtIn
{
	background:#E7E7E7;
}
.RadTreeView_RadTreeViewClassify .rtSelected .rtIn .TreeChildNode_RadTreeViewClassify
{
	font-style:italic !important;
}

