/* for div where treeview is placed */
div.ob_tree
{
	margin-left: -20px;
	
}

/* for node text */
td.ob_t2 {
	color: white;
	font: 10pt Arial;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color: navy;
	font: 8pt Arial; 
	vertical-align: middle;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Arial; 
}
	
/* for icons */
td.ob_t4 {
	vertical-align: top;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #997249;
	text-decoration:none;
	font: 10pt Tahoma; 
}
td.ob_t2 A:hover		{
	color: #CCCCCC;
	text-decoration:none;
	font: 10pt Tahoma; 
}

/* link in selected node */
td.ob_t3 A		{
	color: #303030;
	font-weight:bold;
	text-decoration:none;
	font: 10pt Tahoma; 
}
td.ob_t3 A:hover		{
	color: #CCCCCC;
	text-decoration:none;
	font: 10pt Tahoma; 
}

/* for icons */
div.ob_d4 {
	width: 38px;
	font: 6pt Arial;
	visibility: hidden;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 10px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:13px;
	vertical-align: top;
	visibility:hidden;
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 8pt Arial; 
	/*background-color: #ffffff; */
	border: 1px solid #666666; 
	color: #666666; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	
}
A.ob_a2:hover {
	
}
