#app2 {
    margin-top: 1em;
}
#app2 table * {
    background-color: Menu;
    color: MenuText;
}
#app2_table1_a_controller, #app2_table1_b_controller {
    border: none;
    width: 0;
    color: white;
}
#app2 .slipnumber div {
    width: 6em;
    /*AAA-99999*/
}
#app2 .date div, #app2 .scheduled div, #app2 .completion div {
    width: 6em;
    /*2005/01/01*/
}
#app2 .price div {
    width: 6em;
    text-align: right;
    /*9,999,999*/
}
#app2 .price input {
    text-align: right;
    /*9,999,999*/
}
#app2 .number div {
    width: 4em;
    text-align: right;
    /*9,999*/
}
#app2 .number input {
    text-align: right;
}
#app2 .total div {
    width: 8em;
    text-align: right;
    /*999,999,999*/
}
#app2 .remarks div {
    width: 12em;
}
#app2 .itemname div {
    width: 12em;
}
#app2 .destination div {
    width: 3em;
    /*9999*/
}
#app2 td div {
    background-color: transparent;
    /*background-color: red;*/
}
#app2 #app2_table1 .selectedRow td,
#app2_table1 .selectedColumn {
/*    background-color: ButtonShadow;*/
}
#app2 .selectedRow .editableCell,
#app2 .selectedRow .editableCell * {
    background-color: #dfdfdf;
    color: black;
}
#app2_a.onfocus .selectedRow .selectedColumn,
#app2_a.onfocus .selectedRow .selectedColumn *,
#app2_b.onfocus .selectedRow .selectedColumn,
#app2_b.onfocus .selectedRow .selectedColumn *{
    background-color: Highlight;
    color: HighlightText;
}
input {
    width: 100%;
    border: none;
}
#app2 tr {
    height: 2em;
}
#app2 .editableCell, #app2 .editableCell * {
    background-color: white;
    color: black;
}
#app2 .allTotal {
    font-size:1.25em;
    color: blue;
    background-color: white;
    text-align: right;
    border: 3px solid blue;
}
#app2 .nodisp {
    background-color: white;
    border: none;
    /*visibility:collapse;*/
}
