﻿@charset "utf-8";
/* CSS Document */

/* L2 left nav*/

/*SF Style removal*/

.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtSelected .rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtMid,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtFirst,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtTop,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtBot,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLast .rtTop,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI, .LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtTop
{
    background:none! important;
    color:#1778a2! important;
	white-space: normal;
    padding: 5px 10px !important
}

.LeftNavBox  .RadTreeView_Sitefinity .rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtSelected .rtIn,
.LeftNavBox .RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot,
.LeftNavBox .RadTreeView .rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI
{
    margin:0! important;
    padding:0! important;
}

.LeftNavBox .RadTreeView .rtSp
{
    display:none! important;
}

/*BEGIN USER STYLES*/

.LeftNavBox  .RadTreeView .rtPlus,
.LeftNavBox  .RadTreeView .rtMinus,
.LeftNavBox  .RadTreeView .rtMinus.rtMinusHover
{
    margin: 2px 5px 0 -15px !important;
	float: left;
}

/*collapsed tree image*/
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtPlus,
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtPlus:hover
{
    background:url('images/subnav-l1-collapsed.jpg') top center no-repeat! important;
}

/*expanded tree image*/
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtMinus,
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtMinus:hover
{
    background:url('images/subnav-l1-expanded.jpg') top center no-repeat! important;
}
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtUL .rtPlus,
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtUL .rtPlus:hover {
    margin: 0 -5px 0 -15px! important;
    background:url('images/subnav-l2-collapsed.jpg') no-repeat! important;
}
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtUL .rtMinus,
.LeftNavBox  .RadTreeView_Sitefinity .rtLI .rtUL .rtMinus:hover {
    margin: 0 -5px 0 -15px! important;
    background:url('images/subnav-l2-expanded.jpg') no-repeat! important;
}
.LeftNavBox  .RadTreeView_Sitefinity,
.LeftNavBox  .RadTreeView_Sitefinity a.rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtEdit .rtIn input
{
	font-size: 14px !important;
    color:#1778a2 !important;
}

.LeftNavBox .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL {
    background: none !important;
}

.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI
{
    background: url("../img/dottedBorder_btm.png") no-repeat bottom !important;
}




.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtFirst .rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI .rtUL .rtLI .rtTop,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI
{
    background-image: none! important;
}



.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI a.rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI
{
    color:#666f77! important;
    font-size:13px! important;
    font-weight:normal! important;
    line-height:13px! important;
	text-transform: none;
}

.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI ul.rtUL li.rtLI a.rtIn,
.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI ul.rtUL li.rtLI
{
    color:#666f77! important;
    font-size:12px! important;
    font-weight:normal! important;
  line-height:12px! important;
	text-transform: none;
}

.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI .rtIn a:hover
{
    text-decoration:none! important;
}

.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL li.rtLI
{
    margin-bottom: 18px !important
}

.LeftNavBox  .RadTreeView_Sitefinity .rtLines .rtLI ul.rtUL
{
	margin: 12px 0 0 12px !important;
}

.LeftNavBox span.rtPlus,
.LeftNavBox span.rtMinus
{
    width:23px! important;
    height:23px! important;
}