
/* Classes for "normalbutton" style 
   Basiert auf dem "skype" Beispiel von obout	
*/

div.osb_normalbutton
    {  
      padding:0px;height:20px; /*orig: height:17px*/
      /*hald: ergänzung*/
      margin-left:5px;
      overflow:visible;
      display:inline;
      float:left;
    }

div.osb_normalbutton div.disabled,div.enabled,div.enabled_hover,div.enabled_pressed,div.active,div.active_hover,div.active_pressed
    { 
      cursor:text;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_normalbutton table.disabled
    { 
      color:white;	/*orig: color:#9FA9CC;*/
      cursor:text;
      margin:0px; padding:0px;
      overflow:visible;
    }

div.osb_normalbutton table.enabled_hover,table.active_hover
    { 
      cursor:pointer;
      margin:0px; padding:0px;
      color:white; /*orig: color:#0080FF;*/
      overflow:visible;
    }

div.osb_normalbutton table.enabled,table.active
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:white; /*orig: color:#0000FF;*/
      overflow:visible;
    }

div.osb_normalbutton table.enabled_pressed,table.active_pressed
    { 
      margin:0px; padding:0px;
      cursor:pointer;
      color:white; /*orig: color:#8000FF;*/
      overflow:visible;
    }


/* cells styles */


div.osb_normalbutton td.tr1td1,td.tr1td2,td.tr1td3,td.tr1td4,td.tr3td1,td.tr3td2,td.tr3td3,td.tr3td4
    {
      height:0px;
    }

div.osb_normalbutton td.tr2td1
    {
      width:3px;height:20px;
      background-image: url("TD_bgi/button_left_a.gif");
      background-repeat:no-repeat;
      /*
      orig: 
            
      width:8px;height:17px;
      background-image: url("skype_bgi/skype_n_tr2td1.gif");
      overflow:visible;
      */
    }


div.osb_normalbutton td.tr2td2
    {
      height:20px;
      background-image:url("TD_bgi/button_middle_a.gif");
      background-repeat:repeat-x;
      padding-right:6px;
      
      /* orig:
      height:17px;
      background-image:url("skype_bgi/skype_n_tr2td23.gif");
      background-repeat:repeat-x;
      
      */
    }



div.osb_normalbutton td.tr2td3
    {
      height:20px;
      background-image:url("TD_bgi/button_middle_a.gif");
      font-size:11px;
      font-family:arial;
      font-weight:500;
      background-repeat:repeat-x;
      
      padding-right:6px;
      /*
      orig:      
      height:17px;
      background-image: url("skype_bgi/skype_n_tr2td23.gif");
      background-repeat:repeat-x;
      font-size:12px;font-family:verdana;font-weight:500;

      */
    }

div.osb_normalbutton td.tr2td4
    {
      width:3px;
      height:20px;
      background-image:url("TD_bgi/button_right_a.gif");
      background-repeat:no-repeat;
      
      /*
      orig:
      width:8px;height:17px;
      background-image: url("skype_bgi/skype_n_tr2td4.gif");

      */
    }




/* Disabled Button Styles (in skype Beispiel nicht vorhanden) */

div.osb_normalbutton table.disabled td.tr2td1
    {
      width:3px;height:20px;
      background-image: url("TD_bgi/button_left_i.gif");
      background-repeat:no-repeat;
    }


div.osb_normalbutton table.disabled td.tr2td2
    {
      height:20px;
      background-image:url("TD_bgi/button_middle_i.gif");
      background-repeat:repeat-x;
    }



div.osb_normalbutton table.disabled td.tr2td3
    {
      height:20px;
      background-image:url("TD_bgi/button_middle_i.gif");
      font-size:11px;
      font-family:arial;
      font-weight:500;
      background-repeat:repeat-x;
    }

div.osb_normalbutton table.disabled td.tr2td4
    {
      width:3px;
      height:20px;
      background-image:url("TD_bgi/button_right_i.gif");
    }