﻿        #ResultTable
        {
            font-size: 12px;
            width: 605px;
            text-align: left;
            border-collapse: collapse;
            border: 0px solid #69c;
            float: left;
        }
        #ResultTable tbody tr:hover td
        {
            color: #339;
            background: #d0dafd;
        }
        #ResultTable tr:hover
        {
            background-color: #ccc;
        }
        #ResultTable tr
        {
        }
        #ResultTable th
        {
            background-color: #fff;
            font-weight: normal;
            font-size: 11px;
            color: #039;
            padding: 15px 10px 10px 0px;
        }
        #ResultTable th, #ResultTable td
        {
            padding: 3px 5px;
            color: #669;
            border-top: 1px dashed #fff;
            padding: 4px;
        }
        #ResultTable td:hover
        {
            cursor: default;
        }
        .pp
        {
            font: 9px tahoma;
            font-weight: bold;
            border: 1px solid #d0dafd;
            text-decoration: none;
            display: inline-table;
        }
        .pp:hover
        {
            border: 1px solid #5B92C8;
        }
        .lsb
        {
            font: 15px arial,sans-serif;
            border: solid 1px #CCC;
            cursor: pointer;
            height: 27px;
            margin: 0;
            outline: 0;
            vertical-align: top0;
        }
        .lsb:active
        {
            background: #ccc;
        }
        .lst:focus
        {
            outline: none;
        }
        
        .page_next {float:right;text-align:right; display:inline}
.page_next li {display:inline;padding:2px}
.page_next a {padding:3px 4px;border:1px solid #ccc}
.page_next span {font-weight:bold; background-color:#67ACF1; color:#fff; padding:3px 5px; border:1px solid #ccc}
