
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: #007CC3;
}
#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 {
	font-weight: bold;
	font-size: 24px;
	color: black;
	padding: 0px !important;
}
#header br	{display:none	}

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

#footer {
	margin-top: 0px;
	clear: both;
	padding: 0px;
	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;}
#agenda > tbody > tr:nth-child(even) {
	background-color:#d9e1f2;
}
.tabth {
	background-color:#0099FF;
	border:1px solid #000000;
	color:#FFFFFF;
	padding:10px;
}
#agenda {
	border-collapse:collapse;
}
.agendatd {
	border:1px solid #888888;
	
}
#agenda > tbody > tr > td {
	padding:10px 4px;
}
#agenda > tbody > tr {
	border:2px solid black;
}
.timetd {
	width:160px;
}
.logotd {
	vertical-align:middle;
	padding:0px 4px !important;
}
.titletd {
	text-align:left;
	width:240px;
}
.eventtd {
	width:250px;;
	font-style:italic;
	text-align:left;
}
.spkrtd {
	width:240px;
}


