
/*

RadTreeView Default skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_ColgateSkin,
.RadTreeView_ColgateSkin a.rtIn,
.RadTreeView_ColgateSkin .rtEdit .rtIn input
{
	font:11px Tahoma !important;
	color:#000 !important;
	line-height:18px !important;
}

.RadTreeView_ColgateSkin .rtTop, 
.RadTreeView_ColgateSkin .rtMid, 
.RadTreeView_ColgateSkin .rtBot,
.RadTreeView_ColgateSkin .rtUl
{
	padding: 0 0 0 20px !important;
}

.RadTreeView_ColgateSkin .rtPlus, 
.RadTreeView_ColgateSkin .rtMinus
{
	margin:5px 6px 0px -18px !important;
	width:11px !important;
	height:11px !important;
}

.RadTreeView_ColgateSkin .rtPlus
{
	background: transparent url(/ColgateSkin/TreeView/PlusMinus.gif) no-repeat 0 0 !important;
}

.RadTreeView_ColgateSkin .rtMinus
{
	background: transparent url(/ColgateSkin/TreeView/PlusMinus.gif) no-repeat 0 -11px !important;
}

.RadTreeView_ColgateSkin .rtSp
{
	height:15px !important;
}

.RadTreeView_ColgateSkin .rtChk
{
	margin: 0 2px !important;
	padding:0 !important;
	width:13px !important;
	height:13px !important;
}

.RadTreeView_ColgateSkin .rtIn
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	height: 18px !important;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_ColgateSkin .rtIndeterminate
{
    background: transparent url(/ColgateSkin/TreeView/TriState.gif) no-repeat 0 -26px !important;
}

.RadTreeView_ColgateSkin .rtChecked
{
    background: transparent url(/ColgateSkin/TreeView/TriState.gif) no-repeat 0 0 !important;
}

.RadTreeView_ColgateSkin .rtUnchecked
{
    background: transparent url(/ColgateSkin/TreeView/TriState.gif) no-repeat 0 -13px  !important;
}
        
/* node states 

.RadTreeView_ColgateSkinxxx .rtHoverxxx .rtInxxx
{
	color: #363636 !important;
	background: #e2e2e2 !important;
	border: 1px solid #e2e2e2 !important;
	padding: 1px 2px 2px !important;
}

.RadTreeView_ColgateSkin .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;
}

.RadTreeView_ColgateSkin_disabled .rtIn,
.RadTreeView_ColgateSkin .rtDisabled .rtIn
{
	color:#ccc !important;
}

.RadTreeView_ColgateSkin .rtSelected .rtLoadingBelow
{
	color: #000 !important;
}

 endof node states */


/* in-line editing */

.RadTreeView_ColgateSkin .rtLI .rtEdit .rtIn
{
	border:1px solid black !important;
	padding: 2px 1px 3px !important;
	height:1.2em !important;
	background: #fff !important;
}

.RadTreeView_ColgateSkin .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_ColgateSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px !important;  }
* html div.RadTreeView_ColgateSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em !important;}
*+html div.RadTreeView_ColgateSkin .rtLI .rtEdit .rtIn { padding-bottom: 1px !important;  }
*+html div.RadTreeView_ColgateSkin .rtLI .rtEdit .rtIn input { line-height: 1.3em !important;}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_ColgateSkin,
.rtDropBelow_ColgateSkin
{
    border: 1px dotted black !important;
    font-size: 3px !important;
    line-height: 3px !important;
    height: 3px !important;
}

.rtDropAbove_ColgateSkin
{
    border-bottom: 0 !important;
}

.rtDropBelow_ColgateSkin
{
    border-top: 0 !important;
}

/* endof drop targets */


/* node lines */

.RadTreeView_ColgateSkin .rtLines .rtLI,
.RadTreeView_ColgateSkin .rtLines .rtFirst .rtUL
{
	background:url(/ColgateSkin/TreeView/NodeSpan.gif) repeat-y 0 0 !important;
}
.RadTreeView_ColgateSkin_rtl .rtLines .rtLI,
.RadTreeView_ColgateSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(/ColgateSkin/TreeView/NodeSpan_rtl.gif) repeat-y 100% 0 !important;
}

.RadTreeView_ColgateSkin .rtLines .rtFirst
{
    background:url(/ColgateSkin/TreeView/FirstNodeSpan.gif) no-repeat 0 18px !important;
}

