/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
	text-decoration:none;
}
/* for node text */
td.ob_t2 {
	vertical-align: middle;
}
td.ob_t2 A
{
	text-decoration:none;
}
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}
/* for vertical lines (indent) */
div.ob_d5 {
	width: 10px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:13px;
	vertical-align: top;
}