#bannerBackground {
  background: url(../images/charity/cbh/cbhBanner.jpg) no-repeat;
}

.modulesMenu {
  background: #bbd9ee;
  height: 32px;
  margin-top: 3px;
}

/* Hack to prevent two pixel horizontal line in FF on Mac. */
.mac.gecko .modulesMenu {
  background: #bbd9ee;
  height: 34px;
  margin-top: 3px;
}

.modulesMenu ul {
  padding: 10px 10px 0px 15px;
}

.modulesMenuTab a {
  background: url(/images/tabLeftBlue.gif) no-repeat left top;
}

.modulesMenuTab a span {
  background: url(/images/tabRightBlue.gif) no-repeat right top;
}

/* Styles for optional hole sponsors marquee. The background color cannot be conrolled
   via CSS. Instead, it's a league environment variable HOLE_SPONSORS_BGCOLOR */
.holeSponsorsMarquee {
  color: white;
  font-size: 16px;
}

.holeSponsorsMarquee a:link {color: white}
.holeSponsorsMarquee a:visited {color: white}
.holeSponsorsMarquee a:active {color: white}
.holeSponsorsMarquee a:hover {color: white}

/* Provide border around tournament sponsor ads */
.tournamentSponsorAd {
  border: solid thick #bbd9ee;
}