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

/* for node text */
td.ob_t2 {
	color:Black;
	FONT: 11px Tahoma; 
	vertical-align:middle; 
	border:none; 
	background-color:none;
	padding:1px;
	padding-right:20px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	color:Black;
	FONT: 11px Tahoma; 
	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 "Trebuchet MS", Verdana,  Arial;  
}

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

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

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

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

/* 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 Tahoma; 
	background-color:#ffffff; 
	border:1px solid #666666; 
	color:#666666; 
	width:80px; 
	text-align:center; 
	padding-left:20px;
}
	
/* for links */
A.ob_a2	{
	FONT: 10px Arial; 
	COLOR: Black;
	text-decoration:none;
}


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

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

