
/* for div where treeview is placed */
div.ob_tree		{
		background-color:#DDDCCB;
}

/* for node text */
td.ob_t2	{
	FONT: 8pt Tahoma;
	vertical-align:middle;
	padding-bottom:5;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 8pt Tahoma; 
	vertical-align:middle;
	padding-bottom:5;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		{
	color:#948344;
	font-weight:bold;
	
}
/* links in all nodes */
td.ob_t2 A:hover		{
	color:#948344;
	font-weight:bold;
}

/* link in selected node */
td.ob_t3 A		{
	color: #786335;
	font-weight:bold;
}
/* link in selected node */
td.ob_t3 A:hover		{
	color: gray;
	font-weight:bold;
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
	visibility:hidden;
	background-color:#DDDCCB;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
	visibility:hidden;
	background-color:#DDDCCB;
}

/* for children */
td.ob_t5	{
	width:100%;
	background-color:#DDDCCB;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	background-color:#DDDCCB;
	visibility:hidden;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
	visibility:hidden;
	background-color:#DDDCCB;
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:8pt Tahoma;
	background-color:#DDDCCB;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	FONT: 9pt Tahoma; 
	color:#948344;
	TEXT-DECORATION: none;
	background-color:#DDDCCB;
}
		

