.VAMErrorText
{
   color: Red;
}

.VAMBlinkText
{
   color: White;
}

.VAMFieldWithError
{
   background-color: #FFB6C1 !important;
}

.VAMValSummary
{
   color: red;
}

.VAMValSummaryHeader
{
   color: red;
}
.VAMValSummaryHeader TR
{
   color: red;
}
.VAMValSummaryErrors
{
   color: red;
   margin-top:6px;
}
.VAMValSummaryFooter
{
   color: red;
}
.VAMValSummaryFooter TR
{
   color: red;
}
.VAMRequiredFieldMarker
{
}

.VAMRequiredFieldsDescription
{
   font-size: 8pt;
   font-style: italic;
}

.VAMTextHiliteFields
{
}

.VAMNonTextHiliteFields
{
}
.VAMValSummaryAltRows
{
   color: red;
   background-color: #8FD8D8;
}
.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;
}