/*

RadTreeView Office2007 skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_OrlandoHealth,
.RadTreeView_OrlandoHealth a.rtIn,
.RadTreeView_OrlandoHealth .rtEdit .rtIn input
{
	font:12px Arial,Verdana,Sans-Serif ;
	color:#000;
	line-height:1.273em;
}





.RadTreeView_OrlandoHealth .rtTop, 
.RadTreeView_OrlandoHealth .rtMid, 
.RadTreeView_OrlandoHealth .rtBot
{
	padding: 0 0 0 20px;
}

.RadTreeView_OrlandoHealth .rtPlus, 
.RadTreeView_OrlandoHealth .rtMinus
{
	margin:5px 8px 0 -17px;
	width:9px;
	height:9px;
}

.RadTreeView_OrlandoHealth .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_OrlandoHealth .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_OrlandoHealth .rtSp
{
	
	WIDTH: 0px; DISPLAY: inline-block; HEIGHT: 18px;
	
}
.RadTreeView .rtSp {
	WIDTH: 0px; DISPLAY: inline-block; HEIGHT: 22px;
}
.RadTreeView_OrlandoHealth .rtTop DIV
{
	border-width:0px;
	
}
.RadTreeView_OrlandoHealth.rtTop DIV SPAN SPAN
{
	border-width:0px;
	
}

.RadTreeView_OrlandoHealth .rtHover .rtIn 
{
	
	border-width:0px;
	padding:0px;
        
        cursor:pointer;
}
.RadTreeView_OrlandoHealth .rtSelected .rtIn {
	border-width:0px;
	padding:0px;        
    cursor:pointer;
}




.RadTreeView_OrlandoHealth .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_OrlandoHealth .rtIn
{
	margin-left:0px;
	padding: 0 0px 0px 0px;
	text-decoration:none;
}
/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_OrlandoHealth .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_OrlandoHealth .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_OrlandoHealth .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_OrlandoHealth .rtHover .rtIn
{
	color: #be0a3c;
	text-decoration:underline;
}

.RadTreeView_OrlandoHealth .rtSelected .rtIn
{
	color:#fff;
	background-color:#316ac5;
}

.RadTreeView_OrlandoHealth_disabled .rtIn,
.RadTreeView_OrlandoHealth .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_OrlandoHealth .rtSelected .rtLoadingBelow
{
	color: #000;
}
.RadTreeView_OrlandoHealth .rtHover .rtIn {
        BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; 
        /*PADDING-BOTTOM: 2px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px;PADDING-TOP: 3px;*/
         BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: 0px 100%; BORDER-TOP: 0px solid; BORDER-RIGHT: 0px solid; cursor:pointer;
}
.RadTreeView_OrlandoHealth .rtSelected .rtIn {
        BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid;
        /* PADDING-BOTTOM: 2px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px;PADDING-TOP: 3px;*/
         BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: 0px 100%; BORDER-TOP: 0px solid; BORDER-RIGHT: 0px solid; cursor:pointer;
}

/* endof node states */


/* in-line editing */

/*.RadTreeView_OrlandoHealth .rtLI .rtEdit .rtIn
{
	border:1px solid #999;
	padding: 1px 1px 0;
	height:1.2em;
	background: #fff;
	text-decoration: none;
}

.RadTreeView_OrlandoHealth .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}*/

/* endof in-line editing */


/* drop targets */

.rtDropAbove_OrlandoHealth,
.rtDropBelow_OrlandoHealth
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_OrlandoHealth
{
    border-bottom: 0;
}

.rtDropBelow_OrlandoHealth
{
    border-top: 0;
}

/* endof drop targets */


/* node lines */

.RadTreeView_OrlandoHealth .rtLines .rtLI,
.RadTreeView_OrlandoHealth .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan.gif) repeat-y 0 0;
}
.RadTreeView_OrlandoHealth_rtl .rtLines .rtLI,
.RadTreeView_OrlandoHealth_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/NodeSpan_rtl.gif) repeat-y 100% 0;
}

