﻿.tableBlue
{
    border-top: 1px solid #e3f1fe;
    border-right: 1px solid #e3f1fe;
    margin: 1em auto;
    border-collapse: collapse;
}
.tableBlue tr.odd td, .tableBlue tr.odd .column1
{
    background: #f4f9fe url(images/background.gif) no-repeat;
}
.tableBlue .column1
{
    background: #f9fcfe;
}
.tableBlue td
{
    color: #898989;
    border-bottom: 1px solid #e3f1fe;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align:left;
}
.tableBlue th
{
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid #e3f1fe;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align:left;
    
}
.tableBlue thead th
{
    background: #f4f9fe;
    font-size:14px;
    font-weight:bold;
    color: #66a3d3;
}
.tableBlue tfoot th
{
    background: #f4f9fe;
}
.tableBlue tfoot th strong
{
    font-size: 20px;
    margin: .5em .5em .5em 0;
    color: #66a3d3;
}
.tableBlue tfoot th em
{
    color: #f03b58;
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
}
