.VAMErrorText
{
   color: Black;
	font-weight: bold; 
}

.VAMBlinkText
{
   color: #AA8000;
	font-weight: bold; 
}

.VAMFieldWithError
{
   background-color: #FFEC9F;
}

.VAMValSummary
{
   color: red;
   margin-top:6px;
text-decoration: none;
}

.VAMValSummary TD
{
   color: red;
   margin-top:6px;
text-decoration: none;
}

.VAMValSummaryHeader
{
   color: red;
   margin-top:6px;
text-decoration: none;
}

.VAMValSummaryHeader TR
{
   color: red;
   margin-top:6px;
text-decoration: none;
}

.VAMValSummaryErrors
{
   color: red;
   margin-top:6px;
text-decoration: none;
}
.VAMValSummaryErrors a{
   color: red;
   margin-top:6px;
text-decoration: none;
}

.VAMValSummaryErrors a:hover{
   color: red;
   margin-top:6px;
text-decoration: underline;
}
.VAMValSummaryFooter
{
   color: red;
}
.VAMValSummaryFooter TR
{
   color: red;
}
.VAMRequiredFieldMarker
{
}

.VAMRequiredFieldsDescription
{
   font-size: 8pt;
   font-style: italic;
}

.VAMTextHiliteFields
{
}

.VAMNonTextHiliteFields
{
	background-color: #FFCC00;
}
.VAMValSummaryAltRows
{
   color: red;
   background-color: #6666CC;
}

.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;
}