@charset "UTF-8";

.south_pacific h2 {
  margin-bottom: 15px;
  text-align: center;
}

.south_pacific table {
  margin: 5px auto;
  border-collapse: collapse;
  font-size: 120%;
  line-height: 1.2;
}

.south_pacific table tr th {
  padding: 5px;
  border: 2px solid #476b8f;
  background-color: #9cf;
}

.south_pacific table .table_header th {
  border-top: 0px solid #476b8f;
  border-left: 0px solid #476b8f;
  background-color: transparent;
}


.south_pacific table .table_header .des_cell {
  width: 230px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.south_pacific table .table_header .title_cell {
  width: 50px;
}

.south_pacific table tr .best_title {
  padding-bottom: 35px;
}

.south_pacific table .even th {
  background-color: #69c;
}

.south_pacific table tr td {
  border: 2px solid #476b8f;
  padding: 3px;
  vertical-align: top;
}

.south_pacific table tr .link_button {
  text-align: center;
}

.south_pacific table tr td.fj_best { background-image: url(./../images/fj_best.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.nc_best { background-image: url(./../images/nc_best.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.pf_best { background-image: url(./../images/pf_best.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.fj_flight { background-image: url(./../images/fj_flight.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.nc_flight { background-image: url(./../images/nc_flight.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.pf_flight { background-image: url(./../images/pf_flight.jpg); background-repeat: no-repeat; background-position: right bottom; }
.south_pacific table tr td.fj_date { background-image: url(./../images/fj_date.gif); background-repeat: no-repeat; background-position: left bottom; }
.south_pacific table tr td.nc_date { background-image: url(./../images/nc_date.gif); background-repeat: no-repeat; background-position: left bottom; }
.south_pacific table tr td.pf_date { background-image: url(./../images/pf_date.gif); background-repeat: no-repeat; background-position: right bottom; }


.south_pacific table .even td {
  background-color: #E6F2FF;
}

.south_pacific table tr td p.bad { padding-bottom:2px; border-bottom: 1px dotted #c30; padding-top:5px; }
.south_pacific table tr td p.good { padding-bottom:2px; border-bottom: 1px dotted #039; }
.south_pacific table tr td p.point { padding-bottom:2px; border-bottom: 1px dotted #c60; padding-top:5px; }

.south_pacific table tr td ul {
  margin-left: 25px;
}

.south_pacific table tr td ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}



