/* for div where treeview is placed */
div.ob_tree	{

	overflow: auto;
	height: auto;
    width: 192px;
}

/* for node text */
td.ob_t2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:0em;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
/*	border: 0px solid #333;
	background-color: none;*/
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	/* border: 1px solid #313072; */
	border: 1px outset #333;
	-moz-border-radius:4px;
	background-color: #900;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;

}

/* for node when edited 
input.ob_t3		{
	font: 8pt Tahoma; 
}
*/
/* links in all nodes */
td.ob_t2 A, td.ob_t2 A:visited	{
	color: #333;
	text-decoration:none;
	
}
td.ob_t2 A:hover		{
	color: #900;
	text-decoration:none;
	
}

/* link in selected node */
td.ob_t3 A, td.ob_t3 A:visited		{
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
td.ob_t3 A:hover		{
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
	
/* for icons 
td.ob_t4 {
	vertical-align: top;
}
*/
/* for icons 
div.ob_d4 {
	width: 18px;
	font: 6pt Tahoma;
}
*/
/* for vertical lines (indent) */
div.ob_d5 {
	width: 10px;
	vertical-align: middle;
}
		
/* for plus-minus images */
td.ob_t6 {
	width: 8px;
	vertical-align: middle;
}

/* for message "Loading ..." 
td.ob_t7 {
	font: 8pt Tahoma; 
	background-color: #7F7F7F; 
	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}
*/
/* for links */
A.ob_a2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	TEXT-DECORATION: none;
	
}


