@CHARSET "ISO-8859-1";

div#TreeRow {
	width: 100%;
	margin-left: 10px;
	margin: 2px;
	background-color: #fff;
}



div#TreeCellText {
	font-family: Verdana;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	postion: relative;
	width: 80%;
	padding-top:5px;
	margin: 1px;
	height: 20px;
	cursor: pointer;
	
}
div#TreeCellTextLeaf {
	font-family: Verdana;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	postion: relative;
	width: 80%;
	padding-top:5px;
	margin: 1px;
	height: 20px;
	
}
div#TreeCellOptions {
	/*display: block;*/
	margin-left: 80%;
	* margin-left: 450px;
	margin-top: -20px;
	width: 150px;
	height: 20px;
}

div#TreeCellOptions a.TreeImageButton { cursor: pointer; }
/** tree end **/