﻿body{margin:0; padding:0;}
/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#a3c0e8 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(App_Themes/image/alt.gif);
    background-position:top;
    background-repeat:repeat-x;
    
}

.TableStyle 
{
    background-image: url(App_Themes/image/alt.gif);
    background-repeat:repeat-x;
   
    
}
.HeaderStyle th
{
    padding: 0px 8px 0px 8px;
    height:30px;
     border:#a3c0e8 1px solid;
     
}
.HeaderStyle a
{
    text-decoration:none;    
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;    
}
.PagerStyle td
{
    border:#a3c0e8 1px solid;
     height:23px;
     
}
.PagerStyle a
{
    text-decoration:none;
    padding:2px 10px 2px 10px;
   
}
.PagerStyle span
{
    font-weight:bold;   
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 0px;   
     border:#a3c0e8 1px solid;
}
.RowStyle td
{
	background-color: #ffffff;
	border: #a3c0e8 1px solid;
}
.Tb
{
	border-right: #a3c0e8 1px solid; 
	border-top: #a3c0e8 1px solid; 
	border-left: #a3c0e8 1px solid;
	 border-bottom: #a3c0e8 1px solid;
	}
.AltRowStyle td
{	
    background-position:0 -80px;
    background-repeat:repeat-x;
    
}
.SelectedRowStyle td
{
    background-position:center;
    background-repeat:repeat-x;
}