
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: 16px;
	font-family: 'Arial', Arial, sans-serif !important;
	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: #8D0E57;
}
#main-body	{
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	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 */	
}
#content	{
	margin:0 auto;
	margin-top: 4px;
	width: 1000px;
	color: #FFFFFF;
	min-height: 422px;
	padding: 20px;
}
.moreInfo	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold
}
input[type="submit"] {
	cursor:pointer;
	font-family: "Arial", Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	width:180px;
	height:30px;
	background-color:#333333;
	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);
}
#submitButton	{}

#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;
	text-align: left;
font-family: 'Arial', Arial, sans-serif !important;
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
#Error #fieldsPlaceholder { font-family: monospace }
#submitButton {
	background-color:#EFAB00;
}
.welcomeCell	{
}
.welcomeBox	{
	text-align: center;
	width: 33%
	border: solid 2px #EFAB00;
	border-radius: 20px;
	background: rgba(255,255,255,1);
	text-align:center; 
	vertical-align:middle; 
	padding:20px; 
	font-family:'Arial', sans-serif; 
	font-size:24px; 
	color:#333333;
	cursor: pointer;
}
.welcomeBox a	{
	font-family:'Arial', sans-serif; 
	font-size:24px; 
	color:#333333;
	text-decoration: none
}
table.eventChoices {
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}
table.eventChoices > tbody > tr > th {
	text-align:center;
	border-left:1px solid #FFFFFF;
	padding:5px;
}


