﻿.Grid
{
    width: 100%;
    margin-bottom: 10px;
}

.Grid.ui-sortable tr
{
    cursor: move;
}

.Grid td
{
    margin: 3px;
    padding: 4px;
}

.GridHeader
{
    font-weight: bold;
    background: #00457c url('redmond/images/ui-bg_glass_55_00457c_1x400.png') 50% 50% repeat-x;
    color: White;
    text-align: center;
    min-height: 24px;
    height: 24px;
}

.GridHeader th
{
    text-align: left;
    padding-left: 4px;
}

.GridHeader th a, .GridHeader a:hover
{
    color: White;
    text-decoration: none;
    /*padding-right: 22px;*/
}

.GridHeader a:hover
{
    color: White;
    text-decoration: underline;
}

.sortasc-header A 
{ 
   background:url('images/icons/sortAsc.png') right center no-repeat;
}

.sortdesc-header A
{
   background:url('images/icons/sortDesc.png') right center no-repeat;
}

.GridItem
{
    background-color: #ffffff;
}

.GridAltItem
{
    background-color: #efefef;
}

.pagination {
    font-weight: normal;
    display: table-row;
}

    .pagination tr{
        display: table-row
    }
    .pagination td {
        display: table-cell
    }

    .pagination span {
        padding: 5px;
        border: solid 1px #79b7e7;
        color: #e17009;
        text-decoration: none;
        white-space: nowrap;
        background: #dfeffc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.pagination a, 
.pagination a:visited
{
  padding: 5px;
  border: solid 1px #c5dbec;
  background-color: #dfeffc;
  color: #2e6e9e;
  text-decoration: none;
  white-space: nowrap;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination a:hover, 
.pagination a:active
{
  padding: 5px;
  border: solid 1px #c5dbec;
  background-color: #dfeffc;
  text-decoration: none;
  white-space: nowrap;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.filterIcon
{
    display: inline-block;
    background: url('/images/Grids/filter.png') no-repeat bottom left;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    text-indent: -99999px;
    overflow: hidden;
}

.filterIcon:hover
{
    background-position: top left;
}