/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Chld,
.RadTreeView_Chld .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Chld .rtTop, 
.RadTreeView_Chld .rtMid, 
.RadTreeView_Chld .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Chld .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
}

.RadTreeView_Chld .rtPlus, 
.RadTreeView_Chld .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Chld .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Chld .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Chld .rtSp
{
	height:20px;
}

.RadTreeView_Chld .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Chld .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#295f29;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Chld .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Chld .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Chld .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Chld .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Chld .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Chld_disabled .rtIn,
.RadTreeView_Chld .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Chld .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Chld .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Chld .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Chld,
.rtDropBelow_Chld
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Chld
{
    border-bottom: 0;
}

.rtDropBelow_Chld
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Chld_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Chld_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Chld_rtl .rtPlus,
.RadTreeView_Chld_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Chld_rtl .rtPlus,
* html .RadTreeView_Chld_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Chld_rtl .rtPlus,
*+html .RadTreeView_Chld_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Chld_rtl .rtTop,
.RadTreeView_Chld_rtl .rtMid, 
.RadTreeView_Chld_rtl .rtBot
{
	padding: 0 15px 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_Chld_rtl .rtPlus,
	html:first-child .RadTreeView_Chld_rtl .rtMinus,
	html:first-child .RadTreeView_Chld_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Chld_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Chld_rtl .rtPlus,
	:root .RadTreeView_Chld_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Diagn,
.RadTreeView_Diagn .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Diagn .rtTop, 
.RadTreeView_Diagn .rtMid, 
.RadTreeView_Diagn .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Diagn .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
}

.RadTreeView_Diagn .rtPlus, 
.RadTreeView_Diagn .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Diagn .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Diagn .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Diagn .rtSp
{
	height:20px;
}

.RadTreeView_Diagn .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Diagn .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#5a3214;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Diagn .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Diagn .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Diagn .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Diagn .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Diagn .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Diagn_disabled .rtIn,
.RadTreeView_Diagn .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Diagn .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Diagn .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Diagn .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Diagn,
.rtDropBelow_Diagn
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Diagn
{
    border-bottom: 0;
}

.rtDropBelow_Diagn
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Diagn_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Diagn_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Diagn_rtl .rtPlus,
.RadTreeView_Diagn_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Diagn_rtl .rtPlus,
* html .RadTreeView_Diagn_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Diagn_rtl .rtPlus,
*+html .RadTreeView_Diagn_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Diagn_rtl .rtTop,
.RadTreeView_Diagn_rtl .rtMid, 
.RadTreeView_Diagn_rtl .rtBot
{
	padding: 0 15px 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_Diagn_rtl .rtPlus,
	html:first-child .RadTreeView_Diagn_rtl .rtMinus,
	html:first-child .RadTreeView_Diagn_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Diagn_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */

	:root .RadTreeView_Diagn_rtl .rtPlus,
	:root .RadTreeView_Diagn_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Main,
.RadTreeView_Main .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
	
}

.RadTreeView_Main .rtTop, 
.RadTreeView_Main .rtMid
{
	padding: 0 0 0 10px;
}
 
.RadTreeView_Main .rtBot
{
	padding: 0 0 0 10px;
	border-bottom:1px dotted #333333;
}

.RadTreeView_Main .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
		
}

.RadTreeView_Main .rtPlus, 
.RadTreeView_Main .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Main .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Main .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Main .rtSp
{
	height:20px;
}

.RadTreeView_Main .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Main .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#62724c;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Main .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Main .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Main .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Main .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Main .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Main_disabled .rtIn,
.RadTreeView_Main .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Main .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Main .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Main .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Main,
.rtDropBelow_Main
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Main
{
    border-bottom: 0;
}

.rtDropBelow_Main
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Main_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Main_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Main_rtl .rtPlus,
.RadTreeView_Main_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Main_rtl .rtPlus,
* html .RadTreeView_Main_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Main_rtl .rtPlus,
*+html .RadTreeView_Main_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Main_rtl .rtTop,
.RadTreeView_Main_rtl .rtMid, 
.RadTreeView_Main_rtl .rtBot
{
	padding: 0 15px 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_Main_rtl .rtPlus,
	html:first-child .RadTreeView_Main_rtl .rtMinus,
	html:first-child .RadTreeView_Main_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Main_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Main_rtl .rtPlus,
	:root .RadTreeView_Main_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Man,
.RadTreeView_Man .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Man .rtTop, 
.RadTreeView_Man .rtMid, 
.RadTreeView_Man .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Man .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
}

