﻿/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    border-bottom: solid 1px #999;
    font-weight: bold;
}
.HeaderStyle th
{
    padding: 5px;
    color: #333;
    font-weight: bold;
}
.HeaderStyle a
{
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
    font-weight: bold;
}
.PagerStyle table
{
    text-align: center;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;font-weight: bold;
}
.PagerStyle span
{
    font-weight: bold;
    color: #333;
    
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.RowStyle td
{
        padding: 5px;
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.RowStyle a
{
       
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.AltRowStyle td
{
    padding: 5px;
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.SelectedRowStyle td
{
    background-color: #FF9;
}

