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

}

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

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

.headerTitle	{
	text-align:right;
	padding: 32px 20px;
	font-weight: bold;
	font-size: 28px;
	
	/* 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: #0089ff;
}
#linksbar ul, #linksbar li { display: inline; margin: 0; padding: 0 }
#linksbar a {
	text-decoration: none;
	display: inline;
	padding: 10px;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/*#linksbar .currentPage a, #linksbar .currentPage a:hover, #linksbar a:hover {
	background-color: transparent; 
	border-bottom: 2px solid #FFFFFF;	
	color: #FFF;		
}*/
/* MAIN BODY AND CONTENT							*/
#main-body	{
	width: 100%;
	margin: 0px auto;
	margin-top: 0px;
	padding-bottom: 0px;
}
.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: #FFFFFF;
}
div.contentBoxShaded	{
	background-color: #eaeaea
}
div.eventrow {
	background-color:#FFFFFF !important;
}	
#fieldsBox	{
	padding-top: 64px !important;
	padding-bottom: 64px !important
	content: "";
	display: table;
	clear: both
}
div.faded {
	/*background-color:rgba(255, 255, 255, 0.5);
	padding:10px;*/
}
.moreInfo	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}
input[type="submit"] {
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	width:100%;
	height:40px;
	margin:0px auto;
	background-color: #007CC3 !important;
	border: 1px 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
}
#submitButton	{
	margin-top: 30px
	
}
#submitButtonPlaceholder {
	/*padding-top:34px;*/
	/*If using password field padding-top:80px; */
	
}
#footer {
	margin-top: 0px;
	clear: both;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
/*	height: 40px;			*/
	position: absolute bottom;
/* Change the footer background color  */
	background-color: #525252;
}
#isicontain {
	padding:40px;
}
#footer p	{
	margin:0px;
}
.isiHeader	{
	color: #0089ff;
	font-weight: bold;
	font-size: 14px
} 
.footerBottom	{
	background-color: #231f20;
}
.footerLinkBox	{
	padding: 30px !important
}
.footerBottom a	{
	color: #fafafa;
	text-decoration: none;
	font-size: 12px;
}
.footerBottom a:hover	{
	color: #FFFFFF;
	text-decoration: underline
}
div.EventSetBox input { 
	float: left; 
	width: 16px
}

div.eventInfo {
	margin-left: 0px;
	margin-bottom: 1em;
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
/*#Error #fieldsPlaceholder { font-family: monospace }*/
td.tdcntr {
	text-align:center;
	vertical-align:top;
}
td.tdlft {
	text-align:left;
	vertical-align:top;
}
td.tdrt {
	text-align:right;
	vertical-align:top;
}


