/* 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: #666666;
	font: 12px Arial;
	border: 0px solid #ccc;
	height:22px;
	background-color: transparent;
	FONT-WEIGHT:			bold;
}

/* for node text highlighted/selected*/
td.ob_t3 {
	color: #666666;
	font: 12px Arial;
	border: 0px solid #ff0000;
	background-color: transparent;
	FONT-WEIGHT:			bold;
	height:22px;
}

/* 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: 12px Arial;
	background-color: transparent;
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
	FONT-WEIGHT:			bold;
}

/* for links */
A.ob_a2 {
	background-color: transparent;
}

.class2 A
{
FONT-WEIGHT:			bold;
font-family:			Arial;
FONT-SIZE:				12px;
COLOR:						#666666;
text-decoration:	none;	
}

.class2 A:link 
{
FONT-WEIGHT:			bold;
font-family:			Arial;
FONT-SIZE:				12px;
COLOR:						#666666;
text-decoration:	none;	
}

.class2 A:visited 
{
FONT-WEIGHT:			bold;
font-family:			Arial;
FONT-SIZE:				12px;
COLOR:						#666666;
text-decoration:	none;	
}

.class2 A:active 
{
FONT-WEIGHT:			bold;
font-family:			Arial;
FONT-SIZE:				12px;
COLOR:						#666666;
text-decoration:	none;	
}

.class2 A:hover 
{
FONT-WEIGHT:			bold;
font-family:			Arial;
FONT-SIZE:				12px;
COLOR:						#666666;
text-decoration:	none;	
}

