﻿table.dxButton_X {
    height: 24px;
    font: 11px Arial;
    color: Black;
    cursor: pointer;
    background-image: url('images/aspxbutton/normal_r.png');
    background-position: right;
    background-repeat:no-repeat;
    border: none;
    clear:both;
    display:inline-table;
}
/*
table.dxButton_X:hover {
    background: url('images/aspxbutton/hover_r.jpg');
    background-position:right;
    background-repeat:no-repeat;
}
*/
table.dxButton_X td.dxbButton_X {
    padding-right:0px;
    background: url('images/aspxbutton/normal_l.png');
    background-position:left;
    background-repeat:no-repeat;
}
/*
table.dxButton_X td.dxbButton_X:hover {
    background: url('images/aspxbutton/hover_l.jpg');
    background-position:left;
    background-repeat:no-repeat;
}
*/


table.dxButton_Wide {
    height: 24px;
    font: 11px Arial;
    color: Black;
    cursor: pointer;
    background-image: url('images/aspxbuttonwide/normal_r.png');
    background-position: right;
    background-repeat:no-repeat;
    border: none;
    clear:both;
    display:inline-table;
}
/*
table.dxButton_Wide:hover {
    background: url('images/aspxbuttonwide/hover_r.jpg');
    background-position:right;
    background-repeat:no-repeat;
}
*/
table.dxButton_Wide td.dxbButton_Wide {
    padding-right:0px;
    background: url('images/aspxbuttonwide/normal_l.png');
    background-position:left;
    background-repeat:no-repeat;
}
/*
table.dxButton_Wide td.dxbButton_X:hover {
    background: url('images/aspxbuttonwide/hover_l.jpg');
    background-position:left;
    background-repeat:no-repeat;
}
*/
