
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-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 {
	
	padding: 0px !important;
}
#header br	{display:none	}

#linksbar {
/* See the navbar stylesheet for linksbar controls */	
}

#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 }


