﻿
.simpleTree
{
	width: 200px;
	margin:0;
	padding:0;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	width: 200px;
	padding:0 0 0 34px;
	line-height: 14px;
			margin-left:-16px; 

}
.simpleTree li span
{
	width: 200px;
	display:inline;
	clear: left;
	white-space: normal;
		margin-left:-10px; 
}
.simpleTree ul
{
	margin:0px; 
		width: 200px;
	padding:0;
}
.simpleTree .root
{
	width: 200px;
	margin-left:-26px;
	background: url(../simpletree/images/root.gif) no-repeat 16px 0 transparent;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../simpletree/images/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../simpletree/images/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	width: 200px;
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../simpletree/images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	width: 200px;
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../simpletree/images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	width: 200px;
	margin-left:-16px;
	background: url(../simpletree/images/collapsable.gif) 0 -2px no-repeat transparent;
}
.simpleTree .folder-open-last
{
	width: 200px;
	margin-left:-16px;
	background: url(../simpletree/images/collapsable-last.gif) 0 -2px no-repeat transparent;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../simpletree/images/expandable.gif) 0 -2px no-repeat transparent;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../simpletree/images/expandable-last.gif) 0 -2px no-repeat transparent;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(../simpletree/images/leaf.gif) 0 -1px no-repeat transparent;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../simpletree/images/leaf-last.gif) 0 -1px no-repeat transparent;
}
.simpleTree .ajax
{
	background: url(../simpletree/images/spinner.gif) no-repeat 0 0 transparent;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display: none;
	margin:-26; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-top:2px;
	margin-left:-31px;
	width: 28px;
	height: 9px;
	border:0px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor:pointer;
	}
.contextMenu
{
	display:none;
}


