﻿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;  }
#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 }    Interfering with RadEditor */
.PageView {  background-color: White;    border: 1px solid #898c95;    border-top: none;    padding: 10px;}

/****************** Report View ********************/

#ContentWrap .reportWrapper {
    padding: 10px 20px;
}

#ContentWrap .report {
    max-width: 800px;
    border: 1px solid #ccc;
    margin: 20px auto;
    padding: 30px 60px;
    line-height: 1.2em;
    -webkit-box-shadow: 1px 1px 6px 0 #000000;
    box-shadow: 1px 1px 6px 0 #000000;
}

    #ContentWrap .report p, #ContentWrap .report li {
        font-size: 12px;
        line-height: 20px;
    }

#ContentWrap .report h1 {
    font-size: 16px;
    margin-top: 10px;
}

#ContentWrap .report ul {
    margin: 0 0 20px 20px;
}

#ContentWrap h4#ReportTitle {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

#ContentWrap h4#ReportSubtitle {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#ContentWrap h4#ReportProfile {
    margin: 12px 0 18px 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
#ContentWrap h4#Profile small {
    font-size: 60%;
}


/*********** Forms ***********/

table.Form
{
    width: 100%;
}
.Form td,
.Form th
{
    text-align: left;
    font-size: 12px;
    padding: 2px 0 2px 5px;
}


/**********************************/

table.Login,
.CreateUserTable
{
    background-color: #E8D27D;
    margin: 50px auto;
    font-size: 12px;
    color: #8A5B0A;
}
.Login div
{
    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;
}


/**************************************/

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;
    padding: 5px;
    border: 1px solid #5D1F00;
    width: 100%;
}

#Legal p, #Legal li
{
    font-size: 8pt;
}
div#Legal
{
    padding: 30px;
}

