
/*

RadTreeView Default skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_IndNavColgateSkin,
.RadTreeView_IndNavColgateSkin a.rtIn,
.RadTreeView_IndNavColgateSkin .rtEdit .rtIn input
{
	font: 11px Tahoma !important;
	color:#000 !important;
	line-height:18px !important;
}

.RadTreeView_IndNavColgateSkin .rtTop, 
.RadTreeView_IndNavColgateSkin .rtMid, 
.RadTreeView_IndNavColgateSkin .rtBot
{
	padding: 0 0 0 20px !important;
	color: #840017;
}

.RadTreeView_IndNavColgateSkin .rtPlus, 
.RadTreeView_IndNavColgateSkin .rtMinus
{
	margin:5px 6px 0px -18px !important;
	width:11px !important;
	height:11px !important;
}

.RadTreeView_IndNavColgateSkin .rtPlus
{
	background: transparent url(/IndNavColgateSkin/TreeView/PlusMinus.gif) no-repeat 0 0 !important;
}

.RadTreeView_IndNavColgateSkin .rtMinus
{
	background: transparent url(/IndNavColgateSkin/TreeView/PlusMinus.gif) no-repeat 0 -11px !important;
}

.RadTreeView_IndNavColgateSkin .rtSp
{
	height:15px !important;
}

.RadTreeView_IndNavColgateSkin .rtChk
{
	margin: 0 2px !important;
	padding:0 !important;
	width:13px !important;
	height:13px !important;
}

.RadTreeView_IndNavColgateSkin .rtIn
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	height: 18px !important;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_IndNavColgateSkin .rtIndeterminate
{
    background: transparent url(/IndNavColgateSkin/TreeView/TriState.gif) no-repeat 0 -26px !important;
}

.RadTreeView_IndNavColgateSkin .rtChecked
{
    background: transparent url(/IndNavColgateSkin/TreeView/TriState.gif) no-repeat 0 0 !important;
}

.RadTreeView_IndNavColgateSkin .rtUnchecked
{
    background: transparent url(/IndNavColgateSkin/TreeView/TriState.gif) no-repeat 0 -13px !important;
}
        
/* node states 

.RadTreeView_IndNavColgateSkin .rtHover .rtIn
{
	color: #363636 !important;
	background: #e2e2e2 !important;
	border: 1px solid #e2e2e2 !important;
	padding: 1px 2px 2px !important;
}

.RadTreeView_IndNavColgateSkin .rtSelected .rtIn
{
	color:#fff;
	background:#454545 url(TreeView/ItemSelectedBg.gif) repeat-x 0 0;
	border: 1px solid #040404;
	padding: 1px 2px 2px;
}

.RadTreeView_ColgateSkin_disabled .rtIn,
.RadTreeView_IndNavColgateSkin .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_IndNavColgateSkin .rtSelected .rtLoadingBelow
{
	color: #000;
}

 endof node states */


/* in-line editing */

.RadTreeView_IndNavColgateSkin .rtLI .rtEdit .rtIn
{
	border:1px solid black !important;
	padding: 2px 1px 3px !important;
	height:1.2em !important;
	background: #fff !important;
}

.RadTreeView_IndNavColgateSkin .rtEdit .rtIn input
{
	height:1.4em !important;
	line-height:1em !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	background:transparent !important;
}

* html div.RadTreeView_IndNavColgateSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px !important;  }
* html div.RadTreeView_IndNavColgateSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em !important;}
*+html div.RadTreeView_IndNavColgateSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px !important;  }
*+html div.RadTreeView_IndNavColgateSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em !important;}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_IndNavColgateSkin,
.rtDropBelow_IndNavColgateSkin
{
    border: 1px dotted black !important;
    font-size: 3px !important;
    line-height: 3px !important;
    height: 3px !important;
}

.rtDropAbove_IndNavColgateSkin
{
    border-bottom: 0 !important;
}

.rtDropBelow_IndNavColgateSkin
{
    border-top: 0 !important;
}

/* endof drop targets */


/* node lines */

.RadTreeView_IndNavColgateSkin .rtLines .rtLI,
.RadTreeView_IndNavColgateSkin .rtLines .rtFirst .rtUL
{
	background:url(/IndNavColgateSkin/TreeView/NodeSpan.gif) repeat-y 0 0 !important;
}
.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtLI,
.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(/IndNavColgateSkin/TreeView/NodeSpan_rtl.gif) repeat-y 100% 0 !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtFirst
{
    background:url(/IndNavColgateSkin/TreeView/FirstNodeSpan.gif) no-repeat 0 18px !important;
}

