/* acresp.css
   Style sheet for ACRESP web site.

   Author: Carl Drews
   Created: October 25, 2007
*/



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

table.full_width {
   width: 100%;
}

td.right_justify {
   float: right;
}

ul#airplane_background {
   color: white;
}

div.picture_caption {
   text-align:       center;
}

#subheader {
   height: 53px;
   background-color: #ffffff;
   border-bottom: 2px solid #0066cc;
}

div.plot-controls {
   float: left;
}

div.plot-column {
   float: right;
}

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

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

#footer {
   width: 100%;
}

#wrap_pagecontent a {
   font-weight: bold;
}

