.header {
	font-size: larger;
	font-weight: bold;
}

.top_header {
  font-size: larger;
  text-align: left;
}

.error {
  color: red;
  font-weight: bold;
  font-size: larger;
}

.clear {
  clear: both;
}

#left_nav INPUT {
	width: 170px;
}

#left_nav SELECT {
	width: 170px;
}

.airline_row {
  height: 24px;
  padding-left: 5px;
}

.area_row {
  background-color: #b1ebab;
}

.airline_row A {
  color: black !important;
}

.airline_row A:active {
  color: black !important;
}

.odd_row {
  background-color: #E5E8F9;
}

.subtext {
  font-size: 0.7em;
}

.airline_row_header {
	border-bottom: 1px solid black;
	background-color: #bbb;
}

.airline_row_subheader {
  border-bottom: 1px solid black;
  background-color: #eee;
}

.indented_row {
  margin-left: 20px;
}

.airline_row_links {
  float: right;
}

.link_spacer {
  display: inline;
  padding-right: 19px;
}

#airline_index_list {
	border-collapse: collapse;
}

#search_results {
	border-collapse: collapse;
}

#search_airport_information p {
  margin: 0px;
  padding: 0px;
}

#search_results TD {
/*	border: 1px solid #aaa;*/
  padding-top: 3px;
}

#admin_menu {
	list-style-type: none;
	padding-left: 3px;
}	

#admin_menu LI UL {
	list-style-type: none;
	padding-left: 10px;
}

#admin_menu A:link {
  color: #555;
}

#admin_menu A:visited {
  color: #555;
}

.depth1 TD {
	padding-left: 20px;
}

.depth0 TD {
	background-color: #ddd;
}

#ajax_content {
  position: absolute;
  left: 220px;
  top: 220px;
  background-color: #ddd;
  width: 600px;
  padding: 2px;
  border: 2px solid blue;
}

#ajax_content .content {
  padding: 20px;
}

#ajax_content .close_button {
  float: right;
  padding: 10px;
}

#ajax_content #locations_header {
  padding-bottom: 10px;
}

.ajax_status {
  color: red;
  float: right;
}

.area_location_list_item DIV {
  float: left;
  padding-left: 3px; 
  padding-right: 3px;
}

.area_location_list_item DIV.options {
  float: none;
  padding-bottom: 3px;
}

.area_location_form DIV {
  float: left;
}

.area_location_form DIV.destination {
  float: none;
}

.location_search_form {
  float: right;
  background-color: #ccc;
  padding: 4px;
  padding-top: 6px;
}

.location_search_form .header {
  padding-bottom: 3px;
}

.location_search_form DIV.formLine {
  display: inline; 
}

.dropdown_field {
  float: left;
  border: 1px solid #ccc;
  border-right: 0px;
  height: 17px;
  color: black;
}

.dropdown_button {
  clear: right;
}

#search label {
  clear: both;
}

.dropdown_button:hover {
  cursor: pointer;
}

.ticket_list a {
  border-right: 1px solid black;
  padding-right: 3px;
  padding-left: 3px;
}

#content a {
  color: #777;
}

#content a:hover {
  color: blue;
}

#edit_ticket_overweight_1 INPUT,
#edit_ticket_overweight_2 INPUT,
#edit_ticket_overweight_3 INPUT,
#edit_ticket_oversize_1 INPUT,
#edit_ticket_oversize_2 INPUT,
#edit_ticket_oversize_3 INPUT,
#edit_ticket_oversize_4 INPUT {
  width: 150px;
}
