.VAMErrorText
{
   color: Red;
}

.VAMBlinkText
{
   color: White;
}

.VAMFieldWithError
{
   background-color: lightpink;
   z-index:999999999;
}

.VAMValSummary
{
	color: red; /*added by PH*/
	text-align: left;
	direction: ltr;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	
}

.VAMValSummaryHeader
{
	color: red;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.VAMValSummaryHeader TR
{
   color: red;
   
}
.VAMValSummaryErrors
{
	color: red;
	margin-top: 0.2em;
	margin-left: 0.7em;
	
}
.VAMValSummaryErrors li
{
	
	margin-left: 0.7em;
}
.VAMValSummaryFooter
{
	margin-left: 0.5em;
	margin-right: 0.5em;
   color: red;
}
.VAMValSummaryFooter TR
{
	
   color: red;
}
.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: 0.3em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	margin: 0.3em;
}
.VAMMultiSegTextBox
{
   border-left: whitesmoke thin solid;
   border-top: whitesmoke thin solid;
   border-right: whitesmoke thin solid;
   border-bottom: whitesmoke thin solid;
}