
/* for div where treeview is placed */
div.ob_tree		{
	/*background-color:#f9f9f9; 
	background-image: url('/images/sky.gif'); */
	overflow:auto;
	/*border:1px solid #999999;*/
}

/* for node text */
td.ob_t2	{
	FONT: 1em;
	vertical-align:middle;
	color: #000;
	text-decoration: none;	

}

td.ob_t2 a	{
	FONT: 1em;
	vertical-align:middle;
	color: #000;
	text-decoration: none;	
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	FONT: 1em;
	font-weight: bold;
	vertical-align:middle;
	color: #000;
	text-decoration: none;	
}

td.ob_t3 a	{
	FONT: 1em;
	font-weight: bold;
	vertical-align:middle;
	color: #000;
	text-decoration: none;	
}



/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
}

/* for plus-minus images of the root node*/
td.ob_t8{
	width:16px;
	vertical-align:top;	
	display:none;
}

/* for message "Loading ..." */
td.ob_t7		{
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
A.ob_a2		{
	COLOR: #0000cd; 
	TEXT-DECORATION: none;
}

.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
	
}
.ob_t2g td
{
	padding:0px;	
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}
		

