﻿.gridView
{
	border-spacing: 0px;
	border-collapse: collapse;
}
.gridView td
{
	padding:  1px 8px;
}
.gridView th
{
	background-color: #d3d3d3;
	text-align: left;
    padding: 3px 15px;
	font-weight: bold;
	height: 18px;
	white-space: nowrap;
	vertical-align: top;
}
/*Styles to support sorting of GridView using the Jquery plugin "jquery.tablesorter.js"  */
.gridView th.header 
   {     
      background-image: url(/images/bg.gif);
      background-position: right center;
      background-repeat:no-repeat; 
   }
.gridView th.headerSortUp 
   {     
      background-image: url(/images/asc.gif);
      background-position: right center;
      background-repeat:no-repeat; 
   }
.gridView th.headerSortDown 
   {     
      background-image: url(/images/desc.gif);   
      background-position: right center;
      background-repeat:no-repeat; 
   } 
