#app3 {
    margin-top: 1em;
}
#app3 table, #app3 tr {
    border: none;
}
#app3_a table * {
    background-color: ButtonFace;
    color: ButtonText;
}
#app3_table1_a_controller, #app3_table1_b_controller {
    border: none;
    width: 0;
    color: white;
}
#app3 td div {
    background-color: transparent;
    /*background-color: red;*/
}
#app3 #app3_table1 .selectedRow td,
#app3_table1 .selectedColumn {
/*    background-color: ButtonShadow;*/
}
/*#app3 .selectedRow .editableCell,
#app3 .selectedRow .editableCell * {
    background-color: #dfdfdf;
    color: black;
}*/
#app3_a.onfocus .selectedRow *,
#app3_b.onfocus .selectedRow .selectedColumn,
#app3_b.onfocus .selectedRow .selectedColumn *{
    background-color: Highlight;
    color: HighlightText;
}
input {
    width: 100%;
    border: none;
}
#app3 tr {
    height: 2em;
}
#app3 .editableCell, #app3 .editableCell * {
    background-color: white;
    color: black;
}
#app3 .readOnlyValue, #app3 .readOnlyValue * {
    background-color: #dfdfdf;
    color: black;
}
#app3_b {
    border: 3px groove ;
    padding: 1em;
    margin-right: auto;
}
#app3_b table {
    border-collapse: separate;
    empty-cells: show;
    border-spacing: 0.5em;
}
#app3_b td {
    border: none;
}
#app3_b td.detaValue {
    border: 1px solid black;
}
#app3_b td.basecell {
    width: 1em;
    padding: 0;
/*    border: 1px solid #dfdfdf;*/
    border: none;
}
#app3_b td.lavelValue {
    background-color: ButtonFace;
    color: ButtonText;
    text-align: right;
    padding-right: 0.5em;
    white-space: nowrap;
}
#app3_b tfoot tr {
    height: 0;
}
.kaiinnum { width: 4.5em; }
