/* gecko.css
   Style sheet for GECKO-A plotting web page.

   Author: Carl Drews
   Created: May 24, 2017
*/



div.airplane_background {
   background-image: url(airplane.jpg);
   width: 97%;
   font-size: 16pt;
   font-weight: bold;
}

table.full_width {
   width: 100%;
}

th, td {
   padding: 0px 12px;
}

td.right_justify {
   float: right;
}

td.center {
   text-align: center;
}

ul#airplane_background {
   color: white;
}

div.picture_caption {
   text-align:       center;
}

#subheader {
/*   height: 88px;	*/
}

div.plot-controls {
   width: 90%;
   margin: auto;
}

div.plot-column {
   width: 95%;
   margin: auto;
}

div.plot-column img {
   margin: auto;
}

div.korus-aq, div#wrap_pagecontent {
   width: 980px;
}

img.korus-aq {
   width: 660px;
}

h1.gecko-header {
   clear: None;
}

div.gecko-notice {
   float: right;
//   border: 2px solid red;
   width: 200px;
   margin-top: 20px;
   margin-right: 4px;
}

div.clear-both {
   clear: both;
   height: 4px;
}

iframe#download_iframe {
   display: none;
}

/* hide Find People because broken links */
div#peopleOrg {
   display: none;
}

