/*Tree Styles*/
/* for div where treeview is placed */
div.ob_tree	
{
	overflow: auto;
}
/* for node text */
td.ob_t2 {
	font: 8pt Tahoma;
	vertical-align: middle;
	/*background-image: url(main-menu-bg.jpg);
	background-repeat: no-repeat;*/
	padding-left:-1px;
	padding-right:1px;
	padding-bottom:3px;
	/*padding-bottom:3px;*/
}
/* for node text highlighted/selected */
td.ob_t3 {
	font: 8pt Tahoma; 
	vertical-align: middle;
	padding-left:-1px;
	padding-right:1px;
	padding-bottom:3px;
	
}
	
/* for icons */
td.ob_t4 {
width:1px;
vertical-align: middle;
display:none;
cursor :hand;
}

/* for icons */
div.ob_d4 {
	width: 10px;
	font: 6pt Tahoma;
	cursor :hand;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 9px;
	vertical-align: top;
	color: red;
	cursor :hand;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:1px;
	vertical-align: middle;
	display : none;
	
	}

/* for links */
A.ob_a2		{
	FONT: 8pt Tahoma; 
	TEXT-DECORATION: none;

}

td.ob_t6v {
	width:0px;
	height:0px;
	display : none;
	
	}
