body, html {
	background-color: #fff;
	height: 100%;
}

#treeWidget {
	border: 1px solid black;
	width: 300px;
	height: 600px;
	overflow: auto;
}

#tree_rootList {
}

.tree_list {
	margin: 0px 0px 0px 24px;
	padding: 0;
}
.tree_listNode {
	list-style: none;
	cursor: pointer;
}
.node {
	padding-left: 20px;
}

.label {
	height: 15px;
	width: 50px;
}
.folder {
	background: url(images/folder.png) top left no-repeat;
}

.leaf {
	background: url(images/page.png) top left no-repeat;
}

.open {
	list-style-image: url(images/bullet_toggle_minus.png);
}

.closed {
	list-style-image: url(images/bullet_toggle_plus.png);
}

.leaf {
	list-style: none;
}

.l {
	border: solid black 1px;
	height: 80%;
	width: 200px;
}

.c {
	height: 80%;
	float: left;
	width: 250px;
}

.move {
	cursor: move;
}

#drag1 {
	height: 100px;
	width: 100px;
	background-color: #ccc;
	border: 1px solid black;
}