
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000; !important

}

html {
	font-size: 14px;
}
body, div, table, td, li, a, p {
	font-family:'Open Sans', sans-serif;
	color:#fff;
}
input, select {
	font-family:'Open Sans', sans-serif;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Open Sans', sans-serif;
	color: #fff;
}
ul > li {
	color:#fff;
}
form	{
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #AAAAAA;
	background-color: #000;
}
/* HEADER 							*/
#header {
	text-align: left;
	padding: 0px !important;
	background-color: #000;

}
#header .blockImport {
	padding: 0px !important;
}
#header br	{display:none	}

.headerTitle	{
	text-align:right;
	min-width:285px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	
	/* add other CSS for header title formatting, as needed */
}
@media (max-width: 600px) {
	.headerTitle	{
		text-align:left
	}
}
/* LINKSBAR	*/
#linksbar {
	margin-left: 0 !important;
	width: 100% !important;
	height: auto !iimportant;
	text-align: left;
	padding: 14px 0px;
	border: 0px solid red;
	background-color: #000000;
}
#linksbar ul, #linksbar li { 
	margin: 0; 
	padding: 0; 
}
#linksbar a {
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* Copied from Navbar SS */
#linksbar .currentPage a, #linksbar .currentPage a:hover, #linksbar a:hover {
	background-color: transparent; 
	border-bottom: 2px solid #FFFFFF;	
	color: #FFF;		
}
	
 @media (max-width: 600px) {
	#linksbar a {
		font-size: 10px;
		padding: 10px 4px !important;
		margin: 10px 4px !important;
	}
} 
/* MAIN BODY AND CONTENT							*/
#main-body	{
	width: 100%;
	margin: 0px auto;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color: #000;
}
.heroHeader	{
	margin: 0px !important;
	padding: 0px !important
}
.heroBanner {
	width: 100%;
	margin-top: 0px;
	padding: 0px !important;
}
.heroBannerNudge {
	width: 100%;
	margin-top: -2px !important;
	padding: 0px !important;
	background-color:#fff !important;	
}
#content > p	{
	margin-top:0px !important
}
div.contentBox	{
	padding: 20px 40px;
	/* background-color: #fff; */
}
div.contentBoxShaded	{
	/* background-color: #eaeaea; */
	border: 10px solid #FFFFFF;
}
div.eventrow {
	/* background-color:#fff !important; */
}	
#fieldsBox	{
	padding-top: 64px !important;
	padding-bottom: 64px !important
	content: "";
	display: table;
	clear: both
}
/* Copied from Field Formatting SS */
/* Formatting for text fields and drop-down fields */
input, select	
	{
	width: 100%; 
	margin: 0px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 40px;
	padding:0px 10px;
	}
/* Formatting just drop-down fields */
select	
	{
	padding-left:6px;
	}
textarea
	{
	width: 100%; 
	margin: 0px 0px 0px 0px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	height: 100px;
	padding:10px;
	}
input[type="radio"]  {
	width: 14px; 
	height:14px;
	border: 1px solid #999;
	margin: 0px 6px 0px 20px  !important;
	
}
input[type="checkbox"]  {
	width: 14px; 
	height: 14px;
	margin: 0px 6px 0px 20px !important;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-top: 1px solid #616161;
	border-right: 1px solid #A1A1A1;
	border-radius: 5px;
	
	}  
/* Formatting how SDs are displayed on register pages */
#renderedDatesBox input { 
	float: left; 
	width: 16px;
	height:16px;
	margin:0px !important;
	margin-top:3px !important;
}
#renderedDatesBox > div.eventInfo {
	margin-left:25px;
	margin-bottom: 1em;
	
}
/* Formats fields on both Reg and Eval Forms */
div.questionRow {
	width: 100%;
	display:inline-block;
	text-align:left;
	/*border:1px solid #FFFFFF;*/
}
div.questionRow > div.field {
	width:100%;
	display:block;
	margin:10px 0px 20px 0px;
	padding:0px;
}
div.questionRow > div.evalQuestion {
	display:inline-block;
	text-align:left;
}
div.evalQuestion {
	padding-top:20px;
	vertical-align:bottom;
	line-height:1em;
}
/* Format fields on interstitial On Wall Attend page */
#AttendName_Row, #AttendCity_Row, #AttendState_Row, #AttendPhone_Row {
	width:80%;
	max-width:900px;
	margin:20px auto !important;
	display:block;
}
/* End Field Formatting Style */
div.faded {
	/*background-color:rgba(255, 255, 255, 0.5);
	padding:10px;*/
}
.moreInfo	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}
#submitButtonPlaceholder, #attendButtonPlaceholder {
	width:70%;
	max-width:720px;
	margin:20px auto !important;
	display:block;
	line-height:0px;
}
#submitButton, #submitButton2 {
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	width:100%;
	height:40px;
	margin:0px auto !important;
	background-color: #231F20 !important;
	border: 2px solid #444444;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	margin-top:8px;
}	
.eventField	{
	margin-top: 5px
}
/*    Footer    */
#footer {
	margin-top: 0px;
	clear: both;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	position: absolute bottom;
/* Change the footer background color  */
	background-color: #525252;
}
#footer > div.blockImport {
	line-height:0;
	font-size:0;
	text-align:center;
}
#footer > .blockImport >  * {
	line-height:1.5;
	font-size:14px;
	text-align:left;
}
#isicontain {
	padding:40px;
}
#footer p	{
	margin:0px;
}
.isiHeader	{
	color: #0089ff;
	font-weight: bold;
	font-size: 14px
} 
.footerTitle {
	text-align:right;
	padding:24px 30px 0px 0px;
}
.footerBottom	{
	background-color: #231f20;
	line-height:1.3em !important;
}
.footerLinkBox	{
	padding: 30px !important
}
.footerBottom a	{
	color: #fafafa;
	text-decoration: none;
	font-size: 12px;
}
.footerBottom a:hover	{
	color: #FFFFFF;
	text-decoration: underline
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
/*#Error #fieldsPlaceholder { font-family: monospace }*/
.requiredField .evalQuestion { font-weight: bold }
.errorMessage { color: red; font-weight: bold; background-color: white; text-align:center; }


