/**
 * @file index.css 
 *
 * purpose: implement main screen styles 
 */

body {
   height: 100%;
   padding: 0px;
   margin: 0px;
}

.aboutContent {
   width: 570px;
}

.purchaseBox {
   position: fixed;
   margin-left: 574px;
   background-color: #fff;
}

* html .purchaseBox {
   position:absolute;
}

#container {
   width: 618px;
   font-family: Verdana, Helvetica;
   text-align: center; 
}

.headcontainer {
   min-height: 2em;
   min-width: 592px;
   margin-left: auto; 
   margin-right: auto; 
   padding-top: 5px;
   font-weight: 600;
   font-size: 16pt;
   color: #116;
   background-color: #a4bff7; 
}
.footcontainer {
   color: #116;
   background-color: #98B8D1; 
   float: left;
   min-height: 4em;
   width: 614px;
   padding: 1em;
   padding-top: 0em;
   text-align: left;
   font-weight: bolder;
   font-size: 11pt;
}
html>body .footcontainer {
   width: 589px;
}
div.toplinks {
   height: 2em;
   margin-top: 0.5em; 
   margin-bottom: 0.8em;   
}
div.airportLookupResults {
   padding: 10px 10px 10px 10px;
}
table.airportLookup {
   width: 300px;
   background-color: #E3EFFA;
   padding: 10px 10px 10px 10px;
}
td.airportLookup {
   float: left;
   vertical-align: top;
}

span.toplinks {
  font-size: 1.1em;  
}

.imgPanel, .navPanel {
   float: left;
   height: 295px;
   display: inline;
   margin-bottom: 1em;
}

.imgPanel {
   width: 420px;
   background: url("/public/images/av/wac/watching_airplanes_image.jpg") no-repeat;
}
.navPanel {
   width: 192px;
   background: url("/public/images/av/wac/watching_airplanes_link_bkgd.jpg") no-repeat;
}

.navPanel form {
   overflow: hidden;
}

.navList {
   margin-top: 22px;
}

.navListSpecial {
   margin-top: 60px;
   margin-left: -4px;
}

.sidebarButton {
   padding: 0;
   margin: 0;
   border-width: 3px;
   border-style: outset;
   font: bold 12px Verdana;
   color: #116;
   text-decoration: none;
   width: 170px;
   height: 22px;
   background-color: #98B8D1;
   border-color: #98B8D1;
   cursor: pointer;
}


/** end index page styles
 ------------------------*/

.instrpg {
   color: #000;
   background-color: #98B8D1;
   padding: 5px;
}
.instrlist li {
   padding-bottom: 15px;
}

.submitl {
   border-width: 2px;
   border-style: outset;
   font: bold 12px Verdana;
   color: #000;
   text-decoration: none;
   width: 150px;
   background-color: #f5edd3;
   cursor: pointer;
}

dd {
   margin-bottom: 1em;
}
.sectHead {
   color: #335400;
   margin-right:10px;
   border-bottom-color: #335400;
   border-bottom: solid 2px #335400;
}
.headerText{
   font-family: Verdana, Arial, Helvetica;
   color: #FFFFFF;
   font-size: 12px;
   background-color: #93B1FF;
   text-decoration: none;
   font-weight:bold;
   padding-top:4px;
   padding-bottom:4px;
   padding-left: 3px;
   margin-bottom: 5px;
}
.subSectionHeader {
   font-family: Verdana, Arial, Helvetica;
   color: #3D3527;
   background-color: #A3C1E0;
   font-size: 18px;
   text-decoration: none;
   font-weight:bold;
   padding-left: 5px;
}
.caption {
   font-weight: bold;
}

.airportHeader {
   background-color: #93B1FF;
   text-align: center;
   font-weight: bold;
   font-size: 20px;
   width:100%;

}

.rightSection {
   width:320px;
   height:350px;
   float: right;
   padding: 0 50px 0 10px;
}
.leftSection {
  width: 249px;
  float: left;
  padding-left:30px;
}
.lowerSection {
   clear:both;
}
.searchContainer {
   height: 105px;
   width: 305px;
}
.check{
  padding: 0px;
  margin-bottom: 2px;
  height:14px;
  width: 14px;
}

h3.infoHeader{
   padding-top: 0px;
   margin-top: 0px;
   margin-bottom: 2px;
   font-size: 20px;
   background-color: null;
}
table.coloredHeader {
   width: 100%;
   background-color: #93B1FF;
   font-weight: bold;
   font-size: 18pt;
}
table.airplaneInfo {
   width: 800;
   border-width: 1px;
   border-spacing: 2px;
   border-style: outset;
	border-color: black;
	border-collapse: collapse;
}
table.airplaneInfo td {
   font-size: 16px;
   padding: 10px;
	border-style: none;
}
ul.characteristics{
   font-size: 16PX;
   margin-top: 0px;
}
img.airplane{
   padding: 10px;
   margin: 8px;
   height: 240px;
   width: 320px;
}

p.wrap{
	padding-left: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
	text-indent: -8px;
}

.airport {
   width: 390px;
   vertical-align: top;
}

.blackText {
   color: #000;
}