.RadTreeView_Man .rtPlus, 
.RadTreeView_Man .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Man .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Man .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Man .rtSp
{
	height:20px;
}

.RadTreeView_Man .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Man .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#2c598b;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Man .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Man .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Man .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Man .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Man .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Man_disabled .rtIn,
.RadTreeView_Man .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Man .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Man .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Man .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Man,
.rtDropBelow_Man
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Man
{
    border-bottom: 0;
}

.rtDropBelow_Man
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Man_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Man_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Man_rtl .rtPlus,
.RadTreeView_Man_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Man_rtl .rtPlus,
* html .RadTreeView_Man_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Man_rtl .rtPlus,
*+html .RadTreeView_Man_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Man_rtl .rtTop,
.RadTreeView_Man_rtl .rtMid, 
.RadTreeView_Man_rtl .rtBot
{
	padding: 0 15px 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_Man_rtl .rtPlus,
	html:first-child .RadTreeView_Man_rtl .rtMinus,
	html:first-child .RadTreeView_Man_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Man_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Man_rtl .rtPlus,
	:root .RadTreeView_Man_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Orthop,
.RadTreeView_Orthop .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#496823;
	line-height:1.273em;
}

.RadTreeView_Orthop .rtTop, 
.RadTreeView_Orthop .rtMid, 
.RadTreeView_Orthop .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Orthop .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
}

.RadTreeView_Orthop .rtPlus, 
.RadTreeView_Orthop .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Orthop .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Orthop .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Orthop .rtSp
{
	height:20px;
}

.RadTreeView_Orthop .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Orthop .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#295f29;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Orthop .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Orthop .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Orthop .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Orthop .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Orthop .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Orthop_disabled .rtIn,
.RadTreeView_Orthop .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Orthop .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Orthop .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Orthop .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Orthop,
.rtDropBelow_Orthop
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Orthop
{
    border-bottom: 0;
}

