﻿.grid, .selectiongrid           
{
    width: 100%;
    font-size: 14px;
    border: 0;
    margin-bottom: 10px;
}

.grid th, .gridheader, .selectiongrid th
{
    padding: 4px;
    border: 0;
}

.gridheader
{
    font-weight: bold;
}

.grid th a, .gridheader a, .selectiongrid th a, .separategrid th a
{
    text-decoration:none;
}

.grid th a:hover, .gridheader a:hover, .selectiongrid th a:hover, .separategrid th a:hover
{
    text-decoration:underline;
}

.grid tr, .selectiongrid tr
{
    line-height: 24px;

    /*-webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;*/
}

.grid td, .selectiongrid td
{
    padding: 1px 4px 1px 4px;
    border: 0;
}

.grid td a, .selectiongrid td a
{
    text-decoration: none;
}

.grid td a:hover, .selectiongrid td a:hover
{
    text-decoration: underline;
}

.gridcommand
{
    white-space: nowrap;
    text-align: right;
}

.gridpager, .selectiongridpager
{
    font-weight: bold;
}

.gridpager tr a, .selectiongridpager tr a
{
     text-decoration: underline;
}
