﻿body {
}
input{
    margin: 0 25px 0 0; text-transform: none;
}
/*GridViewCSS*/
.GridViewStyle
{
    font-family: Verdana;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    color: #333333;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-color:#CCCCCC;
    white-space: nowrap;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{

}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    white-space: nowrap;
}
.RowStyle td
{
    background-color: WhiteSmoke;
}
.AltRowStyle td
{
    background-color: #ffffff;
}
.SelectedRowStyle td
{
    background-color: #D1DDF1;
}
 td.cellHidden, th.cellHidden {
    display: none;
}
