/* Button Styles */
a.button {
  color: #FFFFFF !important;
  font-size: 11pt;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  background: #2C689C;
  border-radius: 5px;
  line-height: 38px;
}

a.button:hover {
  background: #60C3DE;
}

a.button:active {
  background: #1E4664;
}

a.disabled, a.disabled:hover {
  background: #929292 !important;
  cursor: default !important;
}

a.buttonHighlight {
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  background: #FFFF00;
  border-radius: 5px;
  line-height: 38px;
}

a.buttonHighlight:hover {
  background: #E6E600;
}

a.buttonHighlight:active {
  background: #999900;
}
