﻿.QuestHeading
{
    background-color: #a5b4c8;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial;
    height: 22;
    text-align:center;
}
.QuestSection
{
    background-color: #e1e1e1;
    font-size: 9pt;
    font-weight: normal;
    font-family: Arial;
    text-align:center;
}
.QuestHelp
{
    background-color: #c8ca99;
    font-size: 8pt;
    font-family: Arial;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 4px;
}
.QuestDivider
{
    background-color: #800000;
    font-size: 1pt;
    font-family: Arial;
}
.QuestError
{
    font-size: 8pt;
    font-family: Arial;
    text-align: center;
    color: #C00000;
}  
.Answers
{
    font-size: 8.5pt;
    font-family: Arial;
    height: 19px;
}      
.GridRow
{
    background-color: #e1e1e1;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    color: #000000;
}
.GridAlternate
{
    background-color: #f5f5f5;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    color: #000000;
}
.GridSelected
{
    background-color: #800000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    color: #ffffff
}
.CartAnswers
{
    font-size: 8.5pt;
    font-family: Arial;
} 
.HelpCenter
{
    font-size: 10pt;
    font-family: Arial;
} 
.CheckoutControl
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
} 
.CheckoutControlSelect
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    color: #800000;
} 
.ValidErrorStar
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    color: #c00000;
} 
.ValidError
{
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    color: #c00000;
}