.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtFirst
{
    background:url(/IndNavColgateSkin/TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 18px !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtFirst .rtUL
{
	background:url(T/IndNavColgateSkin/reeView/FirstNodeSpan.gif) repeat-y 0 18px !important;
}

.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(/IndNavColgateSkin/TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 18px !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtLast,
.RadTreeView_IndNavColgateSkin .rtLines .rtLast .rtUL
{
	background:none !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtTop
{
	background:url(/IndNavColgateSkin/TreeView/TopLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtTop
{
	background:url(/IndNavColgateSkin/TreeView/TopLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtLast .rtTop
{
	background:url(/IndNavColgateSkin/TreeView/SingleLine.gif) 0 0 no-repeat !important;
}

.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtLast .rtTop
{
	background:url(/IndNavColgateSkin/TreeView/SingleLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtMid
{
	background:url(/IndNavColgateSkin/TreeView/MiddleLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtMid
{
	background:url(/IndNavColgateSkin/TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_IndNavColgateSkin .rtLines .rtBot
{
	background:url(/IndNavColgateSkin/TreeView/BottomLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_IndNavColgateSkin_rtl .rtLines .rtBot
{
	background:url(/IndNavColgateSkin/TreeView/BottomLine_rtl.gif) 100% 0 no-repeat !important;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_IndNavColgateSkin_rtl .rtPlus,
.RadTreeView_IndNavColgateSkin_rtl .rtMinus
{
	margin-right:-11px !important;
	right:-13px !important;
}

* html .RadTreeView_IndNavColgateSkin_rtl .rtPlus,
* html .RadTreeView_IndNavColgateSkin_rtl .rtMinus
{
	margin-right:-18px !important;
	right:0 !important;
}

*+html .RadTreeView_IndNavColgateSkin_rtl .rtPlus,
*+html .RadTreeView_IndNavColgateSkin_rtl .rtMinus
{
	margin-right:-18px !important;
	right:0 !important;
}

.RadTreeView_IndNavColgateSkin_rtl .rtTop,
.RadTreeView_IndNavColgateSkin_rtl .rtMid, 
.RadTreeView_IndNavColgateSkin_rtl .rtBot
{
	padding: 0 20px 2px 0 !important;
	margin:0 !important;
}

/* endof rtl-specific styles */

/* hacks for Opera & Safari */

@media all and (-webkit-min-device-pixel-ratio:10000),
      not all and (-webkit-min-device-pixel-ratio:0)
{
	/* fixes for opera (changes the paddings/margins automatically in rtl mode) */
	
    :root div.RadTreeView_IndNavColgateSkin_rtl .rtLI .rtPlus,
    :root div.RadTreeView_IndNavColgateSkin_rtl .rtLI .rtMinus,
    :root div.RadTreeView_IndNavColgateSkin_rtl .rtFirst .rtLI .rtPlus,
    :root div.RadTreeView_IndNavColgateSkin_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px !important;
		right:0 !important;
	}
}
	
@media screen and (min-width:50px)
{
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root div.RadTreeView_IndNavColgateSkin_rtl .rtLI .rtPlus,
	:root div.RadTreeView_IndNavColgateSkin_rtl .rtLI .rtMinus
	{
		right: 0 !important;
		margin-right: -18px !important;
		margin-left: 7px !important;
	}
}

/* endof hacks */


/* Colgate custom */

/* node states */

.RadTreeView_IndNavColgateSkin .rtHover .rtIn
{
	/*color: red !important;
	background: #e2e2e2 !important;
	border: 1px solid #e2e2e2 !important;
	padding: 1px 2px 2px !important;*/
	border: none !important;
}

.RadTreeView_IndNavColgateSkin .rtSelected .rtIn
{
	/*color:#fff !important;
	background:#454545 url(/ColgateSkin/TreeView/ItemSelectedBg.gif) repeat-x 0 0 !important;
	border: 1px solid #040404 !important;
	padding: 1px 2px 2px !important;*/
	background-color: #cbc4b7 !important;
	border: none !important;
}

.RadTreeView_IndNavColgateSkin .rtSelected .rootNode
{
	background-color: Transparent !important;
}

.RadTreeView_IndNavColgateSkin .rtSelected .singleRootNode
{
	background-color: Transparent !important;
}



.RadTreeView_IndNavColgateSkin_disabled .rtIn,
.RadTreeView_IndNavColgateSkin .rtDisabled .rtIn
{
	/*color:#ccc;*/
}

.RadTreeView_IndNavColgateSkin .rtSelected .rtLoadingBelow
{
	/*color: #000;*/
}

/* endof node states */

.imgPos{
	margin: 0px !important;
	padding-left: 3px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border: none !important;
	display: inline !important;
		
}

.imgPos img{
	
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

/*.RadTreeView_IndNavColgateSkin a.rtIn
{
	font-family: Tahoma;
	font-weight:bold;
	font-size: 10pt; 	
	color: #840017;	
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;	
	margin: 0px;	
}*/

.RadTreeView_IndNavColgateSkin a.rtIn
{
    border: none !important;
}

.RadTreeView_IndNavColgateSkin a.singleRootNode
{
	font-family: "Arial Black", Gadget, sans-serif !important;
	font-weight:bold !important;
	font-size: 11px !important;
	color: #840017 !important;
	padding-left: 3px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-decoration: none !important;
	margin: 0px !important;
	border: none !important;
	background-color: transparent  !important;
	z-index: 99 !important;
	letter-spacing: .5pt;
}

.RadTreeView_IndNavColgateSkin .rtLast
{
   padding-bottom: 0 !important; /* prevent double-spacing */
} 
