﻿table.mGrid
{
    border: 1px solid #e5eff8;
    color: #66A3D3;
    margin: 0;
    width: 100%;
}

table.mGrid a
{
    color: #66A3D3;
}

.mGrid tr.odd td
{
    background: #f7fbff;
}
.mGrid tr.odd .column1
{
    background: #f4f9fe;
}
.mGrid .column1
{
    background: #f9fcfe;
}
.mGrid td
{
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: left;
}
.mGrid th
{
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
}
.mGrid th
{
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    color: #66a3d3;
}
.mGrid .level0, .mGrid .level1
{
    text-transform: uppercase;
}
.mGrid .level0
{
    font-size: 138.5%;
    font-weight: 700;
}
.mGrid .level1
{
    font-size: 108%;
    font-weight: 700;
    margin-left: 20px;
}
.mGrid .level2
{
    margin-left: 40px;
    text-align: right;
}
.navigation
{
    text-align: center;
    background: #f4f9fe;
}
.navigation
{
    font: 1.2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    border: 1px solid #e5eff8;
    border-top: none;
    padding: .5em 1em;
    color: #66a3d3;
}
.navigation a
{
    color: #66A3D3;
    font-weight: 700;
    margin: 0 15px;
}
.navigation a[href='']
{
    color: silver;
}
.mGrid em
{
    color: #f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}
