
/* for div where treeview is placed */
div.ob_tree		{	
	overflow:auto;	
	direction: rtl;
	padding-right:1px;
    border : 1px solid #ffffff;
    background-color:#E4E4E4;
 
}

/* for node text */
td.ob_t2	{
	FONT: 0.8em Verdana;
	color:Black;
	vertical-align:middle;
	border: 0px solid #ffffff;
	background-color: transparent;
	padding-left:2px;
	padding-right:2px;
	direction: rtl;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 0.8em Verdana; 
	vertical-align:middle;
	border:0px solid #6699cc;
	color:#ffffff;
	background-color:#6699cc;
	padding-left:2px;
	padding-right:2px;
	direction: rtl;
}

/* for node when edited */
input.ob_t3		{
	font: 0.8em Verdana; 
	direction: rtl;
}

/* links in all nodes */
td.ob_t2 A		{
	color: black;
	direction: rtl;
}

/* link in selected node */
td.ob_t3 A		{
/*	color: crimson; */
	direction: rtl;
	background-color:#6699cc;
	
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
	direction: rtl;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 1em Verdana;
	direction: rtl;
}

/* for children */
td.ob_t5	{
	width:100%;
	direction: rtl;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:16px;
	direction: rtl;
	font: 5px Verdana;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
	direction: rtl;
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align: top;	
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:1em Verdana;
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
	direction: rtl;
}




/* for links */
A.ob_a2		{
	FONT: 1em Verdana; 
	COLOR: Black; 
	TEXT-DECORATION: none;
	direction: rtl;
	
	
	
}
		
.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;

	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;	
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}

