#app1 {
    margin-top: 1em;
}
#app1 * {
    background-color: Menu;
    color: MenuText;
}
#app1_table1_controller {
    border: none;
    width: 0;
    color: white;
}
#app1 .count div {
    width: 2.5em;
    /*9999*/
}
#app1 .date div {
    width: 6em;
    /*2005/01/01*/
}
#app1 .price div {
    width: 6em;
    text-align: right;
    /*9,999,999*/
}
#app1 .price input {
    text-align: right;
    /*9,999,999*/
}
#app1 .number div {
    width: 4em;
    text-align: right;
    /*9,999*/
}
#app1 .number input {
    text-align: right;
}
#app1 .total div {
    width: 8em;
    text-align: right;
    /*999,999,999*/
}
#app1 .remarks div {
    width: 10em;
}
#app1 td div {
    background-color: transparent;
    /*background-color: red;*/
}
#app1 #app1_table1 .selectedRow td , #app1_table1 .selectedColumn {
/*    background-color: ButtonShadow;*/
}
#app1.onfocus .selectedRow .selectedColumn, #app1.onfocus .selectedRow .selectedColumn * {
    background-color: Highlight;
    color: HighlightText;
}
input {
    width: 100%;
    border: none;
}
#app1 tr {
    height: 2em;
}
#app1 .editableCell, #app1 .editableCell * {
    background-color: white;
    color: black;
}
#app1 .allTotal {
    font-size:1.25em;
    color: blue;
    background-color: white;
    text-align: right;
    border: 3px solid blue;
}
#app1 .nodisp {
    background-color: white;
    border: none;
    /*visibility:collapse;*/
}
