﻿/*



RadTreeView base css



* Notes on some CSS class names *



class  --  HTML element  --  description 



rtUL  --  <ul>  --  multiple nodes container


rtLI  --  <li>  --  one node 

rtFirst  --  <li>  -- TreeView's first node

rtLast  --  <li>  -- last node in a given node group (<ul>)

rtTop,rtMid,rtBot  --  <div>  -- a wrapper (<div>) inside a node (<li>) - can be in a top, middle or bottom node in a given node group


rtIn  --  <span> or <div>  -- the inner container inside a node - contains text (<span> rendering) or template (<div> rendering)

rtSp  --  <span>  -- holds a dummy element for adjustment of node heights (should be an even number if the skin node lines are dotted)


rtChk  --  <input>  -- holds a node's checkbox

rtImg  --  <img>  -- holds a node's icon

rtPlus,rtMinus -- <span> -- holds a node's expand / collapse buttons (plus / minus signs)




*/



/* <general styles> */



.RadTreeView

{

	white-space: normal;

	cursor: default;
	padding-right: 8px;

}



.RadTreeView .rtTop,

.RadTreeView .rtMid,


.RadTreeView .rtBot,

.RadTreeView .rtUL

{

	zoom:1;

}



.RadTreeView .rtSp,

.RadTreeView .rtImg,

.RadTreeView .rtIn,

.RadTreeView .rtChk

{

	vertical-align:middle;


}



.RadTreeView .rtUL

{

	margin: 0;

	padding: 0;

	-moz-user-select: -moz-none;

}



.RadTreeView .rtLI

{

	list-style-image: none;

	list-style-position: outside;

	list-style: none;
	
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin-left: -1px;

}



.RadTreeView .rtUL .rtLI .rtUL

{

	padding-left: 18px;
	margin-bottom: 5px;

}

.RadTreeView .rtUL .rtLI .rtUL .rtLI
{
    font-weight: normal;
    font-size: 12px;
    margin-left: -3px;
    margin-top: -4px;
}

.RadTreeView .rtUL .rtLI .rtUL .rtLI .rtUL
{
    padding-left: 15px;
	margin-bottom: 0px;
}

.RadTreeView .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI
{
    font-weight: normal;
    font-size: 12px;
}



.RadTreeView .rtTop
{

	padding: 6px 0 0 24px;

}

.RadTreeView .rtMid, 

.RadTreeView .rtBot


{

	padding: 3px 0 0 24px;

}



/* <expand/collapse images> */



.RadTreeView .rtPlus

{

	font-size: 0;

	padding: 0;

	display: -moz-inline-box;


	display: inline-block;

	vertical-align: top;

	cursor: pointer;

	margin: 5px 4px 0 -15px !important;

	width: 11px;

	height: 11px;

	background-repeat: no-repeat;

}

.RadTreeView .rtMinus

{

	font-size: 0;

	padding: 0;

	display: -moz-inline-box;


	display: inline-block;

	vertical-align: top;

	cursor: pointer;

	margin: 6px 4px 0 -15px !important;

	width: 11px;

	height: 11px;

	background-repeat: no-repeat;

}


/*
* html .RadTreeView .rtPlus, 


* html .RadTreeView .rtMinus { margin-right: 1px; }

*+html .RadTreeView .rtPlus, 

*+html .RadTreeView .rtMinus { margin-right: 1px; }
*/


/*.RadTreeView .rtPlus { background-position: 0 0; }*/
.RadTreeView .rtPlus { background-image: url(arrow-right.gif); background-repeat: no-repeat; background-position: -3px 0; margin-top: 5px; }


/*.RadTreeView .rtPlus:hover { background-position: 0 -22px; }*/
.RadTreeView .rtPlus:hover { background-image: url(arrow-right.gif); background-repeat: no-repeat; background-position: -3px 0; }

/*.RadTreeView .rtMinus { background-position: 0 -11px; }*/
.RadTreeView .rtMinus { background-image: url(arrow-down.gif); background-repeat: no-repeat; background-position: -3px 0;}

