/*temp fix*/

.RadTreeView .rtPlus, .RadTreeView .rtMinus
{
	margin:0px !important;
}

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn 
{
	/*background-position:0 100%;
	background-repeat:repeat-x;
	border-style:solid;*/
	border-width:0px !important;
	padding:0px 0px 0px;
}


.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot 
{
	padding: 0 !important;
}

.RadTreeView .rtIn 
{
	margin-left:0px !important;
}

/*

RadTreeView UndermenuIntranet skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_UndermenuIntranet .rtLI
{
	display: inline;
}

.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot
{
	border-top: 1px solid #fff;
	height: 24px;
	background: #d1d1d1;
}

.RadTreeView_UndermenuIntranet .rtUL .rtUL
{
	padding: 0 !important;
}

.RadTreeView_UndermenuIntranet .rtUL .rtUL div
{
	padding-left: 5px !important;
	background: #e1f8e1;
}

.RadTreeView_UndermenuIntranet .rtUL .rtUL .rtUL div
{
	padding-left: 15px !important;
}

.RadTreeView_UndermenuIntranet .rtUL .rtUL .rtUL .rtUL div
{
	padding-left: 25px !important;
}

.RadTreeView_UndermenuIntranet .rtUL .rtUL .rtUL .rtUL .rtUL div
{
	padding-left: 35px !important;
}

.RadTreeView_UndermenuIntranet .rtIn
{
	padding: 5px 10px 5px 15px !important;
	font-size: 11px !important;
	text-decoration: none;
	color: #0f5b0f;
	display: block;
	text-decoration: none;
}

.RadTreeView_UndermenuIntranet .rtSelected
{
	background: #0f5b0f !important;
}

.RadTreeView_UndermenuIntranet .rtPlus,
.RadTreeView_UndermenuIntranet .rtMinus
{
	position: relative !important;
	float: right !important;
	top: 9px !important;
	right: 8px !important;
	height: 5px !important;
	width: 5px !important;
	background: url(TreeView/arrow_sprite.gif) !important;
}

.RadTreeView_UndermenuIntranet .rtSelected .rtPlus
{
	background-position: 0 6px !important;
}

.RadTreeView_UndermenuIntranet .rtSelected .rtMinus
{
	background-position: 0 0 !important;
}

.RadTreeView_UndermenuIntranet .rtMinus,
.RadTreeView_UndermenuIntranet .rtHover .rtMinus
{
	background-position: 5px 0 !important;
}

.RadTreeView_UndermenuIntranet .rtPlus,
.RadTreeView_UndermenuIntranet .rtHover .rtPlus
{
	background-position: 5px 6px !important;
}

.RadTreeView_UndermenuIntranet .rtSp
{
	display: none !important;
}

/* endof general styles */


/* node states */

.RadTreeView_UndermenuIntranet .rtSelected .rtIn
{
	color: #fff !important;
}

.RadTreeView_UndermenuIntranet .rtLI .rtHover
{
	background: #fff !important;
}

.RadTreeView_UndermenuIntranet .rtLI .rtHover .rtIn
{
	color: #125f12 !important;
}

/* endof node states */
