/* for div where treeview is placed */
div.ob_tree	{
	/*width:200px;
	border:1px solid #cccccc;*/
	overflow: auto;
}

/* for node text */
td.ob_t2 {
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	color: #888888;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: none;
	padding-left:2px;
	padding-right:2px;
}

/* for node text highlighted/selected */
td.ob_t3 {
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial; 
	vertical-align: middle;
	border: 1px solid #3399cc;
	background-color: #ccddee;
	padding-left:2px;
	padding-right:2px;
}

/* for node when edited */
input.ob_t3		{
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial; 
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
}
	
/* for icons */
td.ob_t4 {
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
	font: 6pt Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 18px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 {
	width:17px;
	vertical-align: top;
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 8pt Tahoma; 
	background-color: #ffffff; 
	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

a.drevo_link:visited
{
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;	
    COLOR: #000000;
    text-decoration: none;    
    font-weight:bold;
}
a.drevo_link:link
{
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;	
    COLOR: #000000;
    text-decoration: none; 
    font-weight:bold;
}
a.drevo_link:hover
{
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;	
    COLOR: #E41163;
    text-decoration: underline;
    font-weight:bold;
}
