@charset "utf-8";
/* CSS Document */
div#treeview{
	margin-top: 5px;
	margin-bottom: 5px;
	direction:rtl;
}
.tree{
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.folder{
	display: none;
}
.treecntrl{
	cursor: pointer;
}
.treeitem{
	text-align: right;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.treetext{
	font-family: Tahoma;
	font-size: 10px;
}
.treetextselected{
	background-color: #0066FF;
	color: #FFFFFF;
}
.treedocument{
cursor:pointer}

