/* BEGIN INPUT BOX STYLES *********************** */
/*textbox style*/
.commonfieldstextbox
{
	border:1px solid #908e8f;
	width:255px;
	margin-bottom:5px;
	height:17px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	width: 190px;
	height:20px;
	background: #FFFFFF;
}
/*textarea style*/
.commonfieldstextarea
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #908e8f;
	height: 75px;
	width: 190px;
	background: #FFFFFF;
}
/*dropdown style*/
.commonfieldsdropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#4e4e4e;
	text-decoration: none;
	border:1px solid #908e8f;
	height: 17px;
	width: 190px;
	background: #FFFFFF;
}
/* END INPUT BOX STYLES *********************** */

/* BEGIN PREDEFINED CONTENT OBJECT STYLES *********************** */
/*td - label text that defines a field*/
.FieldLabel
{
	color:#ffffff;
	width:200px;
	vertical-align:top;
	padding-top:2px;
}
/*td - shorter label text that defines a field (Mostly used for event attendance)*/
.FieldLabelShort
{
	color:#ffffff;
	width:125px;
	vertical-align:top;
	padding-top:2px;
}
/*td - label text that spans the field and its label (Mostly paragraps/descriptions)*/
.FieldLabelAll
{
	color:#ffffff;
	vertical-align:top;
	padding-top:2px;
}
/*td - the cell that contains the input controls*/
.FieldValueEdit
{
	width:250px;
	vertical-align:top;
	padding-top:2px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*td - the cell that contains shorter input controls (Mostly used for event attendance)*/
.FieldValueEditShort
{
	width:100px;
	vertical-align:top;
	padding-top:2px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*style for the red star that indicates a required field*/
.Red 
{
	color: Red;
	width:5px;
	vertical-align:top;
	padding-top:2px;
}
/*style for the red text that explains the red star is required*/
.redText
{
	color: Red;
	width:195px;
	vertical-align:top;
	padding-top:2px;
}
.whiteText
{
	color: White;
}
.blackText
{
	color: Black;
}
/* END PREDEFINED CONTENT OBJECT STYLES *********************** */
