﻿em
{
    font-style:italic;
} 
sup
{
    font-size: 10px;
    vertical-align: top;
}
p.SmallPrint
{
    font-size: 10px;
}
.Validation
{
    color: Red;
}

/************ Main Content, Padded Content **********************/

#ContentWrap h1 {    font-weight: bold;    font-size: 20px;    padding: 5px 0 5px 0; }
#ContentWrap h2 {    font-size: 14px;    margin: 5px 0 5px 0; }
#ContentWrap h3 {    font-size: 14px;    text-transform:uppercase;    font-style:italic; }
#ContentWrap h4#ReportTitle {    font-size: 14px;    font-style:italic; text-align:center; }
#ContentWrap h4#ReportSubtitle{    font-size: 24px; text-align:center; }
#ContentWrap h4#ReportProfile{    margin: 20px 0;    font-size: 18px; text-align:center; }
#ContentWrap p, #ContentWrap label {    font-size: 14px; margin: 0 0 8px 0 }
#ContentWrap hr { margin: 10px 0;}
.PaddedContent, .TabbedContent {    padding: 10px 20px 40px 20px; }
.PaddedContent ul, .PaddedContent ol {  margin-left : 30px; font-size:14px; }
.PaddedContent span {  font-size: 14px; margin: 0 0 8px 0 }
.PageView {  background-color: White;    border: 1px solid #898c95;    border-top: none;    padding: 10px;}


/*********** Forms ***********/

.Form td,
.Form th
{
    text-align: left;
    font-size: 12px;
    padding: 2px 0 2px 5px;
}


/**********************************/

.Login,
.CreateUserTable
{
    background-color: #E8D27D;
    margin: 100px auto;
    font-size: 12px;
    color: #8A5B0A;
}
.Login table
{
    padding:10px;
    border: solid 2px #8A5B0A;
}
.Login input
{
    margin: 4px;
}
/*********************************/

.Option
{
    margin: 10px auto;
    text-align: left;
}
div.Option
{
    width: 400px;
}
.Option input, .Option label, Option img
{
    cursor: pointer;
}
div.Multiple
{
    text-align: left;
    width: 200px;
    float:left;
}
.Multiple td
{
    padding: 0 0 0 10px;
}
div.Clear
{
    clear: both;
}
hr.Option
{
    width:70%;
    color:#8A5B0A;
}

/**************************************/

.Grid td, .Grid th
{
    border: 2px solid #FF9933;
    text-align: center;
    width: 40px;
    background-color: #FFCC66;
    padding: 5px;
    font-weight: normal;
}
.Grid td
{
    border-color: #FFCC66;
    background: #ECDA91;
}
td.Highlight
{
    background: Yellow;
    font-size: 40px;
}
.AnswerGrid td
{
    font-size: 10px;
    background: #FCF9E9;
}
.SubWeight
{
    font-size: 8px;
    display: none;
}
.Styles td.Primary,
.Styles td.UnderTheHood,
.Features td.Primary
{
    background-color: #CCFF99;
    border-color: #669900;
}
.Styles td.UnderTheHood
{
    border-color: #FF6600;
}
.Styles td.Secondary
{
    border-color: #669900;
}
.Features td.Secondary
{
    border-color: #CC3300;
    background-color: #FFCC99;
}


/**************************************/

.styles td,
.styles th
{
    margin: 0px;
    padding: 2px 10px 2px 10px;
    border: solid 1px #E3CA66;
}
.styles th
{
    font-weight: bold;
    background: #E3CA66;
}


/**************************************/

table.TwoColumnList {margin:0 50px 0 100px;}
    .TwoColumnList td {padding-left: 30px; font-size:12px;}
 
 img#certifications {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 750px;
}

/**************************************/

.EditorDisabled
{
    background-color: #fff;
    margin-top: 10px;
}

#Legal p, #Legal li
{
    font-size: 8pt;
}
div#Legal
{
    padding: 30px;
}
