    /*
    * $Id: Button.css,v 1.6.14.4 2008-05-28 11:48:22 lyolik Exp $
    */

    .button,
    .button a {
        width : 100px;        height : 20px;
    }    .backbutton,    .backbutton a {        height : 26px;    }    .backbutton a {        background-image        : url('../images/back.gif');        background-repeat       : no-repeat;        padding-left            : 26px;        padding-top             : 4px;        text-align              : left;        white-space             : nowrap;        padding-bottom          : 8px;    }    .backbutton a,    .backbutton a:link,    .backbutton a:visited,    .backbutton a:active {        text-decoration: none;        color: #000000;    }    .backbutton a:hover {        text-decoration: none;        color: #3E79BF;    }
    .button a {        display : block;        text-align : center;        white-space : nowrap;        text-decoration : none;        background-color : transparent;        background-position : center center;        background-repeat : no-repeat;
    }

    .button a {
        background-image : url("../images/ButtonOff.gif");
    }

    .button a:hover {
        background-image : url("../images/ButtonOn.gif");
    }

    .button a,    .button a:link,    .button a:visited,    .button a:active {        color : #000000;    }

    span.bullet-button {
        white-space: nowrap;
        color: #961323;
    }

    span.bullet-button a {
        display: list-item;
        list-style-image: url( "../images/bullet-button.gif" );
        list-style-type: disc;
        list-style-position: inside;
        text-align: right;
    }

    span.bullet-button a,
    span.bullet-button a:visited,
    span.bullet-button a:active {
        text-decoration: none;
        color: #961323;
    }

    span.bullet-button a:hover {
        color: #3E79BF;
    }
