.VAMErrorText
{
   color: #ef4832;
}

.VAMBlinkText
{
   color: White;
}

.VAMFieldWithError
{
   background-color: lightpink;
}

.VAMValSummary
{
   color: #ef4832;
   border: 1px solid #ef4832; background: #fef1ec url(/_inc/css/images/ui-bg_highlight-soft_75_fef1ec_1x100.png) 50% top repeat-x; color: #ef4832; 
}

.VAMValSummaryHeader
{
   color: #ef4832;
}
.VAMValSummaryHeader table {
    margin-bottom:10px;
}
.VAMValSummaryHeader table td, .VAMValSummaryHeader table th {
    padding-left:10px;
    padding-right:10px;
}

.VAMValSummaryHeader tr
{
   color: black;
   font-weight:bold;
}
.VAMValSummaryErrors
{
   color: #ef4832;
   margin: 16px;
   text-decoration: none !important;
}
.VAMValSummaryErrors ul li {
    background:none;
}
.VAMValSummaryFooter
{
   color: #ef4832;
}
.VAMValSummaryFooter TR
{
   color: #ef4832;
}
.VAMRequiredFieldMarker
{
}

.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;
}
.VAMMultiSegTextBox
{
   border-left: whitesmoke thin solid;
   border-top: whitesmoke thin solid;
   border-right: whitesmoke thin solid;
   border-bottom: whitesmoke thin solid;
}

