.VAMErrorText
{
   color: Red;
   font-family:Arial;
}

.VAMBlinkText
{
   color: White;
}

.VAMFieldWithError
{
   background-color: #ffffcc;
   font-family:Arial;
}

.VAMValSummary
{
   color: red;
   font-family:Arial;
}

.VAMValSummaryHeader
{
   color: red;
}
.VAMValSummaryHeader TR
{
   color: red;
}
.VAMValSummaryErrors
{
   color: red;
   margin-top:6px;
   font-weight:normal;
}
.VAMValSummaryFooter
{
   color: red;
}
.VAMValSummaryFooter TR
{
   color: red;
}
.VAMRequiredFieldMarker
{
}

.VAMRequiredFieldsDescription
{
   font-size: 8pt;
   font-style: italic;
}

.VAMTextHiliteFields
{
   background-color  : #ffffcc;
   font-family:Arial;
}

.VAMNonTextHiliteFields
{
   background-color  : #ffffcc;
   font-family:Arial;
   border-top: solid 0px #ffffcc;
   border-right: solid 0px #ffffcc;
   border-left: solid 0px #ffffcc;
   border-bottom: solid 0px #ffffcc;
}
.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;
}

.StaticLink
{
	color: blue;
	text-decoration: underline;
	font-family:Arial;
}