@charset "utf-8";

.button,
.button-overflow,
.button-gray,
.button-gray-overflow,
.button-blue,
.button-blue-overflow,
input[type="submit"] {
    border-style: none;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.button, .button-overflow, input[type="submit"], input[type="submit"]:hover {
    background: url('../resources/images/button.png') repeat-x;
}

.button-gray, .button-gray-overflow {
    background: url('../resources/images/button_gray.png') repeat-x;
}

.button-blue, .button-blue-overflow {
    background: url(../resources/images/button_blue.png) repeat-x;
}

.button, .button-blue, input[type="submit"] {
    width:auto;
    /*padding-left: 12px;
    padding-right: 12px;*/
    min-width: 80px;
}

.button-gray {
    width:auto;
    min-width: 80px;
}

.button-overflow, .button-gray-overflow, .button-blue-overflow {
    min-width: 60px;
}

.button:link,
.button-overflow:link,
.button-gray:link,
.button-gray-overflow:link
.button-blue:link,
.button-blue-overflow:link {
    color: #333;
    text-decoration: none;
}

.button:visited,
.button-overflow:visited,
.button-gray:visited,
.button-gray-overflow:visited
.button-blue:visited,
.button-blue-overflow:visited {
    color: #000;
    text-decoration: none;
}

.button:hover,
.button-overflow:hover,
.button-gray:hover,
.button-gray-overflow:hover
.button-blue:hover,
.button-blue-overflow:hover,
input[type="submit"]:hover {
    color: #000;
    text-decoration: none;
}

.buttom-small {
    background-color: #D7E9F8;
    border: 1px solid #B3D5F1;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    height: 19px;
    width: 30px;
}

.buttom-small:link {
    background-color: #D7E9F8;
    border: 1px solid #B3D5F1;
    text-decoration: none;
}

.buttom-small:visited {
    background-color: #C4DEF4;
    border: 1px solid #B3D5F1;
    text-decoration: none;
}

.buttom-small:hover {
    background-color: #C4DEF4;
    border: 1px solid #B3D5F1;
    text-decoration: none;
}

.button-hidden {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}
