﻿.mg_grid
{
    font-family: Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: 1em !important;
}

.mg_grid_header
{
    background-color: #AAAAFF;    
    font-size: 1.1em;
	text-align: center;	
}

.mg_grid_alt_row_style
{
    background-color: #CCCCFF;
	font-weight: normal;
}

.mg_grid_row_style
{    
    background-color: white;
	font-weight: normal;
}

.mg_grid_l_pager
{
    float: left;
    position: relative;
    left: 1%;
}

.mg_grid_dd_pager
{
    float: left;
    position: relative;
    left: 2%;
}

.mg_grid_b_pager_prev
{
    float: left;
    position: relative;
    left: 4%;
}

.mg_grid_b_pager_next
{
    float: left;
    position: relative;
    left: 5%;
}

.mg_col_h_nonsortable
{
    text-align: center;
}

.mg_col_h_sortable
{
    text-align: center;
    text-decoration: underline !important;
}

.mg_no_records
{
    text-align: center;
    display: block;
}

table.mg_grid td, th
{
    padding: 3px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0px hidden !important;
    border-right: 0px hidden !important;
    border-color: grey;
}

.button-row
{
    text-align: center;
    display: revert;
    font-family: Arial,Helvetica,sans-serif;    
    border: none;
    line-height: revert;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    height: unset;    
    padding: unset;
}

.button-row input
{
    margin-right: 2.5px;
    margin-left: 2.5px;
    margin-top: 2px;
    margin-bottom: 2px;
}