﻿.FormBase
{
	 margin: 10px 10px 10px 10px;
}

.Input {
	height: 14px;
}
.InputCombo
{
	color: Black;
}

.InputComboInline
{
	color:Black;
}

.InputLabel 
{
	height: 14px;
	text-align: right;
	color:Navy;
	margin-right: 5px;
	 vertical-align:top;}

.InputLabelInline
{
	height: 14px;
	text-align: right;
	color: #007B8A;
	float: left;

}

.EntryGroup {
	 padding: 10px;
}

.ImageSeparator {
	margin-left: 5px;
	margin-top: -5px;
}

.RequiredFieldSymbol 
{
	color: Red;
	font-weight:bold;
	font-family:Verdana;
	/*Color: #ff3300; */	
}
.RequiredField
{
	color: Red;	
}
.PartiallyRequiredField
{
	color:Gray;	
	font-style:italic;	
}

/* FORM RELATED */

.FormSurface 
{
    border-top: solid 1px #A59FE8; 
    border-left: solid 1px #A59FE8;
    border-right: solid 1px #A59FE8;
    background-repeat:repeat; 
    background-image: url(../../images/Psc0/Form.Surface.Bgrnd.gif);
}

.FormGroupSeparator 
{
	 margin: 10px 0 7px 0;
	 color: Navy;
	 font-weight: bold;
}

.FormSubGroupSeparator 
{
	margin-top: 10px;
	 color: Navy;
	 font-style:italic;
}

/* FORM HEADER */
.FormHeaderHeading
{
	color: #2B9C43;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding-right:15px;
}

.FormHeaderDescription
{
	text-align: center;
	margin: 0em 0 .2em 0;
	font-size: 1em;
}

.FormHeader 
{
	 background-image: url(../../images/Psc0/Form.Header.Bgrnd.jpg);
	 background-repeat: repeat-x;
	 border: solid 1px #a59fe8;
	 padding:  3px 3px 3px 10px;
}

.FormHeaderIcon
{
	 margin-bottom: -5px;
}

.FormDescription 
{
	margin: 10px 10px 10px 10px;
	color: #867DAB;
	font-style: italic;
	text-align: center;
}

/* FORM FOOTER */
.FormFooter 
{
	 background-image: url(../../images/Psc0/Form.Footer.Bgrnd.gif);
	 background-repeat: repeat-x;
	 border: solid 1px #a59fe8;
	 text-align: right;
	 padding:  3px 3px 3px 10px;
}

.FormFooterNextSection
{
  float: left;
}

.FormFooterSectionDescription
{
  color: green;
  padding: 0 5px 0 5px;
}

.FormFooterIcon
{
	 margin-bottom: -5px;
}

