/* for div where treeview is placed */
div.ob_tree	{
	/* background-color: #eeeeee; */
	overflow: auto;
}

/* for node text */
td.ob_t2 {
	vertical-align: middle;
	border: none;
	background-color: none;
	padding-left:2px;
	padding-right:2px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	vertical-align: middle;
	/* border: 1px solid #666666; */
	background-color: #eeeeee;
	padding-left:2px;
	padding-right:2px;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
}

/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 15px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align: top;
}

/* for links */
A.ob_a2 {
	color: #0000cd;
	TEXT-DECORATION: none;
}