﻿table.dxButton_X {
    height: 24px;
    font: 9pt Arial;
    color: White;
    cursor: pointer;
    background: url('images/aspxbutton/normal_r.jpg') right no-repeat;
}
table.dxButton_X:hover {
    background: url('images/aspxbutton/hover_r.jpg') right no-repeat;
}
table.dxButton_X td.dxbButton_X {
    /*padding: 0 14px;*/
    background: url('images/aspxbutton/normal_l.jpg') left no-repeat;
}
table.dxButton_X td.dxbButton_X:hover {
    background: url('images/aspxbutton/hover_l.jpg') left no-repeat;
}


table.dxButton_X18 {
    height: 18px;
    font: 9pt Arial;
    color: White;
    cursor: pointer;
    background: url('images/aspxbutton/normal_r_18.jpg') right no-repeat;
}
table.dxButton_X18:hover {
    background: url('images/aspxbutton/hover_r_18.jpg') right no-repeat;
}
table.dxButton_X18 td.dxbButton_X18 {
    /*padding: 0 14px;*/
    background: url('images/aspxbutton/normal_l_18.jpg') left no-repeat;
}
table.dxButton_X18 td.dxbButton_X18:hover {
    background: url('images/aspxbutton/hover_l_18.jpg') left no-repeat;
}