﻿/* ASP.NET GridView */
table.gridview { width: 100%; border: 0; border-bottom: 2px solid #e9e9e9; font-size: 11px }
table.gridview th, table.gridview td { border: 1px solid white; border-left: 0; padding: 2px 5px }
    table.gridview th {
        border: 1px solid #8A99A5;
        border-left: 1px solid #8A99A5;
    }
table.gridview th.currentsort a { text-decoration: underline }	/* header text */

table.gridview a:link, table.gridview a:visited { text-decoration: none; font-weight: bold; color: #606060 }
table.gridview a:hover { text-decoration: underline; color: #606060 }

/* ASP.NET GridView pager */
table.gridview table { margin-left: 22px }
table.gridview table td { padding: 1px }
table.gridview table td a:link, table.gridview table td a:visited { padding: 0 1px 0 3px; text-decoration: none; font-weight: normal; color: #606060 }
/*table.gridview table td a:hover { background: #374753 }*/
table.gridview table td span { padding: 0 1px 0 3px; font-weight: bold; color: #606060 }