﻿/* GRIDVIEW STYLING
----------------------------------------------------------*/
.content .mGrid { 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 0px #525252; 
    border-collapse:collapse; 
}
.content .mGrid tr 
{
    vertical-align: top;
}    
.content .mGrid td { 
    padding: 5px 6px; 
    border: solid 0px #c1c1c1; 
    color: #000; 
}
.content .mGrid tr a 
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.content .mGrid tr a:hover
{
    color: #000;
    text-decoration: underline;
}
.content .mGrid th { 
    padding: 4px 6px; 
    color: #fff; 
    background: #424242 url(../images/grd_head.png) repeat-x top; 
    border-left: solid 0px #525252; 
    border-right: solid 1px #888; 
    font-size: 0.95em; 
    font-weight: bold;
}
.content .mGrid th a 
{
    color: #fff; 
    text-decoration: none;
}
.content .mGrid th a:hover
{
    color: #fff; 
    text-decoration: underline;
}
.content .mGrid .alt { background: #fefefe url(../images/grd_alt.png) repeat-x top; }
.content .mGrid .pgr { background: #424242 url(../images/grd_head.png) repeat-x top; }
.content .mGrid .pgr table 
{
    border: 0px;
    margin: 5px 0; 
}
.content .mGrid .pgr td { 
    padding: 0px 6px; 
    border-left: solid 1px #888; 
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.content .mGrid .pgr a { color: #ccc; text-decoration: none; }
.content .mGrid .pgr a:hover { color: #fff; text-decoration: none; }
.content .mGrid td input[type="checkbox"] { padding: 0px 3px; }
