﻿/*GRIDVIEW CSS START*/

.Grid-view
{
    border: 1px solid #2789C7;
    Width: 100%;
    text-align: center;
}
/*.Grid-view1
{
    border: 1px solid #2789C7;
    Width: 100%;
}*/

.Header-Class
{
    background: #00AEEE;
    color: #FFF;
}

    .Header-Class th
    {
        font-size: 11px;
        font-weight: normal;
        padding: 5px;
        text-align: center;
    }

    .Header-Class td
    {
        font-size: 11px;
        font-weight: normal;
        padding: 5px;
        text-align: center;
        text-transform: capitalize;
    }

.Row-Class
{
    background: #FFFFFF;
    color: #54005e;
}

    .Row-Class td
    {
        text-align: center;
        border: none;
        padding: 5px;
        font-size: 11px;
    }

.Alternet-Row-Class
{
    background: #f6f6f6;
    color: #000;
}

    .Alternet-Row-Class TD
    {
        text-align: center;
        border: none;
        padding: 5px;
        font-size: 11px;
    }

.Selected-Row-Class
{
    background: #DDD;
    color: #000;
}

    .Selected-Row-Class TD
    {
        text-align: center;
        border: none;
        padding: 5px;
        font-size: 11px;
    }

.Footer-Class
{
    background: #FFF;
}

    .Footer-Class TD
    {
        padding: 5px;
        text-align: center;
    }

        .Footer-Class TD table td
        {
            border: none !important;
            text-align: center;
        }

.Pager-Class
{
    background: #FFF;
}

    .Pager-Class td
    {
    }

        .Pager-Class TD table tr td span
        {
            background: none repeat scroll 0 0 #006080;
            color: #FFFFFF;
            font-size: 15px;
            font-weight: bold;
            min-width: 20px;
            padding: 3.5px;
            text-align: center;
            width: auto;
            display: block;
            position: relative;
            top: 0.2px;
        }

        .Pager-Class TD table tr td a
        {
            background: #00AEEE;
            color: #FFF;
            display: block;
            font-size: 12px;
            font-weight: normal;
            min-width: 15px;
            padding: 6px;
            text-align: center;
            width: auto;
        }

            .Pager-Class TD table tr td a:hover
            {
                background: #0090c6;
            }

.Empty-Class td
{
    background: #fff1f1;
    width: 100%;
    padding: 5px;
    border: 1px solid #fcb5b5;
    font-size: 11px;
    color: #8f0505;
}

.Header-Class-Dashboard
{
    background: #DDD;
    color: #000;
}

    .Header-Class-Dashboard th
    {
        font-size: 11px;
        font-weight: normal;
        padding: 5px;
    }

    .Header-Class-Dashboard td
    {
        font-size: 11px;
        font-weight: normal;
        padding: 5px;
    }

.Row-Class-Dashboard
{
    background: #FFFFFF;
    color: #54005e;
}

    .Row-Class-Dashboard td
    {
        border-bottom: 1PX solid #F3F3F3;
        padding: 5px;
        font-size: 11px;
    }

        .Row-Class-Dashboard td a
        {
            color: #0090c6;
        }

            .Row-Class-Dashboard td a:hover
            {
                text-decoration: underline;
            }
