.treeview{
	margin: 0;
	padding: 0;
	/*
	overflow: auto;
	width: 250px;
	height: 350px;
	overflow: auto;
	border: 1px solid #444444;
	*/
}
.treeview li{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 44px;
	line-height: 13px;
}
.treeview li span{
	width: 800px;
	display: inline-block;
	clear: left;
	margin: 0 0 0 42px;
	padding: 5px 3px;
	white-space: nowrap;
}
.treeview div.right{
	position: absolute;
}
.treeview div.right a{
	float: left;
	display: block;
	margin: 1px;
	width: 16px;
}
.treeview ul{
	margin: 0; 
	padding: 0;
}
.treeview .root{
	margin-left: -16px;
	padding-top: 2px;
	background: url('../images/treeview/root.gif') no-repeat 16px 0 transparent;
}
.treeview .line{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 4px;
	height: 4px;
	font-size: 4px;
	background: url('../images/treeview/line_bg.gif') 0 0 no-repeat transparent;
}
.treeview .line-last{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 4px;
	height: 4px;
	font-size: 4px;
	background: url('../images/treeview/spacer.gif') 0 0 no-repeat transparent;
}
.treeview .line-over{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 22px;
	height: 22px;
	font-size: 22px;
	/*background: #FDF5CE url('../css/mages/ui-bg_glass_100_fdf5ce_1x400.png') repeat-x scroll 50% 50%;*/
	background: transparent url('../images/treeview/line_bg_over.gif') 0 0 no-repeat;
	/*border-right: 1px solid #FBCB09;*/
}
.treeview .line-over-last{
	margin: 0 0 0 -16px;
	padding: 0;
	line-height: 22px;
	height: 22px;
	font-size: 22px;
	/*background: #FDF5CE url('../css/mages/ui-bg_glass_100_fdf5ce_1x400.png') repeat-x scroll 50% 50%;*/
	background: transparent url('../images/treeview/line_bg_over_last.gif') 0 0 no-repeat;
	/*border-right: 1px solid #FBCB09;*/
}
.treeview .folder-open{
	margin-left: -16px;
	background: url('../images/treeview/collapsable.gif') 0 -2px no-repeat transparent;
}
.treeview .folder-open-last{
	margin-left: -16px;
	background: url('../images/treeview/collapsable-last.gif') 0 -2px no-repeat transparent;
}
.treeview .folder-close{
	margin-left: -16px;
	background: url('../images/treeview/expandable.gif') 0 -2px no-repeat transparent;
}
.treeview .folder-close-last{
	margin-left: -16px;
	background: url('../images/treeview/expandable-last.gif') 0 -2px no-repeat transparent;
}
.treeview .doc{
	margin-left: -16px;
	background: url('../images/treeview/leaf.gif') 0 -1px no-repeat transparent;
}
.treeview .doc-last{
	margin-left: -16px;
	background: url('../images/treeview/leaf-last.gif') 0 -1px no-repeat transparent;
}
.treeview .ajax{
	background: url('../images/treeview/spinner.gif') no-repeat 0 0 transparent;
	height: 16px;
	display:none;
}
.treeview .ajax li{
	display: none;
	margin: 0; 
	padding: 0;
}
.treeview .trigger{
	display: inline;
	margin-left: -42px;
	width: 43px;
	height: 22px;
	position: absolute;
	cursor: pointer;
}
.treeview .text{
	cursor: default;
}
.treeview .active{
	cursor: move;
	/*background: #fdf5ce url('../css/mages/ui-bg_glass_100_fdf5ce_1x400.png') repeat-x scroll 50% 50%;
	border: 1px solid #fbcb09;*/
	background: rgba(0, 103, 206, 0.2);
	border: 1px solid #004b9a;
	padding: 4px 2px;
	color: #000000;
}
#drag_container{
	background: #ffffff;
	color: #000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#drag_container li{
	list-style: none;
	background-color:#ffffff;
	line-height: 18px;
	white-space: nowrap;
	padding: 1px 1px 0px 24px;
	margin: 0;
}
#drag_container li span{
	padding: 0;
}
#drag_container li.doc, #drag_container li.doc-last{
	background: url('../images/treeview/leaf.gif') no-repeat -17px 0 transparent;
}
#drag_container .folder-close, #drag_container .folder-close-last{
	background: url('../images/treeview/expandable.gif') no-repeat -17px 0 transparent;
}
#drag_container .folder-open, #drag_container .folder-open-last{
	background: url('../images/treeview/collapsable.gif') no-repeat -17px 0 transparent;
}
#drag_container div.right{
	display: none;
}