﻿/* Form */
.scfForm
{
	height: 100%;
	width: 100%;
	text-align: left;	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
}

/* Form Title*/
.scfTitleBorder
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3E3E3D;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 5px 0pt;
	text-decoration: none;
	font-weight: bold;
}

/* Form Introduction*/
.scfIntroBorder
{
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
}

.scfSubmitButton
{
}

/* Validation */
.scfValidationSummary
{
}

.scfValidator
{
	margin: 0px;
	display:block;
}

.scfValidatorRequired,
.scfRequired
{
	margin: 5px 0px;
	float : left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
	padding: 0 px 15px 15px 15px;
	border: 0px;
	margin:0px;
}

.scfSectionLegend
{
	padding: 7px 13px 8px 13px;
	font-weight: bold;
	text-decoration: none;
	background: #27618C;
	display: block;
	width: 650px;
}

legend.scfSectionLegen span
{
	display: block;
	width: 530px;
}

.scfSectionBorder
{
	margin:0px;
	padding: 0px;
	width: 100%;
}

.scfSectionContent
{
	width: 100%;
	float: left;
}

.scfSectionUsefulInfo
{
	width: 100%;
	margin-left:6px;
	vertical-align:top;
	display:inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder
{
	clear:left;
	text-align: left;
	display: block;
	margin: 5px 0px;
	width: 100%;
}

.scfCheckbox
{
	width: 90%;
	display: block;
	padding:0px 3px;	
}

.scfCheckboxUsefulInfo
{
	font-size:0.9em;
	display: block;
	width:90%;	
	padding:0px 6px;
}

/* Label */
.scfLabel
{
	width: 100%;
	display: block;
}

.scfListBoxGeneralPanel,
.scfDropListGeneralPanel
{
	margin: 0px 3px;
	display: block;
	float:left;
}

.scfListBox,
.scfDropList
{
	width:250px;
	margin:0px;
	margin-left:3px;
}

.scfMultipleLineTextBox
{
	width:250px;
	margin:0px;
}


.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder
{
	text-align: left;
	display: block;
	margin: 5px 0px;
	vertical-align: top;
}

.scfEmailTextBox,
.scfMultipleLineTextBox,
.scfSingleLineTextBox,
.scfPasswordTextBox,
.scfNumberTextBox,
.scfDateTextBox,
.scfRadioButtonList,
.scfCheckBoxList,
.scfFileUpload
{
	width: 240px;
}

.scfDropListLabel,
.scfEmailLabel,
.scfMultipleLineTextLabel,
.scfSingleLineTextLabel,
.scfPasswordLabel,
.scfNumberLabel,
.scfDateLabel,
.scfRadioButtonListLabel,
.scfCheckBoxListLabel,
.scfListBoxLabel,
.scfFileUploadLabel,
.scfDateSelectorLabel
{
	padding: 3px 0px;
	width: 220px;
	display: block;
	float: left;
	margin-left:6px;
}

.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel
{
	margin: 0px 3px;
	display: block;
	float:left;
}

.scfDropListUsefulInfo,
.scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo,
.scfPasswordUsefulInfo,
.scfNumberUsefulInfo,
.scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo,
.scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo,
.scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo
{
	font-size:0.9em;
	padding: 2px 0px 0px 2px;
	display: block;
	width:250px;	
}

.scfDateSelectorDay,
.scfDateSelectorMonth,
.scfDateSelectorYear
{
	width:33%;
	margin:0px;
}

.scfDropListUsefulInfo
{
	width: 270px;
}

.scfMultipleLineTextBox
{
	width: 480px !important;
}

.LongLabelList .scfCheckBoxListLabel, 
.LongLabelList .scfRadioButtonListLabel, 
.LongLabelList .scfDropListLabel, 
.LongLabelList .scfSingleLineTextLabel
{
	width: 650px;
}
.LongLabelList .scfCheckBoxListGeneralPanel, 
.LongLabelList .scfRadioButtonListGeneralPanel
{
	clear: left;
	margin-left: 50px;
	_margin-left: 0px;
}
.LongLabelList .scfDropListGeneralPanel, 
.LongLabelList .scfSingleLineGeneralPanel
{
	clear: left;
	margin-left: 200px;
	_margin-left: 100px;
}
.LongLabelList .scfCheckBoxList, 
.LongLabelList .scfRadioButtonList
{
	width: 400px;
}
.LongLabelList .scfDropList
{
	margin-left: 34px;
	_margin-left: 44px;
}
.LongLabelList .scfSingleLineTextBox
{
	margin-left: 30px;
	_margin-left: -60px;
}

.LongLabelList.LongChoices .scfCheckBoxListGeneralPanel
{
	margin-left: 50px;
	_margin-left: 0px;
}
.LongLabelList.LongChoices .scfCheckBoxList
{
	width: 600px;
	_width: 620px;
}

