﻿.mGrid {
	width: 100%;
	background-color: #fff;
	border: solid 1px #525252;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.mGrid a{
	color: #666;
	text-decoration: underline;
}
.mGrid a:hover{
	text-decoration: none;
	color: #333333;
}
    .mGrid td { padding: 4px; border: solid 1px #c1c1c1; color: #666666; }
    .mGrid th {
	padding: 4px;
	color: #fff;
	background: #424242 url(../images/grd_head.png) repeat-x top;
	border-left: solid 1px #525252;
	text-transform: uppercase;
}
.mGrid th a{
	color: #FFFFFF;
	text-decoration: underline;
}
.mGrid th a:hover{
	text-decoration: none;
}
.mGrid .alt { background: #fcfcfc url(../images/grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #0c5588 url(../images/grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #0b4973; font-weight: normal; color: #ffffff; line-height: 12px; }   
    .mGrid .pgr a { color: #FFFFFF; text-decoration: none; }
    .mGrid .pgr a:hover { color: #fff; text-decoration: underline; }
