﻿/* Used by Label with SkinID="PageTitle" */
.PageTitle
{
	color: #006;
	font-family: "Times New Roman",Times,serif;
	font-size: 2em;
	font-weight: bold;
   
    margin-bottom: 8px;
	margin-top: 10px;
	margin-left: 10px;
}

/* Used by Label with SkinID="FormField" */
.FormField
{
	text-align: right;
	white-space: nowrap;
	display: block;
	width: 100%;
}

/* Used by Label with SkinID="RequiredFormField" */
.RequiredFormField
{
	text-align: right;
	white-space: nowrap;
	display: block;
	width: 100%;
	font-weight: bold;
}

/* Used by Label with SkinID="Error" */
.ErrorText
{
	font-size: 8pt;
	color: Red;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Used by Label with SkinID="Error" */
.ValidationSummaryErrorText
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*  */
.PositiveFeedbackText
{
	font-size: 10pt;
	color: #009900;
	font-family: arial, sans-serif;
}

/*  */
.FormHint
{
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-family: arial, sans-serif;
}
.PageNotification
{
	display: block;
    font-weight: bold;
    font-size: 10pt;
    color: Green;
    margin-bottom: 10px;
}

.PageNotificationMessage
{
	display: block;
    font-weight: bold;
    font-size: 10pt;
    color: Green;
    margin-bottom: 10px;
}

.PageNotificationWarning
{
	display: block;
    font-weight: bold;
    font-size: 10pt;
    color: Orange;
    margin-bottom: 10px;
}

.PageNotificationError
{
	display: block;
    font-weight: bold;
    font-size: 10pt;
    color: Red;
    margin-bottom: 10px;
}

