div.nt_node {
	padding: 0.2em 0;
	margin: 0 0.2em 1px 0.2em;
}

div.nt_node span {
/*	overflow: hidden;
	overflow: -moz-scrollbars-none;
	overflow-x: hidden;
	overflow-y: hidden;*/
	white-space: nowrap;
}

div.nt_node img {
	border: 0;
	vertical-align: text-bottom;
}

div.nt_node span.nt_title_container {
	/*float: left;
	width: 60%;*/
}

div.nt_node img.nt_expander {
	margin-right: 0.5em;
}

div.nt_node span.nt_iconandtitle {
	/*cursor: default;*/
}

div.nt_node span.nt_iconandtitle img {
	margin-right: 0.5em;
}

/*div.nt_node span.nt_title {
	padding: 0.1em 0.5em 0.1em 0;
}

div.nt_node span.nt_indicator {
	float: left;
	width: 5%;
}

div.nt_node span.nt_class {
	float: left;
	width: 10%;
}

div.nt_node span.nt_actions {
	float: left;
	width: 23%;
	text-align: right;
}

div.nt_node span.nt_actions img {
	margin-right: 0.5em;
}*/

div.nt_busymessage {
	padding: 0.5em 2em;
	border: 1px solid gray;
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: 30%;
	z-index: 1;
}