﻿/* general styles */

.RadTreeView_Gray
{
	font:12px verdana,sans-serif;
	color:#000;
	line-height:1.273em;
	white-space:nowrap;
	cursor: default;
	
}
.RadTreeView_Gray .rtPlus .rtLI
{
    background-color:#CDCDCD;
}

.RadTreeView_Gray .rtTop, 
.RadTreeView_Gray .rtMid, 
.RadTreeView_Gray .rtBot
{
	padding: 0 0 0 20px;
}

.RadTreeView_Gray .rtPlus, 
.RadTreeView_Gray .rtMinus
{
    font-size:0;
	padding:0;
	display: -moz-inline-box;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
	
	margin:4px 6px 0 -18px;
	width:11px;
	height:11px;
}


.RadTreeView_Gray .rtUL /*.rtUL*/
{
	/*padding-left:20px;*/
	font-weight:bold; 
	margin:0;
	padding:0;
	/*text-decoration: underline ;*/
}


.RadTreeView_Gray .rtLI
{
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}
.RadTreeView_Gray a.rtIn
{
	text-decoration: none;
	cursor: pointer;
}

.RadTreeView_Gray .rtUL .rtLI .rtTemplate
{
    cursor:pointer ;
}

.RadTreeView_Gray .rtUL .rtUL .rtLI .rtTemplate
{
    text-decoration: underline ;
    background-color:Transparent;
}

.RadTreeView_Gray .rtPlus
{
	background: transparent url('../../images/structure/puce-fleche-rouge.gif') no-repeat 0 0;
}

.RadTreeView_Gray .rtMinus
{
	background: transparent url('../../images/structure/puce-fleche-rouge.gif') no-repeat 0 0;
}

.RadTreeView_Gray .rtSp
{
	height:18px;
	
}


.RadTreeView_Gray .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
}

.RadTreeView_Gray .rtIn
{
	margin-left:3px;
	padding: 2px;
	
}
.RadTreeView_Gray div.rtIn
{
	display:-moz-inline-block;
	display:inline-block;
	vertical-align:top;
	
	
}
* html .RadTreeView_Gray div.rtIn
{
	display:inline-block;
	
}

* html .RadTreeView_Gray div.rtIn
{
	display:inline;
	
}

*+html .RadTreeView_Gray div.rtIn
{
	display:inline-block;
	
}

*+html .RadTreeView_Gray div.rtIn
{
	display:inline;
	
}
/* endof general styles */


/*Three state checkboxes*/

.RadTreeView_Gray .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Gray .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Gray .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}

.RadTreeView_Gray .rtLines .rtLast,
.RadTreeView_Gray .rtLines .rtLast .rtUL
{
	background:none;
}

/* rtl-specific styles */

/* firefox */
.RadTreeView_Gray_rtl .rtPlus,
.RadTreeView_Gray_rtl .rtMinus,
x:-moz-any-link
{
	margin-right:-11px;
	right:-13px;
}

.RadTreeView_Gray_rtl .rtPlus,
.RadTreeView_Gray_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:0;
	right:-18px;
}

* html .RadTreeView_Gray_rtl .rtPlus,
* html .RadTreeView_Gray_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

*+html .RadTreeView_Gray_rtl .rtPlus,
*+html .RadTreeView_Gray_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

.RadTreeView_Gray_rtl .rtTop,
.RadTreeView_Gray_rtl .rtMid, 
.RadTreeView_Gray_rtl .rtBot
{
	padding: 0 20px 2px 0;
	margin:0;
}

/* endof rtl-specific styles */


/* hacks for Opera & Safari */
@media screen and (min-width:550px)
{
	/* fixes for opera (changes the paddings/margins automatically in rtl mode) */

	html:first-child .RadTreeView_Gray_rtl .rtPlus,
	html:first-child .RadTreeView_Gray_rtl .rtMinus,
	html:first-child .RadTreeView_Gray_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Gray_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px;
		right:0;
		
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Gray_rtl .rtPlus,
	:root .RadTreeView_Gray_rtl .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	
	}
}


.RadTreeView_Gray .rtPlus,
.RadTreeView_Gray .rtMinus
{
	font-size:0;
	padding:0;
	display: -moz-inline-box;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
	
}

.RadTreeView_Gray .rtUL .rtUL
{
	padding-left:20px;
	
	/*text-decoration:underline;*/
	font-weight:normal;
}
/* endof hacks */
.RadTreeView_Gray_designtime .rtPlus,
.RadTreeView_Gray_designtime .rtMinus
{
	left:3px;
	top:4px;
	
	
}
.RadTreeView_Gray .rtSp
{
	display: -moz-inline-box;
	display: inline-block;
	width: 1px;
	vertical-align: middle;
}

.RadTreeView_Gray .rtChecked, 
.RadTreeView_Gray .rtUnchecked, 
.RadTreeView_Gray .rtIndeterminate
{
    display:-moz-inline-box;
    display:inline-block;
    width: 13px;
    height: 13px;
	vertical-align:middle;

}
.RadTreeView_Gray .rtEdit *
{
	white-space: nowrap !important;
	
}

.RadTreeView_Gray .rtEdit .rtIn input
{
	outline: 0; /* disable safari glow effect - RadTreeView_Gray look consistency */
	cursor: text;
}

/* enables positioning of plus / minus images under firefox in rtl mode */


.RadTreeView_Gray_rtl .rtPlus, 
.RadTreeView_Gray_rtl .rtMinus
{
	position:relative;
	
}


/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */
* html .RadTreeView_Gray_rtl .rtPlus, 
* html .RadTreeView_Gray_rtl .rtMinus
{
	position:static;
	
}

*+html .RadTreeView_Gray_rtl .rtPlus, 
*+html .RadTreeView_Gray_rtl .rtMinus
{
	position:static;
	
}

/*
turn on hasLayout of LI elements & inner treeitem containers in rtl mode
necessary to enable proper display of inner treeitem containers
*/
.RadTreeView_Gray_rtl .rtLI,
.RadTreeView_Gray_rtl .rtIn
{
	zoom:1;
}

.RadTreeView_Gray_rtl .rtUL .rtUL
{
	padding-right:20px;
	padding-left: 0;
}

/* hacks for Opera */
@media screen and (min-width:550px)
{
	/* opera inverts the padding automatically in rtl mode, so restore the initial order */
	html:first-child .RadTreeView_Gray_rtl .rtUL .rtUL
	{
		padding-left:20px;
		padding-right: 0;
	}
	
	/* fix for opera's unclickable plus/minus signs */
	html:first-child .RadTreeView_Gray .rtPlus:hover, 
	html:first-child .RadTreeView_Gray .rtMinus:hover
	{
		position: relative;
		
	}
	
	html:first-child .RadTreeView_Gray .rtSp
	{
		display: none;
	}
}

div.RadTreeView_Gray_designtime .rtTop, 
div.RadTreeView_Gray_designtime .rtMid, 
div.RadTreeView_Gray_designtime .rtBot
{
	position:relative;
	
}

div.RadTreeView_Gray_designtime .rtPlus, 
div.RadTreeView_Gray_designtime .rtMinus
{
	margin:0;
	position:absolute;
	
}
