/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
}

/* for node text */
td.ob_t2 {
	
}

/* for node text highlighted/selected */
td.ob_t3 {
	
}
	
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
	font: 6pt Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 15px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:19px;
	vertical-align: top;
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 8pt Tahoma; 
	background-color: #ffffff; 
	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	
}


