﻿.buttons a, a.buttons
{
    display: inline-block;
    color:#ffffff !important;
    background-color:#4678bf; 
    background-image:url(images/btn_m_blue_bg.gif); 
    background-repeat:no-repeat; 
    width:89px; 
    height:20px;
    border: none;
    padding: 1px;
    line-height: 20px; 
    font-weight:bold;
    font-family: Tahoma, Arial;
    font-size: 10px;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
}

.buttons a:hover, a.buttons:hover
{
    background-image: none !important;
    border: solid 1px #333333;
    padding: 0;
    text-decoration: none;
}

.buttons.small a
{
    background-image:url(images/btn_s_blue_bg.gif); 
    width:63px;
}
.buttons .bigger a
{
    background-image:url(images/btn_bg_blue_bg.gif); 
    width:128px;
    height:17px;
}
.buttons .bigger_red a
{
    background-image:url(images/btn_bg_red_bg.gif); 
    width:126px;
    height:20px;
    background-color: #ee2c10;
}
.buttons.smallest a, a.smallest, a.buttons.smallest
{
    background-image:url(images/btn_st_blue_bg.gif); 
    width:48px;
    height:17px;
}

.buttons.green a, .buttons .green a, .buttons a.green
{
    background-color: #8daf7d;
    background-image:url(images/btn_m_green_bg.gif); 
}
.buttons.small.green a, .buttons.small .green a, .buttons.small a.green
{
    background-image:url(images/btn_s_green_bg.gif); 
}

.buttons.red a, .buttons .red a, .buttons a.red
{
    background-color: #ee2c10;
    background-image:url(images/btn_m_red_bg.gif); 
}

.buttons.small.red a, .buttons.small .red a, .buttons.small a.red
{
    background-image:url(images/btn_s_red_bg.gif); 
}

.buttons.beige a, .buttons .beige a, .buttons a.beige
{
    background-color: #a8a487;
    background-image:url(images/btn_m_beige_bg.gif); 
}

.buttons.small.beige a, .buttons.small .beige a, .buttons.small a.beige
{
    background-image:url(images/btn_s_beige_bg.gif);
}

.buttons .disabled a, .buttons a.disabled, 
.buttons a[disabled=disabled], .buttons a[disabled=true]
{
    background-image:url(images/btn_m_disabled_bg.gif); 
    background-color: #c1bec7;
    color: #666666 !important;
}

.buttons .bigger_disable a, 
.buttons .bigger_disable a[disabled=disabled], 
.buttons .bigger_disable a[disabled=true],
.buttons .bigger_red a[disabled=disabled], 
.buttons .bigger_red a[disabled=true]
{
    background-image:url(images/btn_bg_disabled_bg.gif); 
    width:128px;
    height:20px;
}
