/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
}

/* for node text */
td.ob_t2 
{
	width: 214px;
	color: white;
	font: 11px Verdana;
	vertical-align: middle;
	padding-left:0px;
	text-align: left;
	padding-right:2px;
}

/* for node text highlighted/selected */
td.ob_t3 
{
	width: 214px;
	color: white;
	font: 11px Verdana; 
	vertical-align: middle;
	padding-left:0px;
	padding-right:2px;
}

/* for node when edited */
input.ob_t3		{
	font: 11px Verdana; 
}
	
/* for icons */
td.ob_t4 
{
	vertical-align: middle;
}

/* links in all nodes */
td.ob_t2 A		{
	color: white;
}

/* link in selected node */
td.ob_t3 A		{
	color: white;
}

/* for icons */
div.ob_d4 
{
	text-align: left;
	float: left;
	width: 18px;
	font: 6pt Verdana;
	padding-top: 3px;
}

/* for vertical lines (indent) */
div.ob_d5 {

	width: 15px;
	vertical-align: top;
	font: 5px Verdana;
	padding-left: 3px;
}

td.ob_t5v
{

}
		
/* for plus-minus images */
td.ob_t6 {
	display: none;
	width:13px;
	vertical-align: top;
}

/* for plus-minus images */
td.ob_t6v		
{
	display: none;
	width:13px;
	vertical-align:top;	
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:13px;
	vertical-align: top;	
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 11px Verdana; 

	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	font: 11px Verdana;
	color: white;
	TEXT-DECORATION: none;
}

.ob_t2c 
{		

	border-collapse: separate;	
	border-spacing: 0px;
}

/* nodes that expand */
.ob_t2b 
{	
	vertical-align: bottom;
	border-top: dashed 1px #44779b; 
	width: 214px;
	text-align: left;
	height: 26px;
	border-bottom: solid 4px transparent;
}

/* nodes that go to a link */
.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
	height: 16px;
}

/* nodes that go to a link */
.ob_t2g td
{
	margin: 0px;
	padding:0px;	
	border-bottom: solid 6px transparent;
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}