/* Font used to reduce the navigation bar text and the welcome text on the flyfaa
 * pages to a smaller size... Also makes the pop-up menus line up correctly */
font.abs {
    z-index: 1;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    color: black;
    font-size: 10pt;
}
font.heading1 {
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #481D8B;
    font-size : 14pt;
    font-weight : 300;
    background-color : transparent;
}
/* Sets the font size to bold, 0.84em and color to #483D8B when you use class="heading2".
 * This is the standard font style for the second line or subheading in the main body 
 * of your page */
font.heading2 {
    font-size: 0.84em;
    font-weight: 600;
    color: #483D8B;
    background-color : transparent;
}
/* LINK STYLES DEFINED. */
/* Sets the hover color to red when you use the a tag. This is for links 
 * in the main body section of your web pages */
a:hover {
    color: red;
    background-color : transparent;
}
th {
    color: black;
    background-color: silver;
    font-family:
    Verdana,Tahoma,Arial,Helvetica;
    font-weight: 500;
}
th.label {
    text-align: center;
    background-color: #99CCCC;
    color: #000099;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-weight: bold;
}
p {
    font-size: small;
}
td.tip {
    width: 250px;
    color: #000080;
    background-color: #FFFF00;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: smaller;
    vertical-align: middle;
}
ol {
    font-family: Verdana,Tahoma,Arial,Helvetica;
}
ol.SecondOrder {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    list-style-type: lower-alpha;
}
ol.ThirdOrder {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    list-style-type: lower-roman;
}
ul {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    list-style-type: disc;
}
ul.SecondOrder {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    list-style-type: square;
}
ul.ThirdOrder {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    list-style-type: circle;
}
menu {
    font-family: Verdana,Tahoma,Arial,Helvetica;
} 
pre {
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-weight: bold;
    }
P.abs {
    visibility:visible;
    z-index: 1;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    color: black;
    font-size: 10pt; }
/* GENERAL CSS */
#holder {
    width:625px;
    margin:5px auto;
}
.go {
  position:relative;
  margin:0px;
  padding:2px;
  top:5px;
}
/* START OF CSS FOR THE MAP */
dl.map.on {
  background: url(/images/fwmap.png) no-repeat;
  border:#000 1px solid;
  margin:0px;
  padding:0px;
  text-align:left;
  left: 5px;
  width:605px;
  height:468px;
  position:relative;
}
dl.map.on dt {
  list-style:none;
  display:inline;
}
/* Tooltip */
dl.map.on dd {
  color:#000080;
  background:#FFFF00;
  font-family:Verdana,Tahoma,Arial,Helvetica;
  border:#222 2px solid;
/*  border-radius:8px;  CSS3 rounded corners */
  -moz-border-radius:8px; /* Mozilla rounded corners */
  padding:4px;
  width:250px;
  position:absolute;
  left: -9999px;
/*  left:250px; */
  z-index: 11;
}
dl.map.on a.location {
/*  background: url(/images/yellowdot2.png) no-repeat; */
  display:block;
  outline:none;
  text-decoration:none;
  text-indent:-9999px;
  width:8px;
  height:8px;
  position:absolute;
  z-index:10;
}
/* No special behavior when hovering over the map dots...
  dl.map.on a.location:hover {
  background:url(/images/point-hover.png) no-repeat -1px -1px;
}
*/
dl.map.on a#adq {
  background: none no-repeat;
  top:335px;
  left:299px;
}     
dl.map.on a#anc {
  background: none no-repeat;
  top:264px;
  left:355px;
}     
dl.map.on a#bet {
  background: none no-repeat;
  top:218px;
  left:219px;
}     
dl.map.on a#fai {
  background: none no-repeat;
  top:190px;
  left:397px;
}     
dl.map.on a#hnl {
  background: none no-repeat;
  top:387px;
  left:389px;
}     
dl.map.on a#jnu {
  background: none no-repeat;
  top:371px;
  left:532px;
}     
dl.map.on a#koa {
  background: none no-repeat;
  top:433px;
  left:455px;
}     
dl.map.on a#mkk {
  background: none no-repeat;
  top:395px;
  left:415px;
}     
dl.map.on a#ogg {
  background: none no-repeat;
  top:403px;
  left:433px;
}     
