
/* for div where treeview is placed */
div.ob_tree		{
	
	width:100%;	
	color:Black;
	font-family: Verdana, Arial;
	font-size:11px;
	padding-left:5px;
	
	
}

/* for node text */
td.ob_t2	{
	
	
	color:Black;
	font-family: Verdana, Arial;
	font-size:11px;
	
}

/* for node text highlighted/selected */
td.ob_t3		{
	
	font-family: Verdana, Arial;
	font-size:11px;
	text-decoration: none;
	color:White;
	border:1px solid black;
    background-color:#574B3B;
    padding-left: 0px;
		
    height:15px;
    width:100%
   
    
 
}

/* for node when edited */
input.ob_t3		{

}

/* links in all nodes */
td.ob_t2 A		{
	
	color:Black;
	font-family: Verdana, Arial;
	font-size:11px;
	text-decoration: none;
	
}

/* link in selected node */
td.ob_t3 A		{
	color:white;
	font-family: Verdana, Arial;
	font-size:11px;
	text-decoration: none;
	
	
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	
}

/* 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 Tahoma;
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	color:Black;
}
		
A.ob_a2:hover
{
	color:Black;
}
