/* ------------------------------------ *
 CSS
 03 November 2009 20:46:23
 HAPedit 3.1.11.111
 * ------------------------------------ */
#table_heading {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 10pt;
               color: #FFFFFF;
               font-weight: bold;
            width: 100%;
            border: 0;
            padding: 0;
            background-image: url("../images/tile.gif");
            background-color: #6699CC;
}

body {
     background-color: #FFFFFF;
     margin: 0;
      scrollbar-base-color: #6699CC;
      scrollbar-track-color: #6699CC;
      scrollbar-face-color: color;
      scrollbar-highlight-color: color;
      scrollbar-3dlight-color: color;
      scrollbar-darkshadow-color: color;
      scrollbar-shadow-color: color;
      scrollbar-arrow-color: #FFFFFF;
      text-align: justify

}

a:active {  color: #000099; text-decoration: underline}
a:link {  color: #000099; text-decoration: underline}
a:visited {  color: #000099; text-decoration: none}
a:hover {  color: #000099; text-decoration: none}


.dfc {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
.phone {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: white}
.heading1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #6699CC}
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #6699CC; font-weight: bold}
.small_text {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
#text {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-align: justify; word-spacing: nowrap; white-space: normal}
#quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #6699CC; font-weight: bold}
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #6699CC; font-weight: bold}

.inputborder {  border-style: none; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}


#mainSection {
width: 90%;
text-align: center;
}
/* FLIGHT SEARCH */

#fltSearch {
           width: 70%;
           border: 0;
           background-color: #C0DFFD;
           padding: 2px;
}
#fltSearch tr {
           background-color: #FFFFCC;
}
#fltSearch td {
           background-color: #C0DFFD;
           white-space: nowrap;
}

#flt-results {
             border-style: solid;
             border-width: 2px;
             border-color: #009BD8;
             width:100%;
}
#flt-results th{
             text-align: left;
             background-color:  #C0DFFD;
}
/* FLIGHT SEARCH */

