.mooTree_node {
	font-family	: Verdana, Arial, Helvetica; /*  Georgia, serif; */
	font-size	: 12px;
	/*white-space	: nowrap;*/
}
.mooTree_text {
	padding-top	: 3px;
	height		: 15px;
	cursor		: pointer;
	/*font-weight	: bold;*/
	/*color		: #BEC4D4;*/
	color: white;
}
.mooTree_img {
	float	: left;
	width	: 18px;
	height	: 18px;
	overflow: hidden;
}
.mooTree_selected{
	/*background-color: #3F4C6B;*/
	font-weight	: bold;
	color		: #D49404;
}