#Explorer {
	height		  : 500px;
	border-left   : 1px solid #CFCFCF;
	border-right  : 1px solid #CFCFCF;
	border-bottom : 1px solid #CFCFCF;
}

#ExpLeftPane{
	width			  : 48%;
	float			  : left;
	margin-top		  : 5px;
	overflow		  : auto;
	background-repeat : repeat;
	height			  : 468px;
}

#ExplorerSeperator{
	width			 : 1px;
	float			 : left;
	height			 : 475px;
	background-color : #CFCFCF;
	
}

#ExpRightPane{
	width	 : 51%;
	float 	 : right;
	overflow : auto;
	height	 : 463px;
}

.ActiveProductTD{
	width		  : 55px;
	*width		  : 63px;
	padding-left  : 3px;
	padding-right : 1px;
}

#ExpandAll{
	background 	 : transparent url(Images/Buttons/expand_all.png) no-repeat scroll left center; 
	color 		 : #FFFFFF;
	width 		 : 100px;
}

#CollapseAll{
	background 	 : transparent url(Images/Buttons/collapse_all.png) no-repeat scroll left center; 
	color		 : #FFFFFF;
	width 		 : 105px;
}

.CreateTD{
	padding-left : 3px;
}

#Create{
	width		 : 80px;
	background	 : transparent url(Images/Buttons/folder.png) no-repeat scroll left center;
	color		 : #FFFFFF;
}

#Edit{
	width		 : 20px;
	background	 : transparent url(Images/Buttons/edit.png) no-repeat scroll left center; 
	color		 : #FFFFFF;
	padding-left : 25px;
	padding-bottom:5px;
}

#OpenBranch{
	background	 : transparent url(Images/Buttons/expand.png) no-repeat scroll left center; 
	color		 : #FFFFFF;
	width 		 : 105px;
}

#CloseBranch{
	background	 : transparent url(Images/Buttons/collapse.png) no-repeat scroll left center; 
	color		 : #FFFFFF;
	width 		 : 105px;
}

#Cancel{
	background	 : url(../../VdfAjaxLib/HDE/Toolbar/IconDelete.png) no-repeat center left;
	width		 : 80px;
	color		 : #FFFFFF;
	height		 : 25px;
}
.SearchTD{
	width	   : 80px;
	*width	   : 150px;
}
#SearchTreeBtn{
	background-color:transparent;
	background-image:url(../LayoutDesign/Images/QuickSearchIcon.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	height:16px;
	margin-left:-18px;
	padding-left:15px;
	vertical-align:middle;
	width:16px;
}

#TreeView{
	height		: 468px;
	overflow	: auto;
	margin-left : 5px;

}

#ExpLevel_1_Data{
	margin-top : 10px;
	display	   : none;
}

#ExpLevel_2_Data{
	display : none;
}

#ExpLevel_3_Data{
	display : none;
}

.ExpLeftTitle {
	background-color : #ADD8E6;
	height : 17px;
	margin-bottom : 10px;
	*margin-bottom : 9px;
	padding-left : 10px;
	text-align : left;	
}
.tree .ltr ul li  a.search { color:blue; } 

.jstree-default li  .NoText ins{
	/*background-image:url(../../../Inc/jQuery/Plugins/TreeView/source/themes/default/icons.png);*/
}
.Treeview ul li ul li a {
	color : DarkSlateGray;
}

.Treeview ul li ul li ul li a {
	color : DarkOrange;
}

.Treeview ul li ul li ul li ul li a {
	color : MediumSeaGreen;
}
#ResetBtn{
	width		  : 149px;
	margin-top	  : 10px;
	margin-bottom : 10px;
	float		  : right;
	
} 

#ExpRightData{
	margin : 10px 10px 0px 0px;
}
	 