.VAMErrorText
{
    color: red;
    margin-left: 5px;
}

.VAMBlinkText
{
    color: White;
}

.VAMFieldWithError
{
    background-color: lightpink;
}

.VAMValSummary
{
    background-color: White;
    color: red;
    text-align: center;
    border: 1px solid black;
    padding: 10px; /*margin-left:25%;      margin-right:25%;*/
    width: 100%;
}

.VAMValSummaryHeader
{
    color: green;
    margin: 0px;
    font-size: medium;
    font-weight: normal;
    padding: 0px;
}
.VAMValSummaryHeader TR
{
    color: red;
}
.VAMValSummaryErrors
{
    color: red;
    margin: 0px;
}
.VAMValSummaryFooter
{
    color: red;
}
.VAMValSummaryFooter TR
{
    color: red;
}
.VAMRequiredFieldMarker
{
    margin-right: 5px;
}

.VAMRequiredFieldsDescription
{
    font-size: 8pt;
    font-style: italic;
}

.VAMTextHiliteFields
{
}

.VAMNonTextHiliteFields
{
}
.VAMValSummaryAltRows
{
    color: red;
    background-color: lightblue;
}
.VAMMultiSegContainer
{
    border-left: lightgrey thin inset;
    border-top: lightgrey thin inset;
    border-right: lightgrey thin inset;
    border-bottom: lightgrey thin inset;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
.VAMMultiSegTextBox
{
    /*border-left: whitesmoke thin solid;     border-top: whitesmoke thin solid;     border-right: whitesmoke thin solid;     border-bottom: whitesmoke thin solid;*/
    font-size: 8pt;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

