/* ID Overwrites */

#ctl00_LeftNavContent_ctl00_RadTreeview1 {
	margin:14px 0;
	overflow:auto;
	text-transform:uppercase !important;
	white-space:normal !important;
}


/* .RadTreeView Overwrites -- first WebResource file */

.RadTreeView * {/* blunt fix */
	border:0 !important;
	background-color:transparent !important;
	background-image:none !important;
}

.RadTreeView .rtUL .rtLI .rtUL {
	padding-left:20px !important;
}

.RadTreeView .rtUL .rtLI .rtUL .rtLI .rtUL {
	padding-left:13px !important;
}

.RadTreeView .rtLI .rtMinus {
	margin:9px 11px 0 0 !important;
	width:9px !important;
	height:7px !important;
	background:transparent url(http://new.veic.org/App_Themes/VEIC/images/arrowd.gif) no-repeat 0 0 !important;
}

.RadTreeView .rtLI .rtPlus {
	margin:8px 13px 0 0 !important;
	width:7px !important;
	height:9px !important;
	background:transparent url(http://new.veic.org/App_Themes/VEIC/images/arrowr.gif) no-repeat 0 0 !important;
}

.RadTreeView .rtLI .rtLI .rtMinus {
	margin:6px 4px 0 0 !important;
}

.RadTreeView .rtLI .rtLI .rtPlus {
	margin:5px 4px 0 0 !important;
}

.RadTreeView .rtSp {
	display:none !important;
}

.RadTreeView .rtIn {
	margin-left:0 !important;
	padding:0 !important;
}
 
.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn {
	padding:0 !important;
}


/* .RadTreeView_Default Overwrites -- second WebResource file */

.RadTreeView_Default .rtMinus,
.RadTreeView_Default .rtPlus,
.RadTreeView_Default .rtSelected,
.RadTreeView_Default .rtSelected .rtIn,
.RadTreeView_Default .rtHover .rtIn {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
}

.RadTreeView_Default,
.RadTreeView_Default a.rtIn,
.RadTreeView_Default .rtEdit .rtIn input {
	color:#900  !important;
	font: 13px/27px Arial, sans-serif !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL a.rtIn {
	font: 11px/21px Arial, sans-serif !important;
}

.RadTreeView_Default .rtUL .rtSelected a.rtIn {
	font-weight:bold !important;
}

.RadTreeView_Default .rtUL .rtLI .rtUL .rtSelected a.rtIn {
	color:#333 !important;
}

