DIV.folder {
	background-color : transparent;
	background-position : top;
	background-repeat : no-repeat;
	width: 24;
	height: 16;
	position : absolute;
	cursor : hand;
	left:20; 
	top:0;
}

DIV.main {
	background-color : white;
	background-attachment : fixed;
	display : inline;	
	overflow : scroll;
	overflow-x : auto;
	overflow-y : auto;
	width:300;
	height:300;	
	border:2px inset;
	background-color : #FFFFFF;
}
DIV.caption {
	position : absolute;
	display : table-header-group;
	background-color : transparent;
	font-family : Arial;
	font-size : x-small;
	cursor : hand;
	text-indent : 3px;
	padding-right : 2px;	
	left:40;
	top:0;

}

DIV.caption_selectable {
	position : absolute;
	background-color : transparent;
	font-family : Arial;
	font-size : x-small;
	cursor : default;
	text-indent : 3px;
	padding-right : 2px;
	left:40;
	top:-2;
}

DIV.node_closed {
	background-image : url(/fsmk/include/evi_client_treeview/pnode.gif);
	background-color : transparent;
	background-position : top;
	background-repeat : no-repeat;
	width: 16;
	height: 16;
	position : relative;
	cursor : hand;
	left:2; 
	top:-1;
}
DIV.node_opened {
	background-image : url(/fsmk/include/evi_client_treeview/mnode.gif);
	background-color : transparent;
	background-position : top;
	background-repeat : no-repeat;
	width: 16;
	height: 16;
	position : relative;
	cursor : hand;
	left:2; 
	top:-1;	
}
DIV.node_leaf {
	background-image : url(/fsmk/include/evi_client_treeview/blank.gif);
	background-color : transparent;
	background-position : top;
	background-repeat : no-repeat;
	width: 16;
	height: 16;
	position : relative;
	cursor : hand;
	left:0; 
	top:1;
}	
	

DIV.childnodes {
	background-color : transparent;
	position : relative;
	top:0;
	left:20;
	width:800px;
}



SPAN.treetext {
	font-family : Arial;
	font-size : xx-small;
	font-style : normal;
	color : #00008B;
	text-decoration: none;	
	text-align : left;
	text-decoration : none;
	word-break : keep-all;
	word-wrap : normal;
	width:300px;
}

SPAN.treetext_disabled {
	font-family : Arial;
	font-size : xx-small;
	font-style : normal;
	color : #666666;
	text-decoration: none;	 
}



A.treeviewtext, A.treeviewtext:ACTIVE, A.treeviewtext:VISITED {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	color : #00008B;
	text-decoration: none;
}
 A.treeviewtext:HOVER {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	color : #009000;
	text-decoration: underline;
}

input.label_edit {
	border-bottom : 1px solid Black 1;
	border-left : 1px solid Black;
	border-right : 1px solid Black 1;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : Black;
	border-top : 1 solid Black;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : Black;
	border-color : Black Black Black Black;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : Black;
	border : 0px solid Black 1;
	font-size : x-small;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-top : 0px;
	border-style : solid solid solid solid;
	background-color : #EEEEEE;
	width : 300px;
	height : 18px;
	}


