div.ObjLisPaged {
    padding:10px;
    background:#F8F8F8;
}
table.ObjLisPaged {
    width:100%;
    border-spacing: 0px;
    background:#F8F8F8;
}
    table.ObjLisPaged div {
        float:left;
        height:40px;
        line-height: 40px;
        min-width:40px;
        margin-right: 10px;
}
    table.ObjLisPaged div.resumen {
        display: contents;
    }
    table.ObjLisPaged div.summation {
        display: contents;
        margin:10px 0px 10px 0px;
    }
    table.ObjLisPaged div.resumen div.title, table.ObjLisPaged div.summation div.title{
            color:#333333;
        }
        table.ObjLisPaged div.resumen div.data, table.ObjLisPaged div.summation div.data{
            color:#333333;
            font-weight: bold;        
        }
            table.ObjLisPaged div.resumen div.data select{
                background: url('../IMG/PAGED/pagsel.png') no-repeat top right ;
                height:40px;
                border:1px solid #333333;
                width:80px;
                padding-right:40px;
                text-align:center;
                appearance:none;
            }
        table.ObjLisPaged div.resumen div.paginapre{
            background: url('../IMG/PAGED/pagpre.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.resumen div.paginapos{
            background: url('../IMG/PAGED/pagpos.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.resumen div.checkSel{
            background: url('../IMG/PAGED/chksel.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.resumen div.checkNo{
            background: url('../IMG/PAGED/chkno.png') no-repeat top left ;
            cursor: pointer;
        }

        table.ObjLisPaged div.summation div.selallno{
            background: url('../IMG/PAGED/sumallno.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.summation div.selallsi{
            background: url('../IMG/PAGED/sumallyes.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.summation div.selmanno{
            background: url('../IMG/PAGED/summanno.png') no-repeat top left ;
            cursor: pointer;
        }
        table.ObjLisPaged div.summation div.selmansi{
            background: url('../IMG/PAGED/summanyes.png') no-repeat top left ;
            cursor: pointer;
        }
        

    table.ObjLisPaged th {
        text-align:left;        
        font-weight: normal;
        background: #F8F8F8;
        color:#333333;
        border-bottom:1px solid #333333;
        height:40px;
        line-height: 40px;
    }

    table.ObjLisPaged td {
        text-align:left;
        padding:5px;
        border-bottom:1px solid #333333;
        border-right:1px solid #333333;
    }
        table.ObjLisPaged th.deploy, table.ObjLisPaged td.deploy {
        }
            table.ObjLisPaged td.deploy.collected {
                min-width: 40px;
                height: 40px;
                background: url('../IMG/PAGED/editrapoff.png') no-repeat top left ;
                cursor: pointer;
                padding: 0px;
            }
            table.ObjLisPaged td.deploy.open {
                min-width: 40px;
                height: 40px;
                background: url('../IMG/PAGED/editrapon.png') no-repeat top left ;
                cursor: pointer;
                padding: 0px;
            }

        table.ObjLisPaged th.order {
            background: url('../IMG/PAGED/order.png') no-repeat top left ;
            cursor: pointer;
            padding-left:25px;
        }

        table.ObjLisPaged th.ordera {
            background: url('../IMG/PAGED/ordera.png') no-repeat top left ;
            cursor: pointer;
            padding-left:25px;
        }

        table.ObjLisPaged th.orderz {
            background: url('../IMG/PAGED/orderz.png') no-repeat top left ;
            cursor: pointer;            
            padding-left:25px;
        }

        table.ObjLisPaged td.num {
            text-align:right;
        }

    table.ObjLisPaged tr.formquick div.ObjFormCoreDivBody {
        width:100%;
        display:contents;
    }
    
    table.ObjLisPaged tr.formquick {
        height:250px;
    }

    table.ObjLisPaged tr.formquick td{
        vertical-align: top;
        border-left: 1px solid #333333;
    }

    table.ObjLisPaged tr.formquick div {
        height:auto;
        margin: 2px;
    }

    table.ObjLisPaged tr.resumen td{
        padding:10px;
        border:0px;
        border-bottom: 1px solid #333333;
    }

    table.ObjLisPaged tr.extras td {
        padding:10px;
        border:0px;
    }

    table.ObjLisPaged tr.Separator td {
        border:0px;
        height:5px;
    }

    table.ObjLisPaged tr.head {
    }


    table.ObjLisPaged tr.body {
        color:#333333;
        cursor:pointer;
    }
    
        table.ObjLisPaged tr.body:hover, table.ObjLisPaged tr.body.pair:hover, table.ObjLisPaged tr.body.odd:hover {
            background:silver;
        }
    
        table.ObjLisPaged tr.body.pair {
            background:#F8F8F8;
        }
    
        table.ObjLisPaged tr.body.odd {
            background:#C5DDEC;
        }
    
        table.ObjLisPaged tr.body.sel {
            background:#308CC8;
            color:#F8F8F8;
        }

    table.ObjLisPaged tr.summation {
        background:#808080;
        color: #F8F8F8;
    }
        table.ObjLisPaged tr.summation td {
        }
        table.ObjLisPaged tr.summation td.white {
            background: #F8F8F8;
            border: 0px;
        }