.RadTreeView_OrlandoHealth .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan.gif) no-repeat 0 1.273em;
}
.RadTreeView_OrlandoHealth_rtl .rtLines .rtFirst
{
    background:url(TreeView/FirstNodeSpan_rtl.gif) no-repeat 100% 1.273em;
}

.RadTreeView_OrlandoHealth .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan.gif) repeat-y 0 1.273em;
}

.RadTreeView_OrlandoHealth_rtl .rtLines .rtFirst .rtUL
{
	background:url(TreeView/FirstNodeSpan_rtl.gif) repeat-y 100% 1.273em;
}

.RadTreeView_OrlandoHealth .rtLines .rtLast,
.RadTreeView_OrlandoHealth .rtLines .rtLast .rtUL
{
	background:none;
}

.RadTreeView_OrlandoHealth .rtLines .rtTop
{
	background:url(TreeView/TopLine.gif) 0 0 no-repeat;
}
.RadTreeView_OrlandoHealth_rtl .rtLines .rtTop
{
	background:url(TreeView/TopLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_OrlandoHealth .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine.gif) 0 0 no-repeat;
}

.RadTreeView_OrlandoHealth_rtl .rtLines .rtLast .rtTop
{
	background:url(TreeView/SingleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_OrlandoHealth .rtLines .rtMid
{
	background:url(TreeView/MiddleLine.gif) 0 0 no-repeat;
}
.RadTreeView_OrlandoHealth_rtl .rtLines .rtMid
{
	background:url(TreeView/MiddleLine_rtl.gif) 100% 0 no-repeat;
}

.RadTreeView_OrlandoHealth .rtLines .rtBot
{
	background:url(TreeView/BottomLine.gif) 0 0 no-repeat;
}
.RadTreeView_OrlandoHealth_rtl .rtLines .rtBot
{
	background:url(TreeView/BottomLine_rtl.gif) 100% 0 no-repeat;
}

/* endof node lines */


/* rtl-specific styles */

/* firefox */
.RadTreeView_OrlandoHealth_rtl .rtPlus,
.RadTreeView_OrlandoHealth_rtl .rtMinus,
x:-moz-any-link
{
	margin-right:-9px;
	right:-14px;
}

.RadTreeView_OrlandoHealth_rtl .rtPlus,
.RadTreeView_OrlandoHealth_rtl .rtMinus,
x:-moz-any-link, x:default
{
	margin-right:0;
	right:-17px;
}

* html .RadTreeView_OrlandoHealth_rtl .rtPlus,
* html .RadTreeView_OrlandoHealth_rtl .rtMinus
{
	margin-right:-17px;
	right:0;
}

*+html .RadTreeView_OrlandoHealth_rtl .rtPlus,
*+html .RadTreeView_OrlandoHealth_rtl .rtMinus
{
	margin-right:-17px;
	right:0;
}

.RadTreeView_OrlandoHealth_rtl .rtTop,
.RadTreeView_OrlandoHealth_rtl .rtMid, 
.RadTreeView_OrlandoHealth_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_OrlandoHealth_rtl .rtPlus,
	html:first-child .RadTreeView_OrlandoHealth_rtl .rtMinus,
	html:first-child .RadTreeView_OrlandoHealth_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_OrlandoHealth_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 8px 0 -17px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_OrlandoHealth_rtl .rtPlus,
	:root .RadTreeView_OrlandoHealth_rtl .rtMinus
	{
		right: 0;
		margin-right: -17px;
		margin-left: 8px;
	}
}

/* endof hacks */
.RadTreeView_OrlandoHealth_designtime .rtPlus,
.RadTreeView_OrlandoHealth_designtime .rtMinus
{
	left:4px;
	top:5px;
}

.RadTreeView .rtLast
{

 border:0px none;
 
}