.RadTreeView_ColgateSkin_rtl .rtLines .rtFirst
{
    background:url(/ColgateSkin/TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 18px !important;
}

.RadTreeView_ColgateSkin .rtLines .rtFirst .rtUL
{
	background:url(T/ColgateSkin/reeView/FirstNodeSpan.gif) repeat-y 0 18px !important;
}

.RadTreeView_ColgateSkin_rtl .rtLines .rtFirst .rtUL
{
	background:url(/ColgateSkin/TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 18px !important;
}

.RadTreeView_ColgateSkin .rtLines .rtLast,
.RadTreeView_ColgateSkin .rtLines .rtLast .rtUL
{
	background:none !important;
}

.RadTreeView_ColgateSkin .rtLines .rtTop
{
	background:url(/ColgateSkin/TreeView/TopLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_ColgateSkin_rtl .rtLines .rtTop
{
	background:url(/ColgateSkin/TreeView/TopLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_ColgateSkin .rtLines .rtLast .rtTop
{
	background:url(/ColgateSkin/TreeView/SingleLine.gif) 0 0 no-repeat !important;
}

.RadTreeView_ColgateSkin_rtl .rtLines .rtLast .rtTop
{
	background:url(/ColgateSkin/TreeView/SingleLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_ColgateSkin .rtLines .rtMid
{
	background:url(/ColgateSkin/TreeView/MiddleLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_ColgateSkin_rtl .rtLines .rtMid
{
	background:url(/ColgateSkin/TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat !important;
}

.RadTreeView_ColgateSkin .rtLines .rtBot
{
	background:url(/ColgateSkin/TreeView/BottomLine.gif) 0 0 no-repeat !important;
}
.RadTreeView_ColgateSkin_rtl .rtLines .rtBot
{
	background:url(/ColgateSkin/TreeView/BottomLine_rtl.gif) 100% 0 no-repeat !important;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_ColgateSkin_rtl .rtPlus,
.RadTreeView_ColgateSkin_rtl .rtMinus
{
	margin-right:-11px !important;
	right:-13px !important;
}

* html .RadTreeView_ColgateSkin_rtl .rtPlus,
* html .RadTreeView_ColgateSkin_rtl .rtMinus
{
	margin-right:-18px !important;
	right:0 !important;
}

*+html .RadTreeView_ColgateSkin_rtl .rtPlus,
*+html .RadTreeView_ColgateSkin_rtl .rtMinus
{
	margin-right:-18px !important;
	right:0 !important;
}

.RadTreeView_ColgateSkin_rtl .rtTop,
.RadTreeView_ColgateSkin_rtl .rtMid, 
.RadTreeView_ColgateSkin_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_ColgateSkin_rtl .rtLI .rtPlus,
    :root div.RadTreeView_ColgateSkin_rtl .rtLI .rtMinus,
    :root div.RadTreeView_ColgateSkin_rtl .rtFirst .rtLI .rtPlus,
    :root div.RadTreeView_ColgateSkin_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_ColgateSkin_rtl .rtLI .rtPlus,
	:root div.RadTreeView_ColgateSkin_rtl .rtLI .rtMinus
	{
		right: 0 !important;
		margin-right: -18px !important;
		margin-left: 7px !important;
	}
}

/* endof hacks */


/* Colgate custom */

/* node states */

.RadTreeView_ColgateSkin .rtHover .rtIn
{
	/*color: red !important;
	background: #e2e2e2 !important;
	border: 1px solid #e2e2e2 !important;
	padding: 1px 2px 2px !important;*/
	border: none !important;
}

.RadTreeView_ColgateSkin .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_ColgateSkin .rtSelected .rootNode
{
	background-color: Transparent !important;
}

.RadTreeView_ColgateSkin_disabled .rtIn,
.RadTreeView_ColgateSkin .rtDisabled .rtIn
{
	/*color:#ccc !important;*/
}

.RadTreeView_ColgateSkin .rtSelected .rtLoadingBelow
{
	/*color: #000 !important;*/
}

/* 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;
}

.departmentNav
{
	font-family: Tahoma !important;
	font-weight:bold !important;
	font-size: 10pt !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;	
}

.RadTreeView_ColgateSkin .rtLI
{
   /*margin-bottom: 2px !important;
   margin-top: 1px !important;*/
}
.RadTreeView_ColgateSkin .rtUL .rtLI
{
   margin-top: 0px !important;
}
.RadTreeView_ColgateSkin .rtLast
{
   padding-bottom: 0 !important; /* prevent double-spacing */
} 
