﻿
/*GridViewCSS Comun Style*/
.GridViewStyle
{
    background-color: #fff;
    padding: 8px;
    text-align: left;
    border: #ccc 1px solid;
}
/*Header styles*/
.HeaderStyle /*Common Styles*/
{
    background-color: #888;
}

.PagerStyle
{
    background-color: #AFAAAA;
}

    .HeaderStyle th
    {
        font-weight: bold;
        padding: 3px;
        color: #fff;
    }


/*Footer styles*/
.FooterStyle /*Common Styles*/
{
    background-color: #fff;
    color: #006;
}

.HeaderStyle a
{
    text-decoration: none;
    color: #16387c;
    display: block;
    text-align: left;
    font-weight: normal;
}

.PagerStyle table
{
    text-align: center;
    margin: auto;
}

    .PagerStyle table td
    {
        border: 0;
        padding: 1px;
    }

.PagerStyle td table tbody tr td
{
    border: none;
}

.PagerStyle a
{
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
}

.PagerStyle a:hover,
.PagerStyle a:focus
{
    background-color: #eee;
    color: #000;
    text-decoration: none;
    padding: 2px 5px;
}

.PagerStyle span
{
    font-weight: bold;
    color: #fff;
    background-color: #428bca;
    text-decoration: none;
    padding: 2px 5px;
}
