﻿/*Grid Footer Paging*/
.Box
{
    border-bottom: solid 1px #006094;
    border-right: solid 1px #006094;
    border-left: solid 1px #006094;
    text-align: left;
}
.GirdHeader
{
    background-color: #C5D9EB;
    color: Black;
    text-align: left;
    height: 25px;
}
.GridRowBox, .GridAlternateRow, .GridItemRow
{
    -moz-border-radius: 6px;
    border: solid 1px #ABDEFB;
    border-radius: 10px;
}
.GridAlternateRow
{
    background-color: #D6EBFF;
    color: black;
    height: 26px;
}
.GridItemRow
{
    color: black;
    height: 26px;
}
.GridAppStore
{
    font-weight: bold;
    font-size: 8pt;
}
.GridApp
{
    font-weight: bold;
    font-size: 8pt;
}
.GridAuthor
{
    color: #5D85AE;
}
.GridAuthor span
{
    font-weight: bold;
}
.GridFooter
{
    background-image: url('../images/FooterBackground.png' );
    color: Black;
    margin-top:0px;
    padding-top:0px;
}
.PagingContainer
{
    border-top: 1px solid #C2C2C2;
}
.PagingContainer, .PagingContainer input, .PagingContainer select
{
    font-family: Verdana;
    font-size: 8pt;
}
.PagingIcon, .PagingFirst, .PagingPrevious, .PagingNext, .PagingLast
{
    height: 16px;
    width: 16px;
    border-style: none;
    cursor: pointer;
}
.PagingFirst
{
    background-image: url('../images/PagingFirst.png' );
    
}
.PagingPrevious
{
    background-image: url('../images/PagingPrevious.png' );
}
.PagingNext
{
    background-image: url('../images/PagingNext.png' );
}
.PagingLast
{
    background-image: url('../images/PagingLast.png' );
}
.CurrentPage
{
    text-align: center;
}
.PagingNavigation td
{
    padding-left: 2px;
    padding-right: 2px;
}
.PagingRecords td
{
    padding-left: 2px;
    padding-right: 2px;
}
.PagingShowingRecord
{
    padding-left: 2px;
    padding-right: 2px;
}
/*End Of Grid Paging Css*/