/* tr.bar { position: fixed; top: 2px; } */

table { border: 0px; padding: 0px; }
table.grid { font-size: small; border: 0px; border-collapse: collapse; }
table.grid tr   { border: gray solid 1px ; }
table.grid th.horiz  { border-left: black solid 1px; }
table.grid td  { border-left: black solid 1px; }

th.horiz { border-bottom: red 2px solid; white-space: nowrap; padding-bottom: 3px; width: 15px; }
th.vert  {  white-space: nowrap; }
th.right { border-right: red 2px solid; }
tr.p0 th, tr.p0 td { background-color: #bbb; }
tr.p1 th, tr.p1 td { background-color: #ddc; }
tr.p2 th, tr.p2 td { background-color: #ffd; }

div.point { width: 5px; height: 5px; float: left; margin: 1px; }

a.bgdot { width: 5px; height: 5px;
  display: block;
}

a { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; color: blue; }

a.city { color: black; }
a.city:hover { text-decoration: none; }

table.airlines {
  width: 50%;
  border: 0;
  border-collapse: collapse;
  
}
table.airlines tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}     
table.airlines tr.header td {
  background-color: #ccc;
  font-weight: bold;
}
table.airlines tr td {
  padding: 1px 4px 1px 4px;
}

