
/* 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	{
	vertical-align:middle;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding-left:6px;
	padding-right:2px;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	vertical-align:middle;
	border:1px solid #6699cc;
	background-color:#ccddee;
	padding-left:6px;
	padding-right:2px;
}

/* for node when edited */
input.ob_t3		{
}

/* 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: 19px;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	font: 5px Verdana;
}

/* 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;		
}

/* 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;
    padding: 2px;
}
table.ob_t2b {
    padding: 2px;
}
