﻿.ui-widget
{
    font-family: inherit !important;
    font-size: inherit !important;
}
.ui-widget-content a
{
    color: Blue;
}
.ui-widget-header
{
    background-color: #71A537;
    background-image: url(ui-lightness/images/ui-bg_gloss-wave_35_71A537_500x100.png);
    border-color: #71A537;
}
.ui-jqgrid
{
    margin: 0 auto;
}
.ui-jqgrid input,
.ui-jqgrid select
{
    margin-bottom: 0;
    padding: 0;
}
.ui-th-column, 
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column 
{
    text-align: left;
    vertical-align: top;
}
.ui-jqgrid .ui-jqgrid-htable th div 
{
    white-space:normal;
}
.exportSection
{
    margin: 0 auto 5px auto;
}
.exportSection > a
{
    font-size: 85%;
    color: #333;
}
.exportSection > a:hover
{
    color: #f00;
}

