/* CSS Document */

Table.GridView
{
    height: 11pt;
    text-align:left;
    color: #414141 ;
    font-size: 10pt verdana;
   
    
}

Table.GridView th {
	background: gray;
	text-align: left;
	white-space:nowrap;
    border-style:none;
    color: White;
    font-size: 10pt verdana;
}

Table.GridView tr 
{
   text-align:left;
   background-color:white;
  	
}

Table.GridView tr.alt
{
    background-color: silver;
    color: #414141;
}
