﻿#rptCustom tr td
{
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}
#rptCustom tr
{
    border: 1px solid #fff;
}
.rptHeader > th
{
    background: #000;
    font-weight: normal;
    color: White;
    width: 120px;
    height: 28px;
}
.rptDataRows:nth-child(odd)
{
    background: #f5f5f5;
}
        
/*Style your DataPager Control*/
.Jpager
{
    float:left;
    height: 11px;
    margin-top: 15px;
    margin-right :15px;
    margin-left: -5px;
    width :100%;
}
.Jpager ul li a, .pagerbuttons, .selected
{
    float: left;
    font-size: 12px;
    font-weight: normal ;
    height: 28px;
    margin: 0 5px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: black;
}
.Jpager ul li a, .pagerbuttons
{
    background: #fff;
}
.Jpager ul li a.active, .Jpager ul li a:hover, .selected, .Jpager a:hover
{
    /*點選後的底色*/
    background: #004B97;
    color :white ;
}