/* for div where treeview is placed */
div.ob_tree	{
	overflow:auto;
	padding-left:5px;
}

/* for node text */
td.ob_t2 {
	color:black;
	FONT: 12px Verdana, "Trebuchet MS", Arial; 
	vertical-align:middle; 
	border:none; 
	background-color:none;
	padding:0px;
	padding-right:20px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color:black;
	FONT: 12px Verdana, "Trebuchet MS", Arial; 
	vertical-align: middle;
	border: 1px solid #3399cc;
	background-color: #ccddee;
	padding-left:3px;
	padding-right:3px;
}

/* for node when edited */
input.ob_t3		{
	FONT: 12px Verdana, "Trebuchet MS", Arial;  
}

/* links in all nodes */
td.ob_t2 A		{
color:black;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
}

/* for icons */
td.ob_t4 {
	vertical-align:top;}

/* for icons */
div.ob_d4 {
	width: 21px;
	font: 6pt Verdana;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width:15px; 
	vertical-align:top;
}

/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7 {
	FONT:12pt Verdana; 
	background-color:#ffffff; 
	border:1px solid #666666; 
	color:#666666; 
	width:80px; 
	text-align:center; 
	padding-left:0px;
}
	
/* for links */
A.ob_a2	{
	FONT: 12px Verdana, "Trebuchet MS", Arial; 
	COLOR: black;
	TEXT-DECORATION_____: none;
}


a:link  
{
    color:Black;
	text-decoration:none;

}
a:hover 
{
    color: Black
    border-bottom: navy
	text-decoration:none;
}
a:visited 
{
    color:Black;
	text-decoration:none; 
}