.simpleTree
{

	margin:0;
	padding:0;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:2px;
	padding:0px 0px 0px 20px;
	width:auto;
	line-height: 14px;
}
.simpleTree li span
{
	display:block;
	line-height: 14px;
	padding: 9px 0px 9px 9px;
	width:auto;
	font-size:13px;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
	margin-right:10px;
}
.simpleTree .root
{
	margin-left:0px;
	padding:7px 0px 10px 32px;
	background: url(../images/icon_post_to_blog_24.png) no-repeat 8px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 0px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/treeview/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0px 0 0 0px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/treeview/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 0px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/treeview/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 0px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/treeview/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:0px;
	background: url(../images/treeview/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:0px;
	background: url(../images/treeview/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:0px;
	background: url(../images/treeview/expandable.gif) 0 -2px no-repeat #fff;border: 1px solid #646E7A; background-color:#E6E8EC;
}
.simpleTree .folder-close-last
{
	margin-left:0px;
	background: url(../images/treeview/expandable-last.gif) 0 -2px no-repeat #fff;border: 1px solid #646E7A; background-color:#E6E8EC;
}
.simpleTree .doc
{
	margin-left:0px;
	background: url(../images/treeview/leaf.gif) 0 -1px no-repeat #fff;border: 1px solid #646E7A; background-color:#E6E8EC;
}
.simpleTree .doc-last
{
	margin-left:0px;
	background: url(../images/treeview/leaf-last.gif) 0px -1px no-repeat #fff;border: 1px solid #646E7A; background-color:#E6E8EC;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
.contextMenu
{
	display:none;
}
