﻿body 
{
    font-family: Arial;
}

td
{
    white-space: nowrap;
}

input.number
{
	text-align: right;
}

td.rowHeader
{
    text-align : right;
}

td.itemName
{
    text-align : right;
    white-space: nowrap;
}

td.itemValue
{
    font-weight: bolder;
    font-size: large;
    white-space: nowrap;
}

#rptHeader
{
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    color: #000099;
    text-decoration: none;
    text-align: center;
}



#container 
{
    width: 700px;
    margin: 10px auto;
}

.mGrid
{
    /* width: 100%; */
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse:collapse;
}

.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('../img/grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.mGrid .alt
{
    background: #fcfcfc url('../img/grd_alt.png') repeat-x top;
}

.mGrid .pgr
{
    background: #424242 url('../img/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 #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}   

.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}

.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}
