﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Verdana;
    font-size:11px;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
    margin-top: 2px;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url('../Images/YahooSprite.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.HeaderStyle th
{
    padding: 5px;
    color: #16387c;
    text-align:center;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:center;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    
    padding:2px;
}
.PagerStyle td
{
    
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
}
.RowStyle td
{
    background-color: #f1f5f6;
}
.AltRowStyle td
{
    background-color: #9ab2ca;
	background-image: url('../Images/YahooSprite.gif');
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url('../Images/YahooSprite.gif');
    background-position:center;
    background-repeat:repeat-x;
}
.FooterStyle
{    
    background-position:top;
    background-repeat:repeat-x;
    background-color:#e8f1f9;
    padding: 5px;
    color: #16387c;
}
.FooterStyle td
{    
    padding: 5px;
    
}