.RadTreeView_Office {
    color: #FFFFFF;
    font: 12px/12px Arial !important;
    list-style-type: none !important;
    margin-left: 2px;
    margin-top: -5px;
    margin-bottom: -2px;
    width: 150px;
    font-weight: bold !important;
}

.RadTreeView_Office .rtIn
{
    color: #4D808C;
	width: 31px !important;
	margin-left: -2px;
	list-style-type: none !important;
	font-weight: bold;
}



.RadTreeView_Office .rtUL .rtLI
{
    margin-left: 0px;
    font: 12px/12px Arial;
    font-weight: normal !important;
    color: #4D808C;
       list-style-type: none !important;
}

.RadTreeView_Office .rtHover .rtIn
{
    /*color: #000;
    border-color: #f7c840 #f7c840;
    background-color: #fff3c9;
    background-image: url('TreeView/ItemHoveredBg.png');*/
    color: #4D808C;
	border-color: #FFFFFF #FFFFFF;
    cursor:pointer;
    list-style-type: none !important;
}

.RadTreeView_Office .rtSelected .rtIn
{
    /*color: #000;
    border-color: #c28b31 #c2a34c;
    background-color: #feed76;
    background-image: url('TreeView/ItemSelectedBg.png');*/
    color: #000000;
	border-color: #FFFFFF #FFFFFF;
	list-style-type: none !important;
}

.RadTreeView_Office .rtEdit .rtIn
{
    /*border-color: #515151;
    background: #fff;*/
    	border-color: #515151;
	background: #ffffff;
	  list-style-type: none !important;
	   margin-left: -40px;
}

.RadTreeView_Office .rtEdit .rtIn input
{
    color: black;
    font: normal 12px/16px "Segoe UI" ,Arial,Helvetica,sans-serif;
    list-style-type: none !important;
     margin-left: -40px;
}

.RadTreeView_Office .rtChecked, .RadTreeView_Office .rtUnchecked, .RadTreeView_Office .rtIndeterminate
{
    background-image: url('Common/radFormToggleSprite.png');
    _background-image: url('Common/radFormToggleSpriteIE6.png');
    list-style-type: none !important;
}

.RadTreeView_Office .rtLoadingIcon
{
    background-image: url('Common/loading_small.gif');
    list-style-type: none !important;
}

.RadTreeView_Office .rtSelected .rtLoadingBefore, .RadTreeView_Office .rtSelected .rtLoadingAfter, .RadTreeView_Office .rtSelected .rtLoadingBelow
{
    color: #333;
    list-style-type: none !important;
}

.RadTreeView_Office .rtPlus, .RadTreeView_Office .rtMinus
{
    background-image: url('TreeView/PlusMinus.png');
    list-style-type: none !important;
}

.RadTreeView_Office_disabled .rtIn, .RadTreeView_Office .rtDisabled .rtIn
{
    color: #ccc;
    list-style-type: none !important;
}

/*.RadTreeView_Office, .RadTreeView_Office a.rtIn, .RadTreeView_Office .rtEdit .rtIn input 
{
    padding: 1px;
    /*color: #3b3b3b;*//*
    color: #4D808C;
    font: 12px/12px Arial !important;
    width: 150px;
    font-weight: bold !important;
    text-align: left;
    float: left;
    position: relative;
    margin-left: 0px;
    z-index: 100;
    margin-top: -5px;
    margin-bottom: -2px;
    list-style-type: none !important;
}

.RadTreeView_Office .rtPlus, 
.RadTreeView_Office .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_Office .rtChecked,
.RadTreeView_Office .rtUnchecked,
.RadTreeView_Office .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_Office .rtHover .rtIn
{
	/*color: #000000;*//*
	color: #4D808C;
	border-color: #FFFFFF #FFFFFF;
    cursor:pointer;
}

.RadTreeView_Office .rtSelected .rtIn
{
	/*color: #E26B0A;*//*
	color: #4D808C;
	border-color: #FFFFFF #FFFFFF;
}

.RadTreeView_Office .rtSelected .rtLoadingBefore,
.RadTreeView_Office .rtSelected .rtLoadingAfter,
.RadTreeView_Office .rtSelected .rtLoadingBelow
{
	color: #333333;
}

.RadTreeView_Office .rtLoadingIcon
{
	background-image: url('TreeView/LoadingIcon.gif');
}

.RadTreeView .rtLI .rtEdit .rtIn
{
	border-color: #515151;
	background: #ffffff;
}

.RadTreeView_Office_disabled .rtIn,
.RadTreeView_Office .rtDisabled .rtIn
{
	color: #cccccc;
}


/* <node lines> *//*

.RadTreeView_Office .rtLines .rtLI,
.RadTreeView_Office .rtLines .rtFirst .rtUL { background-image: url('TreeView/NodeSpan.png'); }
.RadTreeView_Office_rtl .rtLines .rtLI,
.RadTreeView_Office_rtl .rtLines .rtFirst .rtUL { background-image:url('TreeView/NodeSpan_rtl.png'); }

.RadTreeView_Office .rtLines .rtFirst,
.RadTreeView_Office .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan.png'); }
.RadTreeView_Office_rtl .rtLines .rtFirst,
.RadTreeView_Office_rtl .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan_rtl.png'); }
.RadTreeView_Office .rtLines .rtLast,
.RadTreeView_Office .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_Office .rtLines .rtTop { background-image:url('TreeView/TopLine.png'); }
.RadTreeView_Office_rtl .rtLines .rtTop { background-image:url('TreeView/TopLine_rtl.png'); }
.RadTreeView_Office .rtLines .rtMid { background-image:url('TreeView/MiddleLine.png'); }
.RadTreeView_Office_rtl .rtLines .rtMid { background-image:url('TreeView/MiddleLine_rtl.png'); }
.RadTreeView_Office .rtLines .rtBot { background-image:url('TreeView/BottomLine.png'); }
.RadTreeView_Office_rtl .rtLines .rtBot { background-image: url('TreeView/BottomLine_rtl.png'); }
.RadTreeView_Office .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine.png'); }
.RadTreeView_Office_rtl .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine_rtl.png'); }

/* </node lines> *//*



.RadTreeView_Office .rtUL .rtUL
{
    margin-left: -20px;
    font: 12px/12px Arial;
    font-weight: normal;
    color: #4D808C;
}



div.RadTreeView_Office .rtMinus {
	margin-right: 6px;
}

 div.RadTreeView_Office .rtPlus {
	margin-right: 6px;
}

 div.RadTreeView_Office .rtIn {
	width: 31px !important;
	margin-left: -2px;
}*/



















