.VAMErrorText
{
    color: #ff6f00;
}

.VAMBlinkText
{
    color: White;
}

.VAMFieldWithError
{
    background-color: #ffb6c1;
}

.VAMValSummary
{
    color: red;
}

.VAMValSummaryHeader
{
    color: red;
}
.VAMValSummaryHeader TR
{
    color: red;
}
.VAMValSummaryErrors
{
    color: red;
    margin-top: 6px;
}
/* for the hyperlinktofield feature */
.VAMValSummaryErrors A
{
    color: red;
    margin-top: 6px;
}
.VAMValSummaryFooter
{
    color: red;
}
.VAMValSummaryFooter TR
{
    color: red;
}
.VAMRequiredFieldMarker
{
}

.VAMRequiredFieldsDescription
{
    font-size: 8pt;
    font-style: italic;
}

.VAMTextHiliteFields
{
    font-weight: bold;
    color: #f1f1ad;
}

.VAMNonTextHiliteFields
{
    background-color: #ffb6c1;
    
}
.VAMValSummaryAltRows
{
    color: red;
    background-color: #add8e6;
}
.VAMMultiSegContainer
{
    border-left: #d3d3d3 thin inset;
    border-top: #d3d3d3 thin inset;
    border-right: #d3d3d3 thin inset;
    border-bottom: #d3d3d3 thin inset;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.VAMMultiSegTextBox
{
    border-left: #f5f5f5 thin solid;
    border-top: #f5f5f5 thin solid;
    border-right: #f5f5f5 thin solid;
    border-bottom: #f5f5f5 thin solid;
}
