/* for div where treeview is placed */
div.ob_tree	{
	background-color: #014171; 
	overflow:auto;
}

/* for node text */
td.ob_t2 {
	color:white;
	FONT: 8pt Tahoma; 
	vertical-align:middle; 
	border:none; 
	background-color:none;
	padding:2px;
        white-space:nowrap;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color:red;
	FONT: 8pt Tahoma;
	font-weight:bold; 
	vertical-align:middle; 
	background-color:none;
	padding:2px;
        white-space:nowrap;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		{
	FONT: 8pt Tahoma;
	color: white;
	font-weight:normal;
}

/* link in selected node */
td.ob_t3 A		{
	FONT: 8pt Tahoma;
	color: crimson;
	font-weight:normal;
}

/* for icons */
td.ob_t4 {
	vertical-align:top;}

/* for icons */
div.ob_d4 {
	width: 21px;
	font: 6pt Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width:5px; 
	vertical-align:top;
}

/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7 {
	FONT:8pt Tahoma; 
	background-color:#ffffff; 
	border:1px solid #666666; 
	color:#666666; 
	width:80px; 
	text-align:center; 
	padding-left:20px;
}
	
/* for links */
A.ob_a2	{
	FONT: 8pt Tahoma;
	COLOR: #0000cd;
	TEXT-DECORATION: none;
	font-weight:normal 
	} 
	