﻿/* The overall style of the GridView */

.gridStyle

{
     font-family: Arial, Sans-Serif;
     font-size:small;
     table-layout: auto;
     border:#BABABA 1px solid;
     width: 100%;
}
/* The header of this GridView */
.gridHeader

{
      background-color: #BAB9B9 ;
      font-weight:bold;
      color:#000000;         
}

/* One row white, another row #E6DACE */

.gridAlternatingItem
{ 
    background-color: #EBEBEB;
}

/* Paging */

.gridPager

{
      background-color:#BAB9B9;

      text-align:right;

}

/* Underline the selected page */

.gridPager span

{

      text-decoration: underline;

}

 body {
}
