/* nappien style, varitys ym */
.button_save
{
    background-image: url("../images/background/button_bg02_green.png") !important;
    background-repeat: repeat-x !important;
    background-size:1px 100% !important;
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius:5px !important; /* Firefox 3.6 and earlier */
    border-radius:5px !important;
}
.button_save:hover,.button_delete:hover,.button_normal:hover
{
    background: #FFFFFF !important;
    cursor: pointer !important;
    border-color: #000000 !important;
}
.button_delete
{
    background-image: url("../images/background/button_bg02_red.png") !important;
    background-repeat: repeat-x !important;
    background-size:1px 100% !important;
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius:5px !important; /* Firefox 3.6 and earlier */
    border-radius:5px !important;
}
.button_normal
{
    background-image: url("../images/background/button_bg03.png") !important;
    background-repeat: repeat-x !important;
    background-size:1px 100% !important;
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius:5px !important; /* Firefox 3.6 and earlier */
    border-radius:5px !important;
}


/* From Bootstrap */
/* http://www.w3schools.com/bootstrap/bootstrap_ref_css_helpers.asp */

.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
.text-success {
    color: #3c763d;
}
.text-info {
    color: #31708f;
}
.text-warning {
    color: #8a6d3b;
}
.text-danger {
    color: #a94442;
}

/* background color */
.bg-primary {
    background: #337AB7 !important;
}
.bg-success {
    background: #DFF0D8 !important;
}
.bg-info {
    background: #D9EDF7 !important;
}
.bg-warning {
    background: #FCF8E3 !important;
}
.bg-danger {
    background: #F2DEDE !important;
}
.bg-white {
    background: #FFFFFF !important;
}
