
body {
	margin: 0;
	padding: 0;
	height: 100%;
/* Change the background color of the page using the code below */
	background-color: #000000;
	background-image: url('../Files/Design/$FILE/background1600.png');
	background-position: top center;
	background-repeat: no-repeat;
}

html {
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	height: 100%;
}
form	{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: transparent;
	background-image: url('../Files/Design/$FILE/PandoWelcomeImage_1200x580_3a.fw.002.002.png');
	background-position: center 68px;
	background-repeat: no-repeat;
	border: 0px solid #AAAAAA;
	/* min-height: 640px; */
	height: 100%;
	
}
#content {
	min-height: 427px;
}

#header {
	text-align: left;
	padding: 30px 10px;
	background-image: url('../Files/Design/$FILE/myCME_TownWALL_300x60_LogoLockup_KO.fw.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 100px;
}
#header .blockImport {
	font-weight: bold;
	font-size: 24px;
	color: black;
}

#linksbar {
	float: left;
	width: 150px;
	clear: both;
	padding: 20px 10px;
	margin-left: 20px;
	border: 1px solid #AAAAAA;
/* Change the background color of the linksbar area using the code below */
	background-color: #DDDDDD;
}
#linksbar ul, #linksbar li { display: inline; margin: 0; padding: 5px }
#linksbar a {
	display: block;
	padding: 7px;
	margin: 5px;
	color: black;
	font-weight: bold;
}



#footer {
	background-color: transparent;
	margin-top: 32px;
	clear: both;
	padding: 30px;
	color: #FFFFFF;
	font-size: 14px;
	height: 40px;
	position: absolute bottom;
}
#footer a {	color: #FFFFFF; text-decoration: none}
#footer a:hover {	color: #00FF00; text-decoration: none}


div.EventSetBox input { float: left }
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 }


