#tree1 {position: relative; top: -7px;}

  /* for div where treeview is placed */
  div.ob_tree	{
	  overflow: auto;
	  padding:0px;
  }

  div.ob_d2 { }

  /* for node text */
  td.ob_t2 {
	  color:#ffffff;
	  font: 11px arial, verdana;
	  vertical-align: middle;
	  padding-left:0px;
	  padding-right:0px;
  }


  /* for node text highlighted/selected */
  td.ob_t3 {
	  color:#ffffff;
	  font: 11px arial, verdana;
	  vertical-align: middle;
	  background-color: #141424;
	  padding-left:0px;
	  padding-right:0px;
  }

  /* for node when edited */
  input.ob_t3		{
	  font: 8pt arial, verdana; 
  }

  /* links in all nodes */
  td.ob_t2 A		{ color: #141424; }

  /* link in selected node */
  td.ob_t3 A		{ color: #000000;}

  /* for icons */
  td.ob_t4 { display:none; vertical-align: top; }

  /* for icons */
  div.ob_d4 { width: 18px; font: 6pt arial, verdana; }

  /* for vertical lines (indent) */
  div.ob_d5 { width: 15px; vertical-align: top; }
  		
  /* for plus-minus images */
  td.ob_t6 { width:16px; vertical-align: top; }

  /* for message "Loading ..." */
  td.ob_t7 {
	  font: 8pt arial, verdana; 
	  background-color: #ffffff; 
	  border: 1px solid #666666; 
	  width: 80px; 
	  text-align: center; 
	  padding-left: 15px;
  }
  /* for links */
  A.ob_a2 {
	  font: 11px arial, verdana;
	  color: #141424;
  }
  a	{ color: #000000; text-decoration: none }
  a:active {color: #E7E7E7; text-decoration: underline; }
  a:hover { color: #E7E7E7; text-decoration: underline; }
