
/* for div where treeview is placed */
div.ob_tree		{
	/*background-color:#f9f9f9; */
	/*background-image: url('/images/sky.gif'); */
	overflow:auto;
	/*border:0px solid #999999;*/
}

/* for node text */
td.ob_t2	{
	/*FONT: 8pt arial;*/
	vertical-align:middle;
	/*border: 0px solid #ffffff;*/
	background-color:none;
	/*padding-left:0px;
	padding-right:0px;*/
	
	
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 8pt tahoma; 
	vertical-align:middle;
	/*border:0px solid #6699cc;*/
	/*background-color:red;*/
	/*padding-left:2px;
	padding-right:2px;*/
	text-decoration: underline;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt tahoma; 
	text-decoration: underline;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #626C65;
	text-decoration: none;
	font: 7pt tahoma; 
	letter-spacing:0px;
	padding-left:3px;

}

/* link in selected node */
td.ob_t3 A		{
	color: #626C65;
	text-decoration: underline;
	font: 7pt tahoma;
	padding-left:3px; 
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt arial;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:8pt arial;
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	FONT: 8pt arial; 
	COLOR: #0000cd; 
	TEXT-DECORATION: none;
}
		


