
body {
	margin: 0;
	padding: 0;
	height: 100%;
/* Change the background color of the main page using the code below */
	background-color: #FFFFFF;

}

html {
	font-size: 12px;
	font-family: "Arial", Arial, sans-serif;
	height: 100%;
}
form	{
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #AAAAAA;
/* Change the feature-brand color behind the Pando wall photo */	
		background-color: #008D83;
}
#main-body	{
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	background-image: url('../Files/Design/$FILE/PandoWallBackground1000.jpg');
	background-color:rgba(0, 0, 0, 1);
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 0px;
}

#header {
	text-align: left;
	padding: 0px !important;
/* Change the header background color behind the top banner - logo */
	background-color: #FFFFFF;

}
#header .blockImport {
	font-weight: bold;
	font-size: 24px;
	color: black;
	padding: 0px !important;
}
#header br	{display:none	}

#linksbar {
/* See the navbar stylesheet for linksbar controls */	
}
#linksbar .currentPage a, #linksbar .currentPage a:hover, #linksbar a:hover {
	background-color: transparent; 
border-bottom: 2px solid #008D83;	/* sets the color of the border that appears around the box under the active page link */
	color: #FFFFFF;		/* sets the color of the active page link font */
}
.moreInfo	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}
input[type="submit"] {
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	width:180px;
	height:30px;
	background-color:#464E52;
	border: 1px solid #aaaaaa;
	-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);
}
#submitButton	{margin-left: 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: #FFFFFF;
}
div.EventSetBox input { 
	float: left; 
	width: 16px
}

div.eventInfo {
	margin-left: 30px;
	margin-bottom: 1em;
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
#Error #fieldsPlaceholder { font-family: monospace }


