/* for div where treeview is placed */
div.ob_tree	{
	border:0px solid #000;
	background-color: transparent;
	overflow: auto;
	width: 160px;
}

/* for node text */
td.ob_t2 {
	color: #535252;
	font: 11px Verdana;
	border: 0px solid #ccc;
	height:18px;
	background-color: transparent;
}

/* for node text highlighted/selected*/
td.ob_t3 {
	color: #535252;
	font: 11px Verdana;
	border: 0px solid #ff0000;
	background-color: transparent;
	height:18px;
}

/* for node when edited */
input.ob_t3		{
	background-color: transparent;
	text-decoration: none;
}

/* links in all nodes */
td.ob_t2 A		{
	background-color: transparent;
	text-decoration: none;
}

/* link in selected node */
td.ob_t3 A		{
	background-color: transparent;
	text-decoration: none;
}


/* for icons */
td.ob_t4 {
	display:none;
	background-color: transparent;
}

/* for icons */
div.ob_d4 {
	background-color: transparent;

}

/* for vertical lines (indent) */
div.ob_d5 {
	background-color: transparent;
	width: 14px;
}
		
/* for plus-minus images */
td.ob_t6 {
	background-color: transparent;
	width:14px;
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 11px Verdana;
	background-color: transparent;
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	background-color: transparent;
}

.class2 A:
{
FONT-WEIGHT:			normal;
font-family:			Verdana;
FONT-SIZE:				11px;
COLOR:						#535252;
text-decoration:	none;	
}

.class2 A:link 
{
FONT-WEIGHT:			normal;
font-family:			Verdana;
FONT-SIZE:				11px;
COLOR:						#535252;
text-decoration:	none;	
}

.class2 A:visited 
{
FONT-WEIGHT:			normal;
font-family:			Verdana;
FONT-SIZE:				11px;
COLOR:						#535252;
text-decoration:	none;	
}

.class2 A:active 
{
FONT-WEIGHT:			normal;
font-family:			Verdana;
FONT-SIZE:				11px;
COLOR:						#535252;
text-decoration:	none;	
}

.class2 A:hover 
{
FONT-WEIGHT:			normal;
font-family:			Verdana;
FONT-SIZE:				11px;
COLOR:						#535252;
text-decoration:	none;	
}
