.simpleTree
{
	
	margin:0!important;
	padding:0!important;
	/*
	overflow:auto!important;
	width: 250px!important;
	height:350px!important;
	overflow:auto!important;
	border: 1px solid #444444!important;
	*/
}
.simpleTree li
{
	list-style: none!important;
	margin:0!important;
	padding:0 0 0 34px!important;
	line-height: 14px!important;
}
.simpleTree li span
{
	display:inline!important;
	clear: left!important;
	white-space: nowrap!important;
}
.simpleTree ul
{
	margin:0!important; 
	padding:0!important;
}
.simpleTree .root
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/root.gif) no-repeat 16px 0!important;
}
.simpleTree .line
{
	margin:0 0 0 -16px!important;
	padding:0!important;
	line-height: 3px!important;
	height:3px!important;
	font-size:3px!important;
	background: url(/css/jquery.simpletree/line_bg.gif) 0 0 no-repeat transparent!important;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px!important;
	padding:0!important;
	line-height: 3px!important;
	height:3px!important;
	font-size:3px!important;
	background: url(/css/jquery.simpletree/spacer.gif) 0 0 no-repeat transparent!important;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px!important;
	padding:0!important;
	line-height: 3px!important;
	height:3px!important;
	font-size:3px!important;
	background: url(/css/jquery.simpletree/line_bg_over.gif) 0 0 no-repeat transparent!important;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px!important;
	padding:0!important;
	line-height: 3px!important;
	height:3px!important;
	font-size:3px!important;
	background: url(/css/jquery.simpletree/line_bg_over_last.gif) 0 0 no-repeat transparent!important;
}
.simpleTree .folder-open
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/collapsable.gif) 0 -2px no-repeat!important;
}
.simpleTree .folder-open-last
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/collapsable-last.gif) 0 -2px no-repeat!important;
}
.simpleTree .folder-close
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/expandable.gif) 0 -2px no-repeat!important;
}
.simpleTree .folder-close-last
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/expandable-last.gif) 0 -2px no-repeat!important;
}
.simpleTree .doc
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/leaf.gif) 0 -1px no-repeat!important;
}
.simpleTree .doc-last
{
	margin-left:-16px!important;
	background: url(/css/jquery.simpletree/leaf-last.gif) 0 -1px no-repeat!important;
}
.simpleTree .ajax
{
	background: url(/css/jquery.simpletree/spinner.gif) no-repeat 0 0!important;
	height: 16px!important;
	display:none!important;
}
.simpleTree .ajax li
{
	display:none!important;
	margin:0!important; 
	padding:0!important;
}
.simpleTree .trigger
{
	display:inline!important;
	margin-left:-32px!important;
	width: 28px!important;
	height: 11px!important;
	cursor:pointer!important;
}
.simpleTree .text
{
	cursor: default!important;
}
.simpleTree .active
{
	cursor: default!important;
	background-color:#F7BE77!important;
	padding:0px 2px!important;
	border: 1px dashed #444!important;
}
#drag_container
{
	background:#ffffff!important;
	color:#000!important;
	font: normal 11px arial, tahoma, helvetica, sans-serif!important;
	border: 1px dashed #767676!important;
}
#drag_container ul
{
	list-style: none!important;
	padding:0!important;
	margin:0!important;
}

#drag_container li
{
	list-style: none!important;
	background-color:#ffffff!important;
	line-height:18px!important;
	white-space: nowrap!important;
	padding:1px 1px 0px 16px!important;
	margin:0!important;
}
#drag_container li span
{
	padding:0!important;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(/css/jquery.simpletree/leaf.gif) no-repeat -17px 0 #ffffff!important;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/css/jquery.simpletree/expandable.gif) no-repeat -17px 0 #ffffff!important;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/css/jquery.simpletree/collapsable.gif) no-repeat -17px 0 #ffffff!important;
}
.contextMenu
{
	display:none!important;
}