/* for div where treeview is placed */
div.ob_tree	{
	overflow:auto;
	padding-left:0px;
}

/* for node text */
td.ob_t2 {
	color:black;
	FONT: 11px  Verdana, Arial, "Trebuchet MS"; 
	vertical-align: middle;
	veight
	border: 0px;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none; 
}

/* for node text highlighted/selected */
td.ob_t3 {
	color:black;
	FONT: 11px Verdana, Arial, "Trebuchet MS"; 
	vertical-align: middle;
	border: 1px solid #3399cc;
	background-color: #ccddee;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none; 
}

/* for node when edited */
input.ob_t3		{
	FONT: 11px Verdana, Arial, "Trebuchet MS";  
}

/* links in all nodes */
td.ob_t2 A		{
color:black;
text-decoration:none; 
}

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

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

/* for icons */
div.ob_d4 {
	width: 21px;
	font: 6pt Verdana, Arial;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width:10px;
	FONT:10pt Verdana, Arial; 
	vertical-align:top;
	padding-left:15px;
}

/* for plus-minus images */
td.ob_t6 {
	width:16px;
	FONT:20pt Verdana, Arial;	
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7 {
	FONT:10pt Verdana, Arial; 
	background-color:#ffffff; 
	border:1px solid #666666; 
	color:#666666; 
	width:80px; 
	text-align:center; 
	padding-left:15px;
	text-decoration:none; 
}
	
/* for links */
A.ob_a2	{
	FONT: 10px Verdana, Arial, "Trebuchet MS"; 
	COLOR: black;
	TEXT-DECORATION_____: none;
}


