.odd{background-color:#f4f4ea!important}table.projection{border:1px;border-collapse:collapse;font-family:Arial;font-size:12px}table.projection th,table.projection td{border:1px solid #aaaaaa;padding:5px;line-height:12px}table.projection thead th{background-color:#eaebdb;text-align:center}table.projection tr.projectiontopbg{background-color:#eaebdb;text-align:center}table.projection tfoot td{background-color:#eaebdb;padding:5px}table.projection tr.tbody_header{font-weight:bold;text-align:center}table.projection a.pagelink{padding-left:5px;padding-right:5px;border:1px solid #666666;margin:0px 5px 0px 5px}table.projection a.currentpage{}tr.alternate{background-color:#FAF9F4}th.table-sortable{cursor:pointer;background-image:url("../images/sortable.gif");background-position:center right;background-repeat:no-repeat;padding-left:12px}th.table-sorted-asc{background-image:url("../images/sorted_up.gif");background-position:center right;background-repeat:no-repeat}th.table-sorted-desc{background-image:url("../images/sorted_down.gif");background-position:center right;background-repeat:no-repeat}th.table-filtered{background-image:url("../images/filter.gif");background-position:center right;background-repeat:no-repeat}select.table-autofilter{font-size:smaller}.iconset{margin:5px;border:1px solid #cccccc;border-color:#cccccc #666666 #666666 #cccccc;text-align:center;cursor:pointer;width:100px}.iconset img{margin:3px}


 #testTable
    {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #tablePagination
    {
        background-color: Transparent;
        font-size: 0.8em;
        padding: 0px 5px;
        height: 20px;
    }
    
    #tablePagination_paginater
    {
        margin-left: auto;
        margin-right: auto;
    }
    
    #tablePagination img
    {
        padding: 0px 2px;
    }
    
    #tablePagination_perPage
    {
        float: left;
    }
    
    #tablePagination_paginater
    {
        float: right;
    }