/*.RadTreeView .rtMinus:hover { background-position: 0 -33px; }*/
.RadTreeView .rtMinus:hover { background-image: url(arrow-down.gif); background-repeat: no-repeat; background-position: -3px 0; }


/* </expand/collapse images> */




/* <tristate checkboxes> */



.RadTreeView .rtChecked,

.RadTreeView .rtUnchecked,

.RadTreeView .rtIndeterminate

{

	display: inline-block;

	width: 13px;


	height: 13px;

	vertical-align: middle;

	margin: 0 3px 0 0;

	line-height: 0;

	font-size: 0;

}



.RadTreeView .rtChecked { background-position: 0 0; }

.RadTreeView .rtUnchecked { background-position: 0 -13px; }


.RadTreeView .rtIndeterminate { background-position: 0 -26px; }



/* </tristate checkboxes> */



.RadTreeView .rtSp

{

	display: -moz-inline-box;

	display: inline-block;


	/*width: 1px;*/

	height: 16px;

}



.RadTreeView .rtChk

{

	margin: 0 2px;

	padding: 0;

	width: 12px;

	height: 12px;

}



.RadTreeView .rtIn


{

	margin-left: 0px;

	padding: 4px 3px 3px 0px;

	text-decoration:none;

}



/* <navigation link> */

.RadTreeView a.rtIn

{

	cursor: pointer;
	color: #00539A;
	position:relative;
    top:1px;

}


/* </navigation link> */



/* <templates> */



.RadTreeView div.rtIn

{

	display:-moz-inline-block;

	display:inline-block;

	vertical-align:top;

}




/* <massage> */

* html .RadTreeView div.rtIn { display:inline-block; }

* html .RadTreeView div.rtIn { display:inline; }

*+html .RadTreeView div.rtIn { display:inline-block; }


*+html .RadTreeView div.rtIn { display:inline; }

/* </massage> */



.RadTreeView .rtTemplate,

.RadTreeView input

{ 

	-moz-user-select: text;

}



/* </templates> */




/* <loading messages> */

.RadTreeView .rtLoadingBefore,

.RadTreeView .rtLoadingAfter

{

	display: -moz-inline-box;

	display: inline-block;

	vertical-align: text-top;


	width: 21px;

	height: 17px;

	overflow: hidden;

	text-indent: -9999px;

	font-size: 0;

	background: url('') no-repeat 2px 0;


}



.RadTreeView .rtLoadingBelow

{

	display:block;

}



/* </loading messages> */



/* </general styles> */



/* <node states> */




/*.RadTreeView .rtHover .rtIn,

.RadTreeView .rtSelected .rtIn*/

.RadTreeView .rtHover .rtIn

{

	/*padding: 3px 2px 2px;

	border-width: 1px;

	border-style: solid;

	background-repeat: repeat-x;

	background-position: 0 100%;*/
	
	text-decoration: underline;


}



/* <in-line editing> */



/* editing of wrapped nodes should add white-space nowrap to make the input box stay on the same line;

   if the white-space: normal is added through inline styles (on a per-node basis), it can be overriden only by using !important */


.RadTreeView .rtEdit *

{

	white-space: nowrap !important;

}



.RadTreeView .rtEdit .rtIn,

.RadTreeView .rtEdit .rtIn input

{

	outline: 0; /* disable safari glow effect - RadTreeView look consistency */


	cursor: text;

}





.RadTreeView .rtLI .rtEdit .rtIn

{

	border-width: 1px;

	border-style: solid;

	padding: 2px 1px 1px;

	height: 1.4em;

	text-decoration: none;


	vertical-align: middle;

}



* html .RadTreeView .rtLI .rtEdit .rtIn { padding/* */: 0 1px; }



.RadTreeView .rtEdit .rtIn input

{

	height: 1.4em;

	line-height: 1.4em;


	border: 0;

	margin: 0;

	padding: 0;

	background: transparent;

}



/* </in-line editing> */



/* </node states> */



/* <node lines> */




.RadTreeView .rtLines .rtLI,

.RadTreeView .rtLines .rtFirst .rtUL

{

	background-repeat: repeat-y;

	background-position: 0 0;

}



