﻿.GridView
{
    color: #484848;
    border: 1px solid #D1E0EF;
    font-size: 12px;
}
.GridView td, .GridView tr, .GridView th
{
    padding: 4px;
}
.HeaderStyle
{
    background-color: #1f009c;
    color: white;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.HeaderStyle a
{
    color: White;
}

.RowStyle
{
    /*background-color: #DFEFFF;*/
    vertical-align: top;
    position: relative;
}
.RowStyle:hover
{
    background-color: #e6dfff;
}
.AlternatingRowStyle
{
    /*background-color: #fff;*/
    vertical-align: top;
    position: relative;
}
.SelectedRowStyle
{
    background-color: #b5a7ec;
    position: relative;
}
.PagerStyle
{
}

.PagerStyle table
{
    margin: 10px;
}

.PagerStyle td, .PagerStyle tr, .PagerStyle th
{
    width: auto !important;
    padding: 0;
}

.PagerStyle span, .PagerStyle a
{
    border: 1px solid #e6dfff;
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
    padding: 4px 8px;
    text-decoration: none;
}
.PagerStyle span
{
    background-color: #dfefff;
}
.PagerStyle a
{
    color: #38009c;
}
.PagerStyle a:hover
{
    background-color: #e5dfff;
}

.FooterStyle
{
    background-color: #9792ce;
}
.HeaderStyle a
{
    color: White;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-left: 20px;
}

.sortasc-header a, .sortdesc-header a
{
    display: block;
}
.sortasc-header a
{
    background: url(Images/sort-asc.png) left center no-repeat;
}
.sortdesc-header a
{
    background: url(Images/sort-desc.png) left center no-repeat;
}
