
.i18n_button {
    color: #FFFFFF;
    font: bold 12px arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.i18n_button_tr {
    height: 30px;
}

.i18n_button_td_left {
    background: transparent url('../images/buttons/btn_left_dark.gif') no-repeat scroll top left;
    width: 11px;
}

.i18n_button_td_middle {
    background: transparent url('../images/buttons/btn_bg_dark.gif') repeat-x scroll top;
    padding-left: 5px;
    padding-right: 5px;
}

.i18n_button_td_right {
    background: transparent url('../images/buttons/btn_right_dark.gif') no-repeat scroll top right;
    width: 11px;
}

.i18n_button_tr:hover *.i18n_button_td_left {
    background: transparent url('../images/buttons/btn_left_dark_over.gif') no-repeat scroll top left;
}


.i18n_button_tr:hover *.i18n_button_td_middle{
    background: transparent url('../images/buttons/btn_bg_dark_over.gif') repeat-x scroll top;
}

.i18n_button_tr:hover *.i18n_button_td_right {
    background: transparent url('../images/buttons/btn_right_dark_over.gif') no-repeat scroll top right;
}

.i18n_button_left_icon {
    padding-right: 3px;
}

.i18n_button_right_icon {
    padding-left: 3px;
}


.i18n_button_red {
    color: #FFFFFF;
    font: bold 10px arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.i18n_button_red_tr {
    height: 25px;
}

.i18n_button_red_td_left {
    background: transparent url('../images/buttons/btn_left_red.gif') no-repeat scroll top left;
    width: 12px;
}

.i18n_button_red_td_middle {
    background: transparent url('../images/buttons/btn_bg_red.gif') repeat-x scroll top;
    padding-left: 5px;
    padding-right: 5px;
}

.i18n_button_red_td_right {
    background: transparent url('../images/buttons/btn_right_red.gif') no-repeat scroll top right;
    width: 12px;
}

.i18n_button_red_tr:hover *.i18n_button_red_td_left {
    background: transparent url('../images/buttons/btn_left_red_over.gif') no-repeat scroll top left;
}


.i18n_button_red_tr:hover *.i18n_button_red_td_middle{
    background: transparent url('../images/buttons/btn_bg_red_over.gif') repeat-x scroll top;
}

.i18n_button_red_tr:hover *.i18n_button_red_td_right {
    background: transparent url('../images/buttons/btn_right_red_over.gif') no-repeat scroll top right;
}

.i18n_button_red_left_icon {
    padding-right: 3px;
}

.i18n_button_red_right_icon {
    padding-left: 3px;
}

/* blinking red buttons */
.i18n_button_red_glow {
    color: #FFFFFF;
    font: bold 10px arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.i18n_button_red_glow *.i18n_button_red_td_left {
    background: transparent url('../images/buttons/btn_left_red_over.gif') no-repeat scroll top left;
    width: 12px;
}

.i18n_button_red_glow *.i18n_button_red_td_middle {
    background: transparent url('../images/buttons/btn_bg_red_over.gif') repeat-x scroll top;
    padding-left: 5px;
    padding-right: 5px;
}

.i18n_button_red_glow *.i18n_button_red_td_right {
    background: transparent url('../images/buttons/btn_right_red_over.gif') no-repeat scroll top right;
    width: 12px;
}

.i18n_button_red_glow_left_icon {
    padding-right: 3px;
}

.i18n_button_red_glow_right_icon {
    padding-left: 3px;
}

.i18n_button_grey {
    color: #0A3E6D;
    font: bold 12px arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.i18n_button_grey_tr {
    height: 19px;
}

.i18n_button_grey_td_left {
    background: transparent url('../images/buttons/btn_left_grey.gif') no-repeat scroll top left;
    width: 4px;
}

.i18n_button_grey_td_middle {
    background: transparent url('../images/buttons/btn_bg_grey.gif') repeat-x scroll top;
    padding-left: 5px;
    padding-right: 5px;
}

.i18n_button_grey_td_right {
    background: transparent url('../images/buttons/btn_right_grey.gif') no-repeat scroll top right;
    width: 4px;
}

.i18n_button_grey_tr:hover *.i18n_button_grey_td_left {
    background: transparent url('../images/buttons/btn_left_grey_over.gif') no-repeat scroll top left;
}


.i18n_button_grey_tr:hover *.i18n_button_grey_td_middle{
    background: transparent url('../images/buttons/btn_bg_grey_over.gif') repeat-x scroll top;
}

.i18n_button_grey_tr:hover *.i18n_button_grey_td_right {
    background: transparent url('../images/buttons/btn_right_grey_over.gif') no-repeat scroll top right;
}

.i18n_button_grey_left_icon {
    padding-right: 3px;
}

.i18n_button_grey_right_icon {
    padding-left: 3px;
}
