/*
** h classes for new text only button style 
**
**
*/
div.osb_h
    { 
      /* set here real height of background images used in cells */
      height:22px;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_h div
    { 
      cursor:text;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_h table.disabled
    { 
      cursor:text;
      margin:0px; padding:0px;
      color:#9FA9CC;
      overflow:visible;
    }

div.osb_h table.enabled_hover,div.osb_h table.active_hover
    { 
      cursor:pointer;
      margin:0px; padding:0px;
      color:#0000FF;
      overflow:visible;
    }

div.osb_h table.enabled,div.osb_h table.active
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:#000000;
      overflow:visible;
    }

div.osb_h table.enabled_pressed,div.osb_h table.active_pressed
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:#8000FF;
      overflow:visible;
    }


/* cells styles */

div.osb_h td.tr1td1,td.tr1td2,td.tr1td3,td.tr1td4,td.tr3td1,td.tr3td2,td.tr3td3,td.tr3td4
    {
      height:0px;
    }

div.osb_h td.tr2td1
    {
      /* set here real height and width of background image */
      width:8px;height:22px;
      background-image: url("h_bgi/selected_left_red.gif");
    }

div.osb_h td.tr2td3,div.osb_h td.tr2td2
    {
      /* set here real height of background image */
      height:22px;
      background-image: url("h_bgi/selected_middle_red.gif");
      background-repeat:repeat-x;
      font-size:12px;font-family:verdana;font-weight:500;color:White;
    }

div.osb_h td.tr2td4
    {
      /* set here real height and width of background image */
      width:8px;height:22px;
      background-image: url("h_bgi/selected_right_red.gif");
    }
