div.listOperation {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
div.listOperationInside {
    height: 20px;
}
div.listOperationInsideLeft {
    widht: 60%;
    text-align: left;
    float: left;
    padding: 0.2em 0.5em;
}
div.listOperationInsideRight {
    widht: 40%;
    text-align: right;
    float: right;
    padding: 0.2em 0.5em;
}
div.list {
    margin: 0px;
    background-color: #555555;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
table.list {
    width: 90%;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
}
.list thead {
    display: table-header-group;
}
.list tbody {
    display: table-row-group;
}
.list th {
    font-size: 90%;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background-color: #cccccc;
}
.list td {
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
col.list1 {
    width: 3%;
}
col.list2 {
    width: 5%;
}
col.list3 {
    width: 20%;
    text-align: left;
}
col.list4 {
    width: 15%;
    text-align: left;
}
col.list11 {
    width: 3%;
    text-align: left;
}
col.list21 {
    width: 5%;
    text-align: left;
}
col.list31 {
    width: 10%;
    text-align: left;
}
col.list41 {
    width: 15%;
    text-align: left;
}
col.list51 {
    width: 20%;
    text-align: left;
}
col.list61 {
    width: 25%;
    text-align: left;
}
col.list12 {
    width: 3%;
    text-align: center;
}
col.list22 {
    width: 5%;
    text-align: center;
}
col.list32 {
    width: 10%;
    text-align: center;
}
col.list42 {
    width: 15%;
    text-align: center;
}
col.list52 {
    width: 20%;
    text-align: center;
}
col.list62 {
    width: 25%;
    text-align: center;
}
col.list13 {
    width: 3%;
    text-align: right;
}
col.list23 {
    width: 5%;
    text-align: right;
}
col.list33 {
    width: 10%;
    text-align: right;
}
col.list43 {
    width: 15%;
    text-align: right;
}
col.list53 {
    width: 20%;
    text-align: right;
}
col.list63 {
    width: 25%;
    text-align: right;
}





col.list10 {
    width: 10px;
}
col.list20 {
    width: 20px;
}
col.list30 {
    width: 30px;
}
col.list40 {
    width: 40px;
}
col.list50 {
    width: 50px;
}
col.list60 {
    width: 60px;
}
col.list60 {
    width: 70px;
}
col.list60 {
    width: 80px;
}
col.list60 {
    width: 90px;
}
col.list100 {
    width: 100px;
}
col.list120 {
    width: 120px;
}
col.list150 {
    width: 150px;
}
col.list200 {
    width: 200px;
}
col.list300 {
    width: 300px;
}


table.listSearchResult {
    width: 850px;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
}
.listSearchResult tbody {
}
.listSearchResult thead {
    display: table-header-group;
}
.listSearchResult tbody {
    display: table-row-group;
}
.listSearchResult th {
    font-size: 80%;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background-color: #cccccc;
}
.listSearchResult td {
    font-size: 80%;
    padding: 0.1em 0.1em 0.1em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
col.listSearchResult1 {
    width: 70px;
}
col.listSearchResult2 {
    width: 140px;
}
col.listSearchResult3 {
    width: 120px;
}
col.listSearchResult4 {
    width: 50px;
}
col.listSearchResult5 {
    width: 65px;
}
col.listSearchResult6 {
    width: 65px;
}
col.listSearchResult7 {
    width: 75px;
}
col.listSearchResult8 {
    width: 80px;
}
col.listSearchResult9 {
    width: 120px;
}
col.listSearchResult10 {
    width: 45px;
}
div.frame95{
    width: 100%;
    height: 100%;
    margin: 10px;
    padding-left: 0px;
    text-align: left;
}

#scrollableTable{
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    border-left : 1px solid #f1f1f1;
    border-right : 1px solid #f1f1f1;
}
#scrollableTable table{
    width : 100%;
    width: 850px;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
    border-collapse : collapse;
    table-layout : fixed;
}
#scrollableTableHead{
    padding-right : 17px;
}
#scrollableTableBody{
    height : 300px;
    overflow-y : scroll;
    overflow-x : hidden;
    *padding-right : 17px;
}
#scrollableTable thead tr{
    height : 1em;
}
#scrollableTable thead th{
    border-right : 1px solid #888888;
    border-bottom: 1px solid #888888;
    text-align : center;
    font-size: 80%;
    font-weight: bold;
    background-color: #cccccc;
    padding: 0.1em 0.1em 0.1em;
}
#scrollableTable tbody tr{
    height : 2em;
}
#scrollableTable tbody td{
    border : 1px solid #88AA88;
    background-color : #FFFFFF;
    vertical-align : top;
    overflow : hidden;
    padding: 0.2em 0.2em 0.2em;
}
#scrollableTable tbody td div{
    vertical-align : top;
    margin : 2px;
}
#scrollableTable .col1 {
    width: 72px;
}
#scrollableTable .col2 {
    width: 140px;
}
#scrollableTable .col3 {
    width: 110px;
}
#scrollableTable .col4 {
    width: 50px;
}
#scrollableTable .col5 {
    width: 65px;
}
#scrollableTable .col6 {
    width: 65px;
}
#scrollableTable .col7 {
    width: 80px;
}
#scrollableTable .col8 {
    width: 80px;
}
#scrollableTable .col9 {
    width: 120px;
}
#scrollableTable .col11 {
    width: 72px;
}
#scrollableTable .col12 {
    width: 80px;
}
#scrollableTable .col13 {
    width: 80px;
}
#scrollableTable .col14 {
    width: 80px;
}
#scrollableTable .col15 {
    width: 100px;
}
#scrollableTable .col16 {
    width: 80px;
}
#scrollableTable .col17 {
    width: 180px;
}
#scrollableTable .col18 {
    width: 60px;
}
#scrollableTable .col19 {
    width: 60px;
}
