	.node, .node_selected{
		margin-left:19px;
		font:icon;
		cursor:default;
		white-space: nowrap;
		background-repeat:repeat-y;
		-moz-user-select:none;
	}
	
	.toggle{
		width:19px;
		height:20px;
		vertical-align:middle;
		white-space: nowrap;
	}
	
	.icon{
		vertical-align:middle;
	}
	.checkbox{

		width:16px;
		height:16px;
		vertical-align:middle;
		white-space: nowrap;
	}

	.node input{
		display:inline;
		width:16px;
		height:16px;
		vertical-align:middle;
		white-space: nowrap;
	}	
	
	.node{
		background-color:transparent;
		color:#000000;
		white-space: nowrap;
	}
	
	.node_selected{
		background-color:transparent;
		color:#000000;
		white-space: nowrap;
	}
	
	.label{
		font-family:Arial;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		margin-left:2px;
		white-space: nowrap;
	}
	.rename{
		font-family:Arial;
		font-size:11px;
		color:#ff0000;
		margin-left:2px;
		border:1px solid #000000;
		white-space: nowrap;
	}
	.label_selected{
		font-family:Arial;
		font-size:11px;
		color:#fff;
		background-color:#999;
		text-decoration:none;
		margin-left:2px;
		white-space: nowrap;
	}
	.tree{
		margin-top:0px;
		white-space: nowrap;
		margin-left:-19px;
	}
