.simpleTree
{
	color:#000;
	margin-left: -2px;
	padding:0;
	background:#ffffff;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	/* padding:0 0 0 34px; */
	padding:0 0 0 18px;
	line-height: 14px;
	min-height:18px;
	background:#ffffff;

}
.simpleTree li span
{
	display:inline;	clear: left;
	white-space: nowrap;
}

.simpleTree ul
{
	margin:0; 
	padding:0;
	background:#ffffff;
}
.simpleTree .root
{
	
/*root를 숨김 
	margin-left:-16px;
	background: url(/_Common/_Img/jquery.simple.tree/root.gif) no-repeat 16px 0 #303030fff;*/
		font-size:1px;
		padding-left:2px;
}
.simpleTree .line-bg
{
	/*
	margin:0 0 0 -16px;
	*/
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:1px;
	background: url(/_Common/_Img/jquery.simple.tree/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:1px;
	background: url(/_Common/_Img/jquery.simple.tree/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	/*
	margin:0 0 0 -16px;
	*/
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:1px;
	background: url(/_Common/_Img/jquery.simple.tree/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	/*
	margin:0 0 0 -16px;
	*/
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:1px;
	background: url(/_Common/_Img/jquery.simple.tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/collapsable.gif) 0 -2px no-repeat #ffffff;
}
.simpleTree .folder-open-last
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/collapsable-last.gif) 0 -2px no-repeat #ffffff;
}
.simpleTree .folder-close
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/expandable.gif) 0 -2px no-repeat #ffffff;
}
.simpleTree .folder-close-last
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/expandable-last.gif) 0 -2px no-repeat #ffffff;
}
.simpleTree .doc
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/leaf.gif) 0 -1px no-repeat #ffffff;
}
.simpleTree .doc-last
{
	/*
	margin-left:-16px;
	*/
	background: url(/_Common/_Img/jquery.simple.tree/leaf-last.gif) 0 -1px no-repeat #ffffff;
}
.simpleTree .ajax
{
	background: url(/_Common/_Img/jquery.simple.tree/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	/*
		margin-left:-32px;
		width: 28px;
		height: 11px;
	*/

	cursor:pointer;
}
.simpleTree .text
{
	/* cursor: default; */
	cursor: pointer;
	font-size:12px;
	height:18px;
}
.simpleTree .active
{
	cursor: default;
	font-size:12px;
	font-weight:bold;
	color:red;
	background-color:ffffff;
	/*
		padding:0px 2px;
		background-color:#F7BE77;
		border: 1px dashed #444;
	*/
}
#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 16px;
	margin:0;
	color:#ffffff;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(/_Common/_Img/jquery.simple.tree/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/_Common/_Img/jquery.simple.tree/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/_Common/_Img/jquery.simple.tree/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	display:none;
}

/* 2011-05-10 마우스오버 CSS 추가함 */
.simpleTree li span.over
{
	color:#fb4c07;
}