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

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

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

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

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

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

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

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

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

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

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


a:link  
{
    color:Black;

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

}