/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
}

/* for node text */
td.ob_t2 {
	color: #000;
	font: 11px Arial;
	vertical-align: middle;
	background-color: none;
	padding-left:4px;
	padding-right:2px;
	width:245px;
	height:25px;
	border-bottom:0px solid #cccccc;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color: #000;
	font: 11px Arial; 
	vertical-align: middle;
	padding-left:4px;
	padding-right:2px;
	font-weight:bold;
	text-decoration:none;
	width:245px;
	height:25px;
	border-bottom:0px solid #cccccc;
}

/* for node when edited */
input.ob_t3		{
	font: 11px Arial; 
}
	
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
	width:245px;
	border-bottom:1px solid #cccccc;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #000;
	text-decoration:None;
}

/* link in selected node */
td.ob_t3 A		{
	color: #000;
}

/* for icons */
div.ob_d4 {
	width: 18px;
	font: 6pt Arial;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 15px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:13px;
	vertical-align: top;
	border-bottom:0px solid #cccccc;
}
A:hover 
{
	
	TEXT-DECORATION: none;
    
}
/* for message "Loading ..." */
td.ob_t7 {
	font: 8pt Arial; 
	background-color: #000; 
	border:none; 
	color: #000; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	/*font: 11px Arial;
	color: #0000cd;
	TEXT-DECORATION: none;*/
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;  
	COLOR: #fff; 
	FONT-FAMILY: arial, helvetica, sans-serif; 
	LETTER-SPACING: 0px;
}

table.ob_t2c {
	border-bottom:1px solid #cccccc;
	width:245px;

}

div.ob_t2c {
	/*background-color: #F3F4F6;*/
	border-bottom:1px solid #cccccc;
	width:245px;
}
