/* BEGIN INPUT BOX STYLES *********************** */
/*textbox style*/
.commonfieldstextbox
{
	border:1px solid #333333;
	margin-bottom:5px;
	height:17px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	width: 170px;
	height:17px;
	background: #FFFFFF;
}
/*textarea style*/
.commonfieldstextarea
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #333333;
	height: 75px;
	width: 170px;
	background: #FFFFFF;
}
/*textarea style*/
.commonfieldslistbox
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #333333;
	height: 105px;
	width: 170px;
	background: #FFFFFF;
}
/*dropdown style*/
.commonfieldsdropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	border:1px solid #333333;
	height: 20px;
	width: 170px;
	background: #FFFFFF;
}
/* END INPUT BOX STYLES *********************** */

/* BEGIN PREDEFINED CONTENT OBJECT STYLES *********************** */
/*td - label text that defines a field*/
.contentTable
{
	width:550px;
}
.FieldLabel
{
	color:#333333;
	vertical-align:top;
	text-align:left;
	text-align:left;
	font-weight:bold;
	font-size: 11px;
	width:200px;
}
/*td - shorter label text that defines a field (Mostly used for event attendance)*/
.FieldLabelShort
{
	color:#333333;
	vertical-align:top;
	padding-top:2px;
	font-weight:bold;
}
/*td - label text that spans the field and its label (Mostly paragraps/descriptions)*/
.FieldLabelAll
{
	background:#dfdcbb;
	color:#333333;
	padding:3px;
	height:25px;
}
/*td - the cell that contains the input controls*/
.FieldValueEdit
{
	vertical-align:top;
	padding:3px;
	color: #333333;
	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
{
	vertical-align:top;
	padding-top:2px;
	color: #333333;
	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:20px;
	vertical-align:top;
	padding-top:2px;
	text-align:center;
}
/*style for the red text that explains the red star is required*/
.redText
{
	color: Red;
	vertical-align:top;
	padding-top:2px;
}
.videoPlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/Siteresources/images/Video/btnPlay2.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    height: 120px;
    position: absolute;
    width: 160px;
}
a.BreadCrumbNav:link, a.BreadCrumbNav:visited, a.BreadCrumbNav:active, a.CurrentSection:link, a.CurrentSection:visited, a.CurrentSection:active
{
    color:#666666;
    font-weight:bold;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}
a.BreadCrumbNav:hover, a.CurrentSection:hover
{
    color:#666666;
    font-weight:bold;
    text-decoration:underline;
    font-size: 11px;
    font-weight: normal;
}
a.currentPage:link, a.currentPage:visited, a.currentPage:active, a.currentPage:link, a.currentPage:visited, a.currentPage:active
{
    color:#d91a21;
    font-weight:bold;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}
a.currentPage:hover 
{
    color:#d91a21;
    font-weight:bold;
    text-decoration:underline;
    font-size: 11px;
    font-weight: normal;
}