

input.greenButton {
    width: 80px;
    height: 22px;
    font-size: 11px;
    color: #ffffff;
    background-color: #363;
}

input.hugeButton {
    width: 200px;
    height: 24px;
    font-size: 18px;
    color: #ffffff;
    background-color: #363;
}



input.largeButton {
    width: 140px;
    height: 24px;
    font-size: 12px;
    color: #ffffff;
    background-color: #ffd; /* needed for IE */
    background-image: url('/images/large-button.png');
}

input.medButton {
    width: 100px;
    height: 22px;
    font-size: 11px;
    color: #ffffff;
    background-color: #000; /* needed for IE */
    background-image: url('/images/med-button.png');
}

input.redButton {
    width: 80px;
    height: 22px;
    font-size: 11px;
    color: #ffffff;
    background-color: #933;
}

input.smallButton {
    width: 45px;
    height: 16px;
    font-size: 8px;
    color: #000;
    background-image: url('/images/small-button-bg.jpg');
}

input.smallButton:hover {
    color: #090;
    background-color: #ffd; /* needed for IE */
    background-image: url('/images/small-button-hover.png');
}

input.medButton:hover, input.largeButton:hover, input.hugeButton:hover, input.redButton:hover, input.greenButton:hover,  {
    font-weight: bold;
    color: #090;
    background-image: url('/images/gold-button.png');
}


input[type="button"][disabled] {
    background-image: none;
    background-color: #eeeeee;
    color: GrayText;
    cursor: inherit;
}


td.buttonColumn {
    width: 48px;
    /*vertical-align: middle;*/
}