.rtDropBelow_Orthop
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Orthop_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Orthop_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Orthop_rtl .rtPlus,
.RadTreeView_Orthop_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Orthop_rtl .rtPlus,
* html .RadTreeView_Orthop_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Orthop_rtl .rtPlus,
*+html .RadTreeView_Orthop_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Orthop_rtl .rtTop,
.RadTreeView_Orthop_rtl .rtMid, 
.RadTreeView_Orthop_rtl .rtBot
{
	padding: 0 15px 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_Orthop_rtl .rtPlus,
	html:first-child .RadTreeView_Orthop_rtl .rtMinus,
	html:first-child .RadTreeView_Orthop_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Orthop_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Orthop_rtl .rtPlus,
	:root .RadTreeView_Orthop_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Wom,
.RadTreeView_Wom .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Wom .rtTop, 
.RadTreeView_Wom .rtMid, 
.RadTreeView_Wom .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Wom .rtUL .rtLI .rtUL 
{
	padding-left: s5px;
}

.RadTreeView_Wom .rtPlus, 
.RadTreeView_Wom .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Wom .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Wom .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Wom .rtSp
{
	height:20px;
}

.RadTreeView_Wom .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Wom .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#954394;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Wom .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Wom .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Wom .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Wom .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Wom .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Wom_disabled .rtIn,
.RadTreeView_Wom .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Wom .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Wom .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Wom .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Wom,
.rtDropBelow_Wom
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Wom
{
    border-bottom: 0;
}

.rtDropBelow_Wom
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Wom_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Wom_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Wom_rtl .rtPlus,
.RadTreeView_Wom_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Wom_rtl .rtPlus,
* html .RadTreeView_Wom_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Wom_rtl .rtPlus,
*+html .RadTreeView_Wom_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Wom_rtl .rtTop,
.RadTreeView_Wom_rtl .rtMid, 
.RadTreeView_Wom_rtl .rtBot
{
	padding: 0 15px 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_Wom_rtl .rtPlus,
	html:first-child .RadTreeView_Wom_rtl .rtMinus,
	html:first-child .RadTreeView_Wom_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Wom_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Wom_rtl .rtPlus,
	:root .RadTreeView_Wom_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Myskin,
.RadTreeView_Myskin .rtEdit .rtIn input
{
	font:14px "Segoe UI",tahoma,verdana,sans-serif;
	color:#FFFFFF;
	line-height:1.273em;
}

.RadTreeView_Myskin .rtTop, 
.RadTreeView_Myskin .rtMid, 
.RadTreeView_Myskin .rtBot
{
	padding: 0 0 0 15px;
}

.RadTreeView_Myskin .rtUL .rtLI .rtUL 
{
	padding-left: 15px;
}

.RadTreeView_Myskin .rtPlus, 
.RadTreeView_Myskin .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Myskin .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Myskin .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Myskin .rtSp
{
	height:20px;
}

.RadTreeView_Myskin .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Myskin .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#FFFFFF;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Myskin .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Myskin .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Myskin .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Myskin .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Myskin .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Myskin_disabled .rtIn,
.RadTreeView_Myskin .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Myskin .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Myskin .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Myskin .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Myskin,
.rtDropBelow_Myskin
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Myskin
{
    border-bottom: 0;
}

.rtDropBelow_Myskin
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Myskin_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Myskin_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Myskin_rtl .rtPlus,
.RadTreeView_Myskin_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Myskin_rtl .rtPlus,
* html .RadTreeView_Myskin_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Myskin_rtl .rtPlus,
*+html .RadTreeView_Myskin_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Myskin_rtl .rtTop,
.RadTreeView_Myskin_rtl .rtMid, 
.RadTreeView_Myskin_rtl .rtBot
{
	padding: 0 15px 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_Myskin_rtl .rtPlus,
	html:first-child .RadTreeView_Myskin_rtl .rtMinus,
	html:first-child .RadTreeView_Myskin_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Myskin_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Myskin_rtl .rtPlus,
	:root .RadTreeView_Myskin_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Simpl,
.RadTreeView_Simpl .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Simpl .rtTop, 
.RadTreeView_Simpl .rtMid, 
.RadTreeView_Simpl .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Simpl .rtUL .rtLI .rtUL 
{
	padding-left: 5px;
}

.RadTreeView_Simpl .rtPlus, 
.RadTreeView_Simpl .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Simpl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Simpl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Simpl .rtSp
{
	height:20px;
}

.RadTreeView_Simpl .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Simpl .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#85883a;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Simpl .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Simpl .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Simpl .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Simpl .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Simpl .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Simpl_disabled .rtIn,
.RadTreeView_Simpl .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Simpl .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Simpl .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Simpl .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Simpl,
.rtDropBelow_Simpl
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Simpl
{
    border-bottom: 0;
}

.rtDropBelow_Simpl
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Simpl_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Simpl_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Simpl_rtl .rtPlus,
.RadTreeView_Simpl_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Simpl_rtl .rtPlus,
* html .RadTreeView_Simpl_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Simpl_rtl .rtPlus,
*+html .RadTreeView_Simpl_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Simpl_rtl .rtTop,
.RadTreeView_Simpl_rtl .rtMid, 
.RadTreeView_Simpl_rtl .rtBot
{
	padding: 0 15px 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_Simpl_rtl .rtPlus,
	html:first-child .RadTreeView_Simpl_rtl .rtMinus,
	html:first-child .RadTreeView_Simpl_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Simpl_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */

	:root .RadTreeView_Simpl_rtl .rtPlus,
	:root .RadTreeView_Simpl_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
/*

RadTreeView Vista skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Kapnisma,
.RadTreeView_Kapnisma .rtEdit .rtIn input
{
	font:11px "Segoe UI",tahoma,verdana,sans-serif;
	color:#a2bc7e;
	line-height:1.273em;
}

.RadTreeView_Kapnisma .rtTop, 
.RadTreeView_Kapnisma .rtMid, 
.RadTreeView_Kapnisma .rtBot
{
	padding: 0 0 0 10px;
}

.RadTreeView_Kapnisma .rtUL .rtLI .rtUL 
{
	padding-left: s5px;
}

.RadTreeView_Kapnisma .rtPlus, 
.RadTreeView_Kapnisma .rtMinus
{
	margin:5px 1px 0 -10px;
	width:9px;
	height:9px;
}

.RadTreeView_Kapnisma .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 0;
}

.RadTreeView_Kapnisma .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat 0 -9px;
}

.RadTreeView_Kapnisma .rtSp
{
	height:20px;
}

.RadTreeView_Kapnisma .rtChk
{
	margin: 0 2px;
	padding:0;
	width:12px;
	height:12px;
}

.RadTreeView_Kapnisma .rtIn
{
	margin-left:3px;
	padding: 2px 3px;
	text-decoration:none;
	color:#ac2222;
	font-weight:bold;
}

/* endof general styles */

/*Three state checkboxes*/

.RadTreeView_Kapnisma .rtIndeterminate
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -26px;
}

.RadTreeView_Kapnisma .rtChecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 0;
}

.RadTreeView_Kapnisma .rtUnchecked
{
    background: transparent url(TreeView/TriState.gif) no-repeat 0 -13px ;
}
/* node states */

.RadTreeView_Kapnisma .rtHover .rtIn
{
	padding: 1px 2px;
	color: #363636;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemHoveredBg.gif) repeat-x left bottom;
}

.RadTreeView_Kapnisma .rtSelected .rtIn
{
	padding: 1px 2px;
	color:#333;
	border: 1px solid #99defd;
	background: #f6fbfd url(TreeView/ItemSelectedBg.gif) repeat-x left bottom;
}

.RadTreeView_Kapnisma_disabled .rtIn,
.RadTreeView_Kapnisma .rtDisabled .rtIn
{
	color:#ccc;
}

.RadTreeView_Kapnisma .rtSelected .rtLoadingBelow
{
	color: #333;
}

/* endof node states */


/* in-line editing */

.RadTreeView_Kapnisma .rtLI .rtEdit .rtIn
{
	border: 1px solid #99defd;
	padding: 0 2px;
	height:1.2em;
	background: #fff;
	text-decoration: none;
	text-decoration:none;
}

.RadTreeView_Kapnisma .rtEdit .rtIn input
{
	height:1em;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:transparent;
}

/* endof in-line editing */


/* drop targets */

.rtDropAbove_Kapnisma,
.rtDropBelow_Kapnisma
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove_Kapnisma
{
    border-bottom: 0;
}

.rtDropBelow_Kapnisma
{
    border-top: 0;
}

/* endof drop targets */


/* rtl-specific styles */

.RadTreeView_Kapnisma_rtl .rtPlus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px 0;
}

.RadTreeView_Kapnisma_rtl .rtMinus
{
	background: transparent url(TreeView/PlusMinus.gif) no-repeat -9px -9px;
}

/* firefox */
.RadTreeView_Kapnisma_rtl .rtPlus,
.RadTreeView_Kapnisma_rtl .rtMinus
{
	margin-right:-9px;
	right:-8px;
}

* html .RadTreeView_Kapnisma_rtl .rtPlus,
* html .RadTreeView_Kapnisma_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

*+html .RadTreeView_Kapnisma_rtl .rtPlus,
*+html .RadTreeView_Kapnisma_rtl .rtMinus
{
	margin-right:-10px;
	right:0;
}

.RadTreeView_Kapnisma_rtl .rtTop,
.RadTreeView_Kapnisma_rtl .rtMid, 
.RadTreeView_Kapnisma_rtl .rtBot
{
	padding: 0 15px 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_Kapnisma_rtl .rtPlus,
	html:first-child .RadTreeView_Kapnisma_rtl .rtMinus,
	html:first-child .RadTreeView_Kapnisma_rtl .rtFirst .rtLI .rtPlus,
	html:first-child .RadTreeView_Kapnisma_rtl .rtFirst .rtLI .rtMinus
	{
		margin:5px 1px 0 -10px;
		right:0;
	}
	
	/* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
	:root .RadTreeView_Kapnisma_rtl .rtPlus,
	:root .RadTreeView_Kapnisma_rtl .rtMinus
	{
		right: 0;
		margin-right: -10px;
		margin-left: 1px;
	}
}

/* endof hacks */
