#banner       { width:100%; height:150px; }
.ban_out      { float:left; width:30%; text-align:center; }
.ban_cen      { float:left; width:40%; text-align:center; }
#content      { width:100%; padding-top:1.5em; clear:both; }
#panel_left   { text-align:center; float:left; width:29em; margin-right:1em; }
#panel_right  { float:left; }
.map_holder   { margin-left:.5em; float:left; margin-top:7px; width:14em; }
.status       { margin-left:.5em; float:left; padding-top:6px; width:14em; text-align:center; }
h1.head1      { color:green; margin:10px 0; }
p.head2       { font-size:large; font-weight:bold; color:green; }
span.annot    { font-size:small; text-align:center; }
span.annoti   { font-size:small; text-align:center; font-style:italic; }
#map_img      { text-align:center; }
#map_img img  { width:530px; }
img.map_sm    { width:100%; }
img           { border-style:none; margin:auto; }
.acis_logo    { display:block; }
.my_box       { width:530px; border:1px solid #000000; padding-bottom: 5px; }
#map          { width: 520px; height: 300px; text-align:center; margin:0 5px 3px 5px; }
.clickMsg     { text-align:center; font-style:italic; font-size: small; }
#chart_area   { padding: 5px 5px 0; }
#gdd_table { border: 1px solid darkblue; margin-left: 5px; margin-right: 5px; width: 520px; border-collapse: collapse;}
#gdd_table caption { font-weight: bold; padding: 5px; }
#gdd_table td, #gdd_table th { border: 1px solid darkblue; }
#gdd_table tbody tr:nth-child(odd) { background-color: lightgreen; }
#gdd_table tbody tr:nth-child(even) { background-color: white; }
.loading {
	margin-top: 5px;
	width: 100%;
	text-align: center; }
.loading span {
	padding-left: 19px;
	background-image: url(../eab/small_spinner.gif);
	background-repeat: no-repeat;
	background-position: left center; }
.skipnav {
	color: white; /* same color as background */
	text-decoration: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -100px;
	}
.skipnav:active, .skipnav:focus {
	/* Becomes visible & underlined 
	when user tabs to it. 
	:active pseudo-class necessary for IE 
	:focus pseudo-class necessary for Mozilla 
	*/
		color: #538028;
		text-decoration: underline;
		width: auto;
		height: auto;
		overflow: visible;
		position: absolute;
		left: 0;
	}
	