@charset "UTF-8";
/* CSS Document */

.datatable { width: 100%; border-collapse: collapse; border-spacing: 0px; border: solid 1px gray; text-align: center;  font-size: 90%; }
.datatable td { border-top: 1px solid #d0d0d0;  padding: 5px 5px; vertical-align: top;  width:  33%; }
.datatable caption { font-weight: bold; font-size: 120%; padding: 5px 0; background: #dceaf4;  border: 1px solid #D3D3D3; border-bottom: none; }
.datatable .odd_row { background-color: #f2f2f2; }
.datatable .alt_row { background-color: #f2f2f2; }
.datatable .full_moon_row { background-color: #fbfbbc; }
div.fullmoon_legend { float: right; background-color: #fbfbbc; border: 1px solid #D3D3D3; width: 100px;  padding: 1px 4px; text-align: center; }
.datatable .notes_row { width: 100%;  }
.datatable .notes_row td { border: none;  }

.datatable thead tr { background: #e8e8e8; }
.datatable thead th  { /*border: 1px solid #d0d0d0;*/ border: 1px solid gray; padding: 2px 0;  }

.datatable .right_align { text-align: right; padding-left: 3px; }
.datatable .left_align { text-align: left; padding-right: 3px; }

.schedule_table td {border: 1px solid gray;  text-align: left;  padding-left: 15px; width: auto;}

.listing { clear: left; min-height: 150px; margin-bottom: 20px;  }
.listing_sidebar { float: left;  width: 150px; margin: 15px 0 0 10px; }  
.listing_content { margin-left: 170px; padding: 5px 10px 15px 0; }
.listing .toggle { float: right; }

.listing .shadow_image { float:left;  margin-bottom: 10px; padding:0 2px 2px 0; background-color: #e2e2e2; }
.listing .shadow_image img { display:block; position:relative; top: -2px; left:-2px; padding:5px; background:#FFF;  border: 1px solid; border-color: #ccc #666 #666 #ccc; }

#search_results #mainContent { padding-top: 15px; }
#search_results #mainContent h1 { font-size: 130%; color: #000080; margin-bottom: 10px; }
#search_results #mainContent h2 { /*color: #333333;*/ }
#search_results .continent { margin: 5px 0;  }
#search_results .datatable thead th { font-size: 93%; }

#search_form { margin: 25px auto; padding: 15px 4px; width: 85%; border: 1px solid #999999; background:#f6f9fc url(../images/parts/search_form_bg.gif) top repeat-x; color: #333333; }
#search_form h3 { padding: 0 5px 10px 5px; font-size: 100%; text-align: center; }
#search_form .search_term { padding-left: 5px; padding-top: 10px; font-size: 90%;  }
#search_form .form_button { padding-top: 20px; text-align: center; }
#search_form #trip_info_id, #search_form #start_year { width: 115px; }

