/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}

/*	status messages	*/
.statusmsg
{
	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-weight:			bold;
	font-size:				11px;
	color:					red;
}

.form-section-header
{
	margin:					0em;
	padding:				0px;
	
	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-weight:			bold;
	font-size:				12px;

	margin-top:				30px;
	margin-bottom:			15px;
	padding-top:			10px;
	border-top:				1px solid gray;


}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:			block;
	margin-top:			1.0em;
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	color:				#111111;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	display:			inline;
	font-weight:		normal;
	margin-left:		5px;
}

input.gray
{
	color:				gray;
	font-weight:		normal;
}

.note
{
	display:			block;
	margin-top:			4px;
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			10px;
	line-height:		13px;
	font-style:			italic;
	margin-left:		10px;
	margin-right:		40px;
}

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
input.textfield,
select.textfield,
textarea.textfield,
textarea.large
{
	width:				240px;
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

textarea.large
{
	width:				400px;
	height:				200px;

	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

input.large
{
	width:				400px;

	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}


/*---------------------------------------------------------------------------------------------------------
//	Locator form
//-------------------------------------------------------------------------------------------------------*/
table.form-block
{
	background-color:	#f1f1f8;
	margin-bottom:		22px;
	margin-top:			8px;
	padding:			0px;
}

table.form-block td
{
	padding:			5px 12px;
	width:				200px;
	border-bottom:		1px solid white;
	line-height:		20px;
}

table.locator
{
	background-color:	#f1f1f8;
	padding:			0px;
	width:				448px;
}

table.locator td
{
	border-bottom:		2px solid white;
	padding:			5px 0px 15px 11px;
	font-size:			11px;
	color:				#111111;
	line-height:		22px;
}

.formblock
{
	background-color:	#f1f1f8;
	margin-bottom:		22px;
	margin-top:			8px;
	padding:			0px;

	padding:			2px 12px 20px 12px;
	font-size:			11px;
	color:				#111111;
	border-bottom:		1px solid white;
	line-height:		20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Registration form formatting
//-------------------------------------------------------------------------------------------------------*/
.registration-hidden
{
	display:			none;
}

.header-bar
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	color:				#E56B1F;
	padding:			7px;
	background-color:	#f1f1f8;
}

.registration-hidden
{
	margin-top:			10px;
	background-color:	#f1f1f8;
	padding:			1px;
	padding-bottom:		10px;
}

.registration-hidden input.textfield,
.registration-hidden select.textfield,
.registration-hidden textarea.textfield,
.registration-hidden label,
.registration-hidden input.checkbox,
.registration-hidden input.input-radio,
.registration-hidden .note,
.registration-hidden .bodytext
{
c	margin-left:		20px;
c	margin-right:		10px;
}

.registration-hidden label.cb,
.registration-hidden label.radio
{
	margin-left:		0px;
}

.registration-hidden .bodytext
{
	color:				#111111;
	font-size:			11px;
}
