﻿/*
Style for GridView
*/
.grid 
{   
    width: 100%;   
    background-color: #fff;   
    border:solid 1px #bebebe; 
}  

.grid tr
{
    border-width: 0px;
}

.grid td 
{   
    padding: 2px;
}  

.grid th 
{

    font-weight: inherit;
    background:url("images/grid_header_bg.png") repeat-x;  
    border-left: solid 1px #bebebe;   
}  

.gridAlt
{
     background-color: #f0f0f0;
}  

.GridFooter
{
    margin-top: 10px;
    
}