/*
 * RadTreeView 3DBlue skin
 */

/* Remove the double arrow in front of every link */

#Sidebar .RadTreeView_3DBlue li
{
	background-image: none;
}

/* Make the selected item bold, without border */

.RadTreeView_3DBlue .rtSelected
{
	font-weight: bold;
}
.RadTreeView_3DBlue .rtSelected .rtIn
{
	border-style: none !important;
}

/* Display an underline beneath the hovered node item */

.RadTreeView_3DBlue .rtHover .rtIn
{
	text-decoration: underline;
	border-style: none !important;
}

/* Styles for positioning of the plus/minus sign 
   (the imagefile for PlusMinus contains all the needed icons) */

.RadTreeView_3DBlue .rtPlus,
.RadTreeView_3DBlue .rtMinus
{
	margin-left:-20px !important;
	margin-right:9px !important;
	background-image: url('img/PlusMinus.gif') !important;
}

/* Node lines */

.RadTreeView_3DBlue .rtFirst
{
	background-image: url('img/TopLine.gif');
}
.RadTreeView_3DBlue .rtTop,
.RadTreeView_3DBlue .rtMid
{
	background-image: url('img/MiddleCrossLine.gif'); 
}
.RadTreeView_3DBlue .rtBot
{
	background-image: url('img/BottomLine.gif'); 
}

.RadTreeView_3DBlue .rtLines .rtLast .rtUL
{
	background: none !important;
}
.RadTreeView_3DBlue .rtLines .rtUL,
.RadTreeView_3DBlue .rtLines .rtUL .rtUL
{
	background-image: url('img/MiddleLine.gif');
	background-repeat: repeat-y !important;
}

/* Remove spacing between nodes */

/*
.RadTreeView_3DBlue .rtUL,
.RadTreeView_3DBlue .rtLI,
.RadTreeView_3DBlue .rtTop,
.RadTreeView_3DBlue .rtMid,
.RadTreeView_3DBlue .rtBot,
.RadTreeView_3DBlue .rtFirst
.RadTreeView_3DBlue .rtLast
{
	padding: 0px 0px 0px 0px important!;
	margin: 0px 0px 0px 0px important!;
	border: none important!;
}
*/

.RadTreeView_3DBlue .rtLI
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.RadTreeView_3DBlue .rtUL .rtUL
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.RadTreeView_3DBlue .rtLast
{
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
.RadTreeView_3DBlue .rtLI .rtIn
.RadTreeView_3DBlue .rtLI .rtIn,
.RadTreeView_3DBlue .rtLI .rtTop,
.RadTreeView_3DBlue .rtLI .rtMid,
.RadTreeView_3DBlue .rtLI .rtBot
{
	margin: 0 0 0 0 important!;
	padding: 0 0 0 0 important!;
}
*/
/*
.RadTreeView_3DBlue .rtLI
{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.RadTreeView_3DBlue .rtTop,
.RadTreeView_3DBlue .rtMid,
.RadTreeView_3DBlue .rtBot
{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.RadTreeView_3DBlue .rtIn
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
*/

