body {
	visibility: hidden; /* this is removed at end of style sheet */
	font: 11px Verdana, Ariel, Helvitica, sans-serif;
	margin: 0; padding: 0;
	background: #a0c0c8;
}

/* ---------------------------- */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
	} 

/* ---------------------------- */
aside {
	position: absolute; top: 00px; left: 1px;
	margin-top: 5px;
	width: 199px; height: auto;
	color: black; border: 2px solid black;
	}
	
/* ---------------------------- */
header  {
	/*position: absolute; top: 0px; width: 100%;*/
	Text-align: left;
	margin-bottom: 5px;
	padding-top: 0.5em; padding-bottom: 0.5em;
	background: #ffcc66; /*#90b0b8;*/
}
header h1 {
	font-size: 200%; letter-spacing: 3px;
	margin: 0; padding: 0;
	text-align: left;
	/*background: #BBAA93;*/
	}
header h3#at{
	font-size: 133%; margin: 0; padding: 0; padding-left: 0.5em;
	text-align: left;
	/*background: #BBAA93;*/
	}
header h3#where{
	font-size: 133%; margin: 0; padding: 0;
	text-align: left;
	/*background: #BBAA93;*/
	}
header h3#when {
	font-size: 100%; margin: 0; padding: 0;
	text-align: left;
	/*background: #BBAA93;*/
	}

/* ---------------------------- */
nav {
	font-size: 0.9em;	
	margin-top:2px;
	}
nav hr {
	color: gray; width: 75%;
	}
#navAccordion {
	list-style-type: none; text-align: left;
	}
.ui-accordion-header {
	font: bold 16px Veranda;
	list-style-type: none; text-decoration: none;
	display: block;
	text-align: left; 
	padding-left: 1.5em;
	color: #ffffff; background: #000000;
	}
#navAccordion div {
	/*background-color: #ffffff;*/
	}
#navAccordion div.ui-accordion-content {
	padding:0;
	}
#navAccordion div a {
	display: block;
	font: 12px Veranda;
	padding-left: 2em;
	}
#navAccordion div p.spacer {
	margin:0; padding:0;
	padding-left: 2em;
	}
nav .notOffline {
	display: none;
	}
	

/* ---------------------------- */
footer  {
	position: absolute; bottom: 0px;
	Text-align: center;
}

/* ---------------------------- */
figure {
	border: 1px inset solid gray;
	padding:0; margin:0;
	padding: 4px; margin-top: 1px;
	}
	
/* ---------------------------- */
#data {
	float: right; width: 79%;
	/*position: absolute; top: 00px; left: 210px;*/
	/*width: 500px;*/
	padding: 0; margin: 0;
	padding-top: 5px;
}
#data table {
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	}
#data td,th {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
#data td.empty {
	background: #EBDAC6;	
}
#data td#info {
	background: #EEEEEE;
	text-align: center; 
	/*font-size: 90%;*/
}

/*************************************************/
/**/
/*           target mobile devices               */  
/**/
/*************************************************/
@media only screen and (max-device-width: 480px) {  
		body { 
			font-size: 1.25em%;
			margin: 0; padding: 0;
			}
			
		/* ---------------------------- */
    aside, article, nav, section { 
    	margin: 0; padding: 0;
			width: auto; 	font-size: 1.0em;
			}
		aside {
			position: static;
			}
		article, section {
			font-size: 0.8em;
			}
		header  {
			position: static;
			font-size: 0.9em;  width: auto;
			Text-align: center; height:auto;
			background: #ffcc66; /*#90b0b8;*/
			}
		nav {
			position: static;
			width: 100%;
			margin-top:5px;
			}
		#navAccordion div a {
			font-size: 1.2em;
			padding-left: 20px;
			}
		#navAccordion div p.spacer {
			padding-left: 20px;
			}
		nav .ui-accordion-header {
			font-size: 1.5em;	
			}
		nav p,a,li .notPDA {
			display: none;
			}
			
		/* ---------------------------- */
    #content { 
    	position: static; clear: both;
			width: 100%; font-size: 0.9em;
			}  
		#content, form {
			width: 100%;	
			}
			
		/* ---------------------------- */
    #data { 
    	position: static; clear: both;
    	width: 100%;
		}
		
		/* ---------------------------- */
		article#help {
			position: relative; top:0em; left: 1px;
			width: 100%;
			}
	}  

/**************************************************/
body {
	visibility: visible; /* DO NOT REMOVE */
	}


