/* Moving NHC styles into the assets folder as I make changes. */

.nhc-gtwo-tab {
  /* background-image:url("/assets/images/nhc-gtwo-tab-bg-active.jpg"); */
  background-color: #99A4FA;
  background-color: #1291DC;
  font-size: 13pt;
  font-weight: bold;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #000000;
  height: 34px;
  border-radius: 9px 9px 0px 0px;
}
.nhc-gtwo-tab a, .nhc-gtwo-tab a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.nhc-gtwo-tab a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.nhc-gtwo-tab.middle-tab {
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
}
.nhc-gtwo-tab.inactive-tab {
  /* background-image:url("/assets/images/nhc-gtwo-tab-bg-inactive.jpg"); */
  background-color: #DDE4FF;
  background-color: #A0D6F4;
  border-bottom: 0px solid #000000;
}


.nhc-gtwo-body {
  background-color: #DDE4FF;
  background-color: #A0D6F4;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
  border-radius:  0px 0px 9px 9px;
}

.nhc-gtwo-bottom-nav {
  background-color: #DDE4FF;
  background-color: #A0D6F4;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
  border-radius:  9px 9px 9px 9px;
}
p.nhc-gtwo-available {
  width: 100%;
  text-align: left;
  font-size: 10.9px;
  color: #666666;
  margin-top: 9px;
}
