/* This CSS should contain styles which are widely used by multiple Aspx pages.
     But unlike, for example, HeaderCSS, the styles in this file should also be
     too specific to be put in a group and given a separate
     CSS stylesheet.     
*/

.button_first,
.button,
.button_toggled
{
    background: transparent url(../images/button_bg.gif) repeat-x left center; 
    cursor: pointer;            
    text-align: center;
    line-height: 17px;
    border: solid 2px #000000;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;            
    padding: 2px 8px;
    white-space: nowrap;
}

.button_first:hover,
.button:hover,
.button_toggled
{
    color: #ffff00;
    cursor: pointer;
}  