/*
	Linker menu in de pagina
/*

RadTreeView Default skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_LeftMenu,
.RadTreeView_LeftMenu a.rtIn,
.RadTreeView_LeftMenu .rtEdit .rtIn input
{
	font: 10px;
	/*font-weight: bold;*/
	color: #818A8F;
	line-height: 1.273em;
}

.RadTreeView_LeftMenu .rtTop, 
.RadTreeView_LeftMenu .rtMid, 
.RadTreeView_LeftMenu .rtBot
{
	padding: 0 0 0 0px;
}

.RadTreeView_LeftMenu .rtPlus, 
.RadTreeView_LeftMenu .rtMinus
{
	margin:4px 6px 0 -18px;
	width:11px;
	height:11px;
}

.RadTreeView_LeftMenu .rtPlus
{
	/*background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;*/
}

.RadTreeView_LeftMenu .rtMinus
{
	/*background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -11px;*/
}

.RadTreeView_LeftMenu .rtSp
{
	height:20px;
}

.RadTreeView_LeftMenu .rtChk
{
	margin: 0 2px;
	padding:0;
	width:13px;
	height:13px;
}

.RadTreeView_LeftMenu .rtIn
{
	margin: 1px 0;
	padding: 2px 3px 3px;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_LeftMenu .rtIndeterminate
{
    /*background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;*/
}

.RadTreeView_LeftMenu .rtChecked
{
    /*background: transparent url(TreeView/TriState.gif) no-repeat 0 0;*/
}

.RadTreeView_LeftMenu .rtUnchecked
{
    /*background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;*/
}
        
/* node states */

.RadTreeView_LeftMenu .rtHover .rtIn
{
	color: #515151;
	font-weight: bold;
}

.RadTreeView_LeftMenu .rtSelected .rtIn
{
	color: #fa0;
	font-weight: bold;
}

.RadTreeView_LeftMenu_disabled .rtIn,
.RadTreeView_LeftMenu .rtDisabled .rtIn
{
	color:#818A8F;
}

.RadTreeView_LeftMenu .rtSelected .rtLoadingBelow
{
	color: #fa0;
	font-weight: bold;
}

/* endof node states */








/* rtl-specific styles */

/* firefox 2.0 */

.RadTreeView_LeftMenu_rtl .rtPlus,
.RadTreeView_LeftMenu_rtl .rtMinus,
x:-moz-any-link 
{
	margin-right:-11px;
	right:-15px;
}

/* firefox 3.0 */

.RadTreeView_LeftMenu_rtl .rtPlus,
.RadTreeView_LeftMenu_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:0;
	right:-18px;
}

/* ie 6 */

* html .RadTreeView_LeftMenu_rtl .rtPlus,
* html .RadTreeView_LeftMenu_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

/* ie 7 */

*+html .RadTreeView_LeftMenu_rtl .rtPlus,
*+html .RadTreeView_LeftMenu_rtl .rtMinus
{
	margin-right:-18px;
	right:0;
}

.RadTreeView_LeftMenu_rtl .rtTop,
.RadTreeView_LeftMenu_rtl .rtMid, 
.RadTreeView_LeftMenu_rtl .rtBot
{
	padding: 0 20px 2px 0;
	margin:0;
}

/* 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_LeftMenu_rtl .rtLI .rtPlus,
    :root div.RadTreeView_LeftMenu_rtl .rtLI .rtMinus,
    :root div.RadTreeView_LeftMenu_rtl .rtFirst .rtLI .rtPlus,
    :root div.RadTreeView_LeftMenu_rtl .rtFirst .rtLI .rtMinus
	{
		margin:4px 6px 0 -18px;
		right:0;
	}
}
	
@media screen and (min-width:50px)
{
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root div.RadTreeView_LeftMenu_rtl .rtLI .rtPlus,
	:root div.RadTreeView_LeftMenu_rtl .rtLI .rtMinus
	{
		right: 0;
		margin-right: -18px;
		margin-left: 7px;
	}
}

/* endof hacks */

.RadTreeView_LeftMenu_designtime .rtPlus,
.RadTreeView_LeftMenu_designtime .rtMinus
{
	left:3px;
	top:4px;
}
