/* brayford_search.css - MarieClaretMarketing and BizOrg 2007 */

.roll-button_berth {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #99CCFF;
  text-decoration: none;
  display: block;
  background-image: url(./images/but-d_berth.jpg);
  background-repeat: no-repeat;
  width: 75px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}
.roll-button_berth:link {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-image: url(./images/but-u_berth.jpg);
  background-repeat: no-repeat;
  width: 75px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}
.roll-button_berth:visited {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-image: url(./images/but-u_berth.jpg);
  width: 75px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}
.roll-button_berth:hover {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #99CCFF;
  text-decoration: none;
  display: block;
  background-image: url(./images/but-d_berth.jpg);
  background-repeat: no-repeat;
  width: 75px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}
.roll-button_berth_greyed {
 font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000066;
  text-decoration: none;
  display: block;
  background-image: url(./images/but_berth_greyed.jpg);
  background-repeat: no-repeat;
  width: 75px;
  height: 18px;
  text-align: center;
  vertical-align: baseline;
}
/* for search results table */
.f18pxB {
font-weight: bold;
font-size: 18px;
}
.f12px {
font-size: 12px;
}
.f14px {
font-size: 14px;
}
body.results {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
td.results {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}
table.results1 {
border-style: solid;
border-color: #ffffff;
background-color: #000066;
}
.blueonwhite {
color: #000066;
background-color: #FFFFFF;
font-size: 18px;
font-weight: bold;
}