﻿/* ASP.NET GridView */
table.gridview { width: 100%; border: 0; border-bottom: 2px solid #C6C3C6; font-size: 11px }
table.gridview th, table.gridview td { border: 1px solid white; border-left: 0; padding: 2px 5px }
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: #666666 }
table.gridview a:hover { text-decoration: underline; color: #666666 }

/* 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: #666666 }
table.gridview table td a:hover { background: #FFE79C }
table.gridview table td span { padding: 0 1px 0 3px; font-weight: bold; color: #666666 }