﻿
.PEDataEntryTable
{
	background-color: #fff;
}

.PEErrorMessage
{
    FONT-WEIGHT: bolder;
    COLOR: #f00;
}

/* Style to apply to ValidatorSummary controls */
.PEValidatorSummary
{
	/* Make the HeaderText bold */
	font-weight: bold; 
	COLOR: #0F0F0F;
	/* Make sure we have some space at the top and bottom  */
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Takes effect if the error messages in the ValidatorSummary are hyperlinks (lets user link to the control they need to correct. */
.PEValidatorSummary a:link,
.PEValidatorSummary a:visited 
{
	text-decoration: none;
    font-weight: normal; 
	COLOR: #0F0F0F;
}
/* Underline the hyperlink when the mouse passes over it to make it more obvious the user can click on it. */
.PEValidatorSummary a:hover 
{
	text-decoration: underline;
}
/* If the data entry control has a label, then it will be inclosed in a span element with this style */
.PEValidatorSummaryControlLabel
{
	color: Blue;
	text-decoration: underline;
}


.PEFormFieldLabel,
.PERequiredFieldIndicatorOn,
.PEFormFieldLabelProtected {
	margin-right: .4em;
}

.PEFormFieldLabelOnLeftTDTag,
.PERequiredFieldIndicatorTDTag,
.PEFormFieldTDTag {
	padding: 0;
}

.PEFormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PEErrorMessage {
	margin-left: .4em;
}

.PEFormFieldAsHTMLText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PEFormButton
{
    FONT-WEIGHT: normal;
}
.PEFormButtonDetail
{
    FONT-WEIGHT: normal;
    MARGIN-RIGHT: 25px
}
.PEFormButtonDetailHyperlink
{
    FONT-WEIGHT: normal;
    MARGIN-RIGHT: 25px
}
.PEFormField
{
    FONT-WEIGHT: normal;
}
.PEFormField2
{
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}
.PEFormFieldAsHTMLText
{
    BORDER: medium none;
    PADDING: 0px;
    FONT-WEIGHT: normal;
    MARGIN: -1px 0 0 0;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, Tahoma;
}
.PEFormFieldAsHTMLTextAlternateColor
{
    BORDER: medium none;
    PADDING: 0;
    FONT-WEIGHT: normal;
    MARGIN: -1px 0 0 0;
    COLOR: #000;
    FONT-FAMILY: Arial, Verdana, Tahoma;
    BACKGROUND-COLOR: #e8e8e8;
}
.PEFormFieldDisabled
{
    BORDER-RIGHT: white thin;
    BORDER-TOP: white thin;
    FONT-WEIGHT: normal;
    BORDER-LEFT: white thin;
    COLOR: black;
    BORDER-BOTTOM: white thin;
    BACKGROUND-COLOR: transparent;
}
.PEFormFieldError
{
    FONT-WEIGHT: normal;
}
.PEFormFieldLabel
{
    PADDING-LEFT: 0;
	FONT-WEIGHT: bold;
    COLOR: #0F0F0F;
    white-space:nowrap;
}
.PEFormFieldLabelProtected
{
    FONT-WEIGHT: bold;
    COLOR: #ccc;
}

.PEFormFieldLabelOnLeftTDTag
{
    TEXT-ALIGN: right;
}
.PEFormFieldLabelOnLeftTDTag2
{
    BORDER: white 1px solid;
    PADDING: 0;
    MARGIN: 0;
    BACKGROUND-COLOR: #ccc;
    TEXT-ALIGN: right;
}
.PEFormFieldLabelOnTopTDTag
{
   PADDING-LEFT: 0;
   TEXT-ALIGN: left;
}
.PEFormFieldProtected
{
    FONT-WEIGHT: normal;
    COLOR: #808080;
    BACKGROUND-COLOR: #ccc;
}
.PEHyperlinkNoUnderline
{
	text-decoration: none;
	color: Black
}
.PEListNavHidden
{
    COLOR: #fff
}
.PEListNavStatistics
{
    FONT-WEIGHT: normal;
    COLOR: #000
}
.PERequiredFieldExplanation
{
    PADDING-LEFT: 20px;
    FONT-WEIGHT: normal;
    COLOR: #f8674e;
    FONT-STYLE: normal;
}
.PERequiredFieldIndicatorOff
{
    FONT-WEIGHT: normal;
    COLOR: #fff;
}
.PERequiredFieldIndicatorOn
{
    FONT-WEIGHT: normal;
    COLOR: #f8674e;
}
.PETableCellBorderRight
{
    BORDER-RIGHT: black 1px solid;
}
.PETableCellErrorRow
{
    BACKGROUND-COLOR: #e9967a;
}
