table.sched thead tr td { 
  border: 1px solid rgb(0, 0, 0); background-color: #ccccff; 
  text-align: center;
  vertical-align: center;
  font-weight: bold;
}

.heading {
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

.heading a {
	color: #343434;
}

table.sched {
   color: #666699;
   font-family: Arial;
   font-size: 12pt;
  
}

table.sched tbody tr td {
  border: 1px solid rgb(0, 0, 0); background-color: white;
  text-align: center;
  vertical-align: center;
  afont-weight: bold;
}

tr.dir td 
{
   font-size: 10pt;
   font-weight: bolder;
}

td.flight
{
  font-weight: bold;

}


div.warn 
{
  display: none;
}

table.price thead tr td { 
  border: 1px solid rgb(0, 0, 0); background-color: #ccccff; 
  text-align: center;
  vertical-align: center;
  font-weight: bold;
}

table.price tbody tr td {
  border: 1px solid rgb(0, 0, 0); background-color: white;
  text-align: center;
  vertical-align: center;
  afont-weight: bold;
}

.unavail
{
  color: red; 
}

