
/* for div where treeview is placed */
div.ob_tree		
{
	margin-left: -20;
}

/* for node text */
td.ob_t2	{
	FONT: 8pt Tahoma;
	vertical-align:middle;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 8pt Tahoma; 
	vertical-align:middle;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		{
	color: #790000;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
}

/* Hoverlinks in all nodes */
td.ob_t2 A:hover		{
	color: White;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
}

/* link in selected node */
td.ob_t3 A		{
	color: black;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
}

/* link in selected node */
td.ob_t3 A:hover		{
	color: White;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
	visibility:hidden;
	background-color:#C7B299; 
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
	visibility:hidden;
	background-color:#C7B299; 
}

/* for children  */
td.ob_t5 A	{
	color: #790000;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
/* for children hover */
td.ob_t5 A:hover	{
	color: white;
	font-weight:bold;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	background-color:#C7B299; 
	visibility:hidden;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
	visibility:hidden;
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:8pt Tahoma;
	background-color:#C7B299; 
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	FONT: 9pt Tahoma; 
	color:Gray;
	TEXT-DECORATION: none;
}
		


