/* BEGIN INPUT BOX STYLES *********************** */
/*textbox style*/
.commonfieldstextbox
{
	border:1px solid #908e8f;
	width:262px;
	margin-bottom:5px;
	height:17px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222222;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	width: 262px;
	height:17px;
	background: #FFFFFF;
}
/*textarea style*/
.commonfieldstextarea
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222222;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #908e8f;
	height: 75px;
	width: 262px;
	background: #FFFFFF;
}
/*textarea style*/
.commonfieldslistbox
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222222;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #908e8f;
	height: 105px;
	width: 262px;
	background: #FFFFFF;
}
/*dropdown style*/
.commonfieldsdropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#222222;
	text-decoration: none;
	border:1px solid #908e8f;
	height: 20px;
	width: 262px;
	background: #FFFFFF;
}
/* END INPUT BOX STYLES *********************** */

/* BEGIN PREDEFINED CONTENT OBJECT STYLES *********************** */
/*td - label text that defines a field*/
.contentTable
{
	width:550px;
}
.FieldLabel
{
	color:#222222;
	width:220px;
	vertical-align:top;
	padding:3px;
}
/*td - shorter label text that defines a field (Mostly used for event attendance)*/
.FieldLabelShort
{
	color:#222222;
	width:125px;
	vertical-align:top;
	padding-top:2px;
}
/*td - label text that spans the field and its label (Mostly paragraps/descriptions)*/
.FieldLabelAll
{
	background:#dfdcbb;
	color:#222222;
	padding:3px;
	height:25px;
}
/*td - the cell that contains the input controls*/
.FieldValueEdit
{
	width:325px;
	vertical-align:top;
	padding:3px;
	color: #696968;
	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: #696968;
	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;
	vertical-align:top;
	padding-top:2px;
}
.Blue 
{
	color: Blue;
	width:5px;
	vertical-align:top;
	padding-top:2px;
}
.blueText
{
	color: Blue;
	vertical-align:top;
	padding-top:2px;
}
/* END PREDEFINED CONTENT OBJECT STYLES *********************** */
/*style for the Sitemap Content Object*/
.SMParentNode
{
	color: #56483e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
}
.SMHoverNode
{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
}
.SMSelectedNode
{
	color: #56483e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none
}
.SMNode
{
	color: #56483e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
}
/*style for the login control*/
.label_login
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.input_login
{
	border:1px solid #908e8f;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:20px;
	color:#222222;
	background: #FFFFFF;
	padding-left:2px;
}
.FormRow
{
	background-color:#fcfcfa;
}
.FormAlternatingRow
{
	background-color:#f0eed9;
}