.RadTreeView_rtl .rtLines .rtLI,


.RadTreeView_rtl .rtLines .rtFirst .rtUL

{

	background-repeat: repeat-y;

	background-position: 100% 0;

}



.RadTreeView .rtLines .rtFirst

{

    background-repeat: no-repeat;


    background-position: 0 1.273em;

}



.RadTreeView_rtl .rtLines .rtFirst

{

    background-repeat: no-repeat;

    background-position: 100% 1.273em;

}



.RadTreeView .rtLines .rtFirst .rtUL


{

    background-repeat: repeat-y;

    background-position: 0 1.273em;

}



.RadTreeView_rtl .rtLines .rtFirst .rtUL

{

    background-repeat: repeat-y;

    background-position: 100% 1.273em;


}



.RadTreeView .rtLines .rtLast,

.RadTreeView .rtLines .rtLast .rtUL

{

	background: none;

}



.RadTreeView .rtLines .rtTop,

.RadTreeView .rtLines .rtMid,


.RadTreeView .rtLines .rtBot

{

    background-repeat: no-repeat;

    background-position: 0 0;

}



.RadTreeView_rtl .rtLines .rtTop,

.RadTreeView_rtl .rtLines .rtMid,


.RadTreeView_rtl .rtLines .rtBot

{

    background-repeat: no-repeat;

    background-position: 100% 0;

}



/* </node lines> */



/* <drop targets> */




.rtDropAbove,

.rtDropBelow

{

    border: 1px dotted black;

    font-size: 3px;

    line-height: 3px;

    height: 3px;

}



.rtDropAbove

{


    border-bottom: 0;

}



.rtDropBelow

{

    border-top: 0;

}



/* </drop targets> */



/* <RTL support> */

.RadTreeView_rtl .rtPlus, 


.RadTreeView_rtl .rtMinus

{

	position: relative;

}



/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */

* html .RadTreeView_rtl .rtPlus, 


* html .RadTreeView_rtl .rtMinus { position:static; }



*+html .RadTreeView_rtl .rtPlus, 

*+html .RadTreeView_rtl .rtMinus { position:static; }



/* fixes IE6 "disappearing content" bug */


* html .RadTreeView_rtl .rtLI,

* html .RadTreeView_rtl .rtIn

{

	zoom: 1;

}

* html .RadTreeView_rtl .rtIn

{

	margin-top: -1px;

}



.RadTreeView_rtl .rtUL .rtLI .rtUL


{

	padding-right: 15px;

	padding-left: 0;

}



.RadTreeView_rtl .rtTop,

.RadTreeView_rtl .rtMid, 

.RadTreeView_rtl .rtBot

{

	padding: 0 15px 0 0;

	margin: 0;


}



.RadTreeView_rtl .rtPlus { background-position: -11px 0; }

.RadTreeView_rtl .rtPlus:hover { background-position: -11px -22px; }

.RadTreeView_rtl .rtMinus { background-position: -11px -11px; }


.RadTreeView_rtl .rtMinus:hover { background-position: -11px -33px; }



.RadTreeView_rtl .rtPlus,

.RadTreeView_rtl .rtMinus

{

	margin-right:7px;

	right:-20px;

}




/* firefox 2 */

.RadTreeView_rtl .rtPlus,

.RadTreeView_rtl .rtMinus,

x:-moz-any-link

{

	margin-right:-11px;

	right:-8px;

}



/* firefox 3 */

.RadTreeView_rtl .rtPlus,


.RadTreeView_rtl .rtMinus,

x:-moz-any-link, x:default

{

	margin-right:7px;

	right:-20px;

}



/* ie 6 */

* html .RadTreeView_rtl .rtPlus,

* html .RadTreeView_rtl .rtMinus


{

	margin-right:-13px;

	right:0;

}



/* ie 7 */

*+html .RadTreeView_rtl .rtPlus,

*+html .RadTreeView_rtl .rtMinus

{

	margin-right: -13px;

	right: 0;


}



/* safari & opera */

@media screen and (min-width:50px)

