/* Classes for "NIQ" style
   Basiert auf dem "skype" Beispiel von obout
*/

div.osb_niq {
    padding: 0px;
    height: 20px; /*orig: height:17px*/
    /*hald: ergänzung*/
    margin-left: 5px;
    overflow: visible;
    float: left;
    font-family: AktivGrotesk_Rg;
}

    div.osb_niq 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_niq table.disabled {
        color: white; /*orig: color:#9FA9CC;*/
        cursor: text;
        margin: 0px;
        padding: 0px;
        overflow: visible;
    }

    div.osb_niq table.enabled_hover, table.active_hover {
        cursor: pointer;
        margin: 0px;
        padding: 0px;
        color: white; /*orig: color:#0080FF;*/
        overflow: visible;
    }

    div.osb_niq table.enabled, table.active {
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        color: white; /*orig: color:#0000FF;*/
        overflow: visible;
    }

    div.osb_niq table.enabled_pressed, table.active_pressed {
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        color: white; /*orig: color:#8000FF;*/
        overflow: visible;
    }

    /* cells styles */

    div.osb_niq td.tr1td1, td.tr1td2, td.tr1td3, td.tr1td4, td.tr3td1, td.tr3td2, td.tr3td3, td.tr3td4 {
        height: 0px;
    }

    div.osb_niq td.tr2td1 {
        display: none;
        width: 0;
    }

    div.osb_niq td.tr2td2 {
        display: none;
        width: 0;
    }

    div.osb_niq td.tr2td3 {
        background-color: #1B60F1;
        width: 75px;
        height: 40px;
        color: #FFFFFF;
        border: 0;
        font-weight: bold;
        font-size: 11pt;
    }

        div.osb_niq td.tr2td3:hover {
            background-color: #1B60F1;
            color: #000000;
        }

    div.osb_niq td.tr2td4 {
        display: none;
        width: 0;
    }

    /* Disabled Button Styles (in skype Beispiel nicht vorhanden) */

    div.osb_niq table.disabled td.tr2td1 {
        width: 3px;
        height: 20px;
        background-image: url("TD_bgi/button_left_i.gif");
        background-repeat: no-repeat;
    }

    div.osb_niq table.disabled td.tr2td2 {
        height: 20px;
        background-image: url("TD_bgi/button_middle_i.gif");
        background-repeat: repeat-x;
    }

    div.osb_niq table.disabled td.tr2td3 {
        height: 20px;
        background-image: url("TD_bgi/button_middle_i.gif");
        font-size: 11px;
        font-family: AktivGrotesk_Rg;
        font-weight: 500;
        background-repeat: repeat-x;
    }

    div.osb_niq table.disabled td.tr2td4 {
        width: 3px;
        height: 20px;
        background-image: url("TD_bgi/button_right_i.gif");
    }