/*
 div.RadTreeView_Office .rtIn {

	width: 31px;

	height: 15px;

	padding: 4px 3px 3px;

	margin-left: 0px !important;

}

 div.RadTreeView_Office .rtMinus {

	margin-right: 0px;

	margin-left: 0px !important;

	width: 11px;

	height: 11px;

}

 div.RadTreeView_Office .rtPlus {

	margin-right: 0px;

	margin-left: 0px !important;

}

.RadTreeView_Office,
.RadTreeView_Office a.rtIn,
.RadTreeView_Office .rtEdit .rtIn input
{
    color: #333333;
    font: 12px Arial;
    text-align: left;
    margin-left: -9px;
    font-weight: bold;
    float: left;
}

.RadTreeView_Office .rtTop, .RadTreeView_Office .rtMid, .RadTreeView_Office .rtBot
{
    padding: 1px 0 1px 5px !important;
}

.RadTreeView_Office .rtPlus, 
.RadTreeView_Office .rtMinus
{
     float: left;
    margin-left: 0 !important; 
	background-image: url('TreeView/PlusMinus.png');

}

.RadTreeView_Office .rtImg
{
    width: 0px !important;
}

.rtImg
{
    width: 0px !important;
}








.rtIn
{
    float: left;
}





.RadTreeView_Office .rtChecked,
.RadTreeView_Office .rtUnchecked,
.RadTreeView_Office .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_Office .rtHover .rtIn
{

	border-color: #FFFFFF #FFFFFF;
}

.RadTreeView_Office .rtSelected .rtIn
{
	color: #4D808C;
	border-color: #FFFFFF #FFFFFF;
}


.RadTreeView_Office .rtBot .rtSelected
{
	color: #4D808C;
}


rtSelected
{
	color: #4D808C;
	border-color: #FFFFFF #FFFFFF;
}

.RadTreeView_Office .rtSelected .rtLoadingBefore,
.RadTreeView_Office .rtSelected .rtLoadingAfter,
.RadTreeView_Office .rtSelected .rtLoadingBelow
{

	color: #333333;
}

.RadTreeView_Office .rtLoadingIcon
{

	background-image: url('TreeView/LoadingIcon.gif');
}

.RadTreeView_Office .rtLI .rtEdit .rtIn
{

	background: #ffffff;
}


.RadTreeView_Office .rtTop rtIn
{
    color: #4D808C;
}


.RadTreeView_Office_disabled .rtIn,
.RadTreeView_Office .rtDisabled .rtIn
{

	color: #cccccc;
}




.RadTreeView_Office .rtUL ul.rtUL
{
    padding-left: 0;
}

.RadTreeView .rtUL div.rtSelected
{
    color: #4D808C !important;
}

.RadTreeView .rtUL div.rtSelected .rtIn
{
    border: 0 !important;
      color: #4D808C !important
}

.RadTreeView_Office .rtUL .rtUL
{

    margin-left: -3px;
}

   div.RadTreeView_Office .rtLines .rtTop,
   div.RadTreeView_Office .rtLines .rtMid,
   div.RadTreeView_Office .rtLines .rtBot,
   div.RadTreeView_Office .rtLines .rtLast .rtTop,
   div.RadTreeView_Office .rtLines .rtFirst,
   div.RadTreeView_Office .rtLines .rtFirst .rtUL,
   div.RadTreeView_Office .rtLines .rtLI,
   div.RadTreeView_Office .rtLines .rtFirst .rtUL
        
   {
       background-image: none;
   }

*/