
/* for div where treeview is placed */

div.ob_tree		{
	background-color:white; 

 overflow:auto;
 width:155;
}

/* for node text */
td.ob_t2	{
	FONT: 9px Verdana;
	vertical-align:middle;
	border: 1px solid #ffffff;
	background-color:none;
	padding-left:2px;
	padding-right:2px;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 9px Verdana; 
	vertical-align:middle;
	
	background-color:transparent;
	padding-left:2px;
	padding-right:2px;
}

/* for node when edited */
input.ob_t3		{
	font: 9px Verdana; 
}

/* links in all nodes */
td.ob_t2 A		{
	color: black;
	text-decoration:none;
	font: 9px Verdana; 
	
}
td.ob_t2 A:hover
{
	color: white;

	background-color: #C6C7E7;
	text-decoration:none;
	font: 9px Verdana;
}
td.ob_t2 A:active
{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}
td.ob_t2 A:link
{
	color: black;
	text-decoration:none;
	font: 9px Verdana;
}
td.ob_t2 A:visited
{
	color:Black;
	text-decoration:none;
	font: 9px Verdana;
}


/* link in selected node */
td.ob_t3 A		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
	border: none 0px black;
}
td.ob_t3 A:hover
{
	color: white;

	background-color: #C6C7E7;
	text-decoration:none;
	font: 9px Verdana;
}
td.ob_t3 A:active
{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
	cursor:wait;
}
td.ob_t3 A:link
{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}
td.ob_t3 A:visited
{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 9px Verdana;
	 overflow:auto;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	 overflow:auto;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:9px Verdana;
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}
		

/* for links */
A:link.ob_a2		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}

/* for links */
A:visited.ob_a2		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}

/* for links */
A:hover.ob_a2		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}
		
/* for links */
A:active.ob_a2		{
	background-color: #8486C6;
	color: white;
	text-decoration:none;
	font: 9px Verdana;
}