.webfx-tree-row {
	/*
	line-height:	16px;
	height:			16px;
	*/
	white-space:	nowrap;
	font:			icon;
}


.webfx-tree-row span {
	/*
	display:		inline-block;
	height:			16px;
	line-height:	16px;
	*/

	overflow:		hidden;
	text-overflow:	ellipsis;
}

.webfx-tree-children {
	background-repeat:	repeat-y;
	background-image:	url("/js/images2/I.png") !important;
	background-position-y:	1px !important;	/* IE only */
	font:			icon;
}

.webfx-tree-children-nolines {
	font:			icon;
}


.webfx-tree-row img {
	vertical-align:	middle;
	height:			16px;
	margin-left:		0px;
	}

.webfx-tree-icon {
	width:			20px;
	cursor:			hand;
	cursor:			pointer;

	}

.webfx-tree-expand-icon {
	width:		19px;
	}

.webfx-tree-item-label {
	margin-left:		2px;
	padding:		1px 2px 1px 2px;
	text-decoration:	none;


	 /*Arial, Helvetica, sans-serif*/
	/*font-family: Dotum, 굴림; */
	font-family: Dotum, 돋움, 굴림, Verdana, Arial ; 
	font-size: 12px; 
	letter-spacing: -1px;

	color:	WindowText;

}

.webfx-tree-item-label:hover {
	/*
	text-decoration:	underline;
	color:				blue;
	*/
	background: #DDD;
	border: solid 1px #8B9096;
}

.selected .webfx-tree-item-label:hover,
.selected .webfx-tree-item-label {
	background:	ThreeDFace;
}

.selected .webfx-tree-item-label:focus:hover,
.selected .webfx-tree-item-label:focus,
.selected .webfx-tree-item-label:active:hover,
.selected .webfx-tree-item-label:active {
	/*
	background:	Highlight;
	color:		HighlightText;
	*/
	background: #DDD;
	border: solid 1px #8B9096;	
}

.webfx-tree-item-label {
	/*-moz-border-radius:	4px;*/
	/*border:				1px solid transparent;*/
}

.webfx-tree-hide-root {
	display:	none;
}