{

	.RadTreeView .rtPlus,

	.RadTreeView .rtMinus

	{

		margin-right: 7px;

		margin-left: -18px;


	}

	

	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */

	:root .RadTreeView_rtl .rtPlus,

	:root .RadTreeView_rtl .rtMinus

	{

		right: 0;


		margin-right: -13px;

		margin-left: 2px;

	}

}



/* opera */

@media all and(-webkit-max-device-pixel-ratio:10000),

   not all and(-webkit-min-device-pixel-ratio:0) {




	:root .RadTreeView_rtl .rtPlus,

	:root .RadTreeView_rtl .rtMinus

	{

		position: relative;

		margin-left: 2px;

		margin-right: -13px;

		right: -15px;

	}


}



/* </RTL support> */



/* <design-time support> */

div.RadTreeView_designtime .rtTop, 

div.RadTreeView_designtime .rtMid, 

div.RadTreeView_designtime .rtBot


{

	position: relative;

}



div.RadTreeView_designtime .rtPlus, 

div.RadTreeView_designtime .rtMinus

{

	margin: 0;

	position: absolute;

	left: 3px;

	top: 4px;


}

/* </design-time support> */

/* more from separate file */

.RadTreeView_Default,

.RadTreeView_Default a.rtIn,

.RadTreeView_Default .rtEdit .rtIn input

{

	color: #00539A;

	font: 12px/15px Arial, sans-serif;

}




.RadTreeView_Default .rtPlus, 

.RadTreeView_Default .rtMinus

{

	background-image: url('');


}



.RadTreeView_Default .rtChecked,

.RadTreeView_Default .rtUnchecked,

.RadTreeView_Default .rtIndeterminate

{

	background-image: url('');


}



.RadTreeView_Default .rtHover .rtIn

{

	color: #000;

	border-color: #c4c4c4 #b5b5b5 #9e9e9e;

	background-color: #e1e1e1;

	background-image: url('');


}



.RadTreeView_Default .rtSelected .rtIn

{

	color: #fff;

	border-color: #8d8d8d #7e7e7e #6c6c6c;

	background-color: #959595;

	background-image: url('');


}



.RadTreeView_Default .rtSelected .rtLoadingBelow

{

	color: #333;

}



.RadTreeView_Default .rtLI .rtEdit .rtIn

{

	border-color: #6c6c6c;

	background: #fff;


}



.RadTreeView_Default_disabled .rtIn,

.RadTreeView_Default .rtDisabled .rtIn

{

	color: #ccc;

}





/* <node lines> */



.RadTreeView_Default .rtLines .rtLI,


.RadTreeView_Default .rtLines .rtFirst .rtUL { background-image: url(''); }


.RadTreeView_Default_rtl .rtLines .rtLI,

.RadTreeView_Default_rtl .rtLines .rtFirst .rtUL { background-image:url(''); }




.RadTreeView_Default .rtLines .rtFirst,

.RadTreeView_Default .rtLines .rtFirst .rtUL { background-image: url(''); }


.RadTreeView_Default_rtl .rtLines .rtFirst,

.RadTreeView_Default_rtl .rtLines .rtFirst .rtUL { background-image: url(''); }


.RadTreeView_Default .rtLines .rtLast,

.RadTreeView_Default .rtLines .rtLast .rtUL { background-image: none; }



.RadTreeView_Default .rtLines .rtTop { background-image:url(''); }


.RadTreeView_Default_rtl .rtLines .rtTop { background-image:url(''); }


.RadTreeView_Default .rtLines .rtMid { background-image:url(''); }


.RadTreeView_Default_rtl .rtLines .rtMid { background-image:url(''); }


.RadTreeView_Default .rtLines .rtBot { background-image:url(''); }


.RadTreeView_Default_rtl .rtLines .rtBot { background-image: url(''); }


.RadTreeView_Default .rtLines .rtLast .rtTop { background-image:url(''); }


.RadTreeView_Default_rtl .rtLines .rtLast .rtTop { background-image:url(''); }




/* </node lines> */

.RadTreeView_Vista ul li { color: #00539A; }

.RadTreeView ul li { color: #00539A; }