/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/
.leftWidth
{
    width: 196px;
}

.Error
{
    color: #CC0000;
}


body, th, td, div, p, table, h1, h2, h3, h4, h5, h6.Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 130%;
}
.caculator_table
{
    width: 600px;
    text-align: left;
}
.caculator_table h1, h5, h1 input
{
    font-weight: bold;
}
.caculator_table h1, h1 input
{
    color: #032B5C;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.caculator_caption
{
    color: #666666;
    width: 180px;
}
.caculator_result
{
    font-size: 16px;
    font-weight: bold;
}
.caculator_submit
{
    padding: 15px 0 0 0;
}


