﻿.GridViewTable
{
    
}

/*GridView的標題樣式*/
.GridViewTable #HeaderRow td
{   

}

/*GridView的TD樣式*/
.GridViewTable #DataRow td
{

}

/*GridView的光棒效果 */
.GridViewTable #DataRow:hover td
{
      
}

/*GridView的TD樣式*/
.GridViewTable #DataRow td a:link { text-decoration: none ;color:#000080;}
.GridViewTable #DataRow td a:visited { text-decoration: none ;color:#000080;}
.GridViewTable #DataRow td a:active { text-decoration: none;color:#000080;}
.GridViewTable #DataRow td a:hover { text-decoration: none ;color:blue;}

/*換頁列樣式*/
.PagerTable {font-size:smaller;font-family:Arial;}
.PagerTable .PagerCurrentPage{color:#003366;font-weight:bold;}
.PagerTable .PagerOtherPage{color:#222222;}
.PagerTable .PagerPageButton{color:#5A5A5A;}
