/* for div where treeview is placed */
div.ob_tree	{
	background-color: #eeeeee;
	overflow: auto;
	
}

/* for node text */
td.ob_t2 {
	font: 11px verdana;
	vertical-align: middle;
	border: none;
	background-color: transparent;
	padding-left:2px;
	padding-right:2px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	font: 11px verdana; 
	vertical-align: middle;
}

/* for node when edited */
input.ob_t3		{
	font: 11px verdana; 
}

/* links in all nodes */
td.ob_t2 A		{
	color: #006699;
}

/* link in selected node */
td.ob_t3 A		{
	color: #006699;
}

/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
	font: 6pt verdana;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 15px;
	vertical-align: top;
	font: 5px Verdana;
}

td.ob_t5v
{
	background-image: url(vertical.gif);
}
		
/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align: top;
}

/* for plus-minus images */
td.ob_t6v		{
	width:16px;
	vertical-align:top;	
	background-image: url(vertical.gif);
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align: top;	
}

