﻿body
{
    margin: 0px;
    width: 438px;
}

.content
{
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
    border: #A1D2E0 1px solid;
}

.tabStrip
{
    width: 438px;
}

.tabStrip a
{
    color: #111111;
    text-decoration: none;
}

.tabStrip td
{
    width: 33%;
    text-align: center;
    height: 20px;
    background-color: #E9F5F8;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}

.tabStrip .current
{
    background-color: #A1D2E0;
    color: #111111;
}
.tabStrip .current span
{
    background-color: #A1D2E0;
    color: #111111;
    font-weight: bold;
}



div, td, select, input
{
    font-family: Verdana !important;
    font-size: 11px;
}

a
{
    color: #4B4B4B;
    text-decoration: none;
}
a:hover
{
    color: #4B4B4B;
    text-decoration: none;
}
.pageselect td
{
    border: none !important;
}
.pageselect a
{
    color: #4B4B4B;
    font-weight: bold;
    text-decoration: underline;
}
.pageselect a:hover
{
    color: #4B4B4B;
    font-weight: bold;
    text-decoration: underline;
}

h2
{
    font-size: 12px;
    margin-bottom: 4px;
    color: #111111;
    font-weight: bold;
}

.calendarBtn img
{
    border: none !important;
}

.dateBox
{
    width: 70px;
    text-align: center;
}

.recommendationsSummary
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.recommendationsSummary th
{
    background-color: #A1D2E0;
    color: #111111;
    padding: 3px;
    text-align: right;
}

.recommendationsSummary td
{
    border-bottom: #A1D2E0 1px solid;
    border-left: #A1D2E0 1px solid;
    text-align: right;
    padding: 3px;
    background: #FFFFFF;
}

.recommendationsSummary td.first
{
    text-align: left;
}

.recommendationsSummary td.current
{
    background: #F0F1F1;
    border-right: #A1D2E0 1px solid;
}
.recommendationsSummary td.current2
{
    background: #F0F1F1;
    border-right: #A1D2E0 1px solid;
    border-left: #A1D2E0 0px solid;
}

.recommendationsSummary td.highlight
{
    background: #F0F1F1;
}

.figuresTable2
{
    border: #A1D2E0 1px solid !important;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.figuresTable2 th
{
    background-color: #A1D2E0 !important;
    color: #111111 !important;
    padding: 3px;
}
.figuresTable2 td.value
{
    border: #A1D2E0 1px solid;
}
.figuresTable2 td.name
{
    border: #A1D2E0 1px solid;
}

.figuresTable
{
    width: 100%;
}

.figuresTable th
{
    background-color: #A1D2E0;
    color: #111111;
    padding: 3px;
    text-align: right;
}

.figuresTable td.value
{
    padding: 3px;
    text-align: right;
    border-right: #A1D2E0 1px solid;
    border-bottom: #A1D2E0 1px solid;
    background: #FFFFFF;
}

.figuresTable tr.figureRow
{
    background: #FFFFFF;
}

.figuresTable tr.currentRow td
{
    border: none !important;
}

.figuresTable td.name
{
    padding: 3px;
    border-left: #A1D2E0 1px solid;
    border-right: #A1D2E0 1px solid;
    border-bottom: #A1D2E0 1px solid;
    background-color: #FFFFFF;
}

.figuresTable td.figureName
{
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 3px;
}

.figuresTable td.current
{
    font-weight: bold;
}

.hidden
{
    display: none !important;
}

.analysesTable
{
    border: #A1D2E0 1px solid;
    border-collapse: collapse;
    width: 100%;
}

.analysesTable th
{
    background-color: #A1D2E0;
    color: #111111;
    padding: 3px;
    text-align: left;
}

.analysesTable a
{
    color: #111111;
}

.analysesTable td.name
{
    text-align: left;
}

.analysesTable td
{
    text-align: left;
    border: #A1D2E0 1px solid;
    background-color: #FFFFFF;
    padding: 3px;
}

#footer
{
    width: 100%;
    display: block;
    padding-top: 20px;
    text-align: justify;
}

