
/* for div where treeview is placed */
div.ob_tree		 { overflow: auto; background-color_____: #1D71B1 }

/* for node text */
td.ob_t2	  { color: silver; font-size: 8pt; font-family: Tahoma; padding-right: 2px; padding-left: 2px; vertical-align: middle }

/* for selected node text highlighted/selected */
td.ob_t3		 { color: #F2A622; font: bold 8pt Tahoma; padding-right: 2px; padding-left: 2px; vertical-align: middle }

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		  { color: white }
td.ob_t2 A:visited { color: white }
td.ob_t2 A:hover { color: silver; font-weight: bold }
/* link in selected node */
td.ob_t3 A		 { color: #F2A622; font-weight: bold }
td.ob_t3 A:visited { color: #F2A622 }
td.ob_t3 A:hover { color: silver; font-weight: bold }
/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		 { width: 18px }

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7		 { color: #F2A622; font: 8pt Tahoma; background-color: #ffffff; text-align: center; padding-left: 20px; width: 120px; border: solid 1px }

/* for links */
A.ob_a2		 { color: white; font-size: 8pt; font-family: Tahoma }
		


