﻿/* OpsGroupId: 1 */
a {
  color: #1b2870;
}
#trp-header-nav-bar {
  position: relative;
  z-index: 20;
  height: 44px;
  background-color: #fd5f3f;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.mainColour 
{
    color: #fd5f3f;
}
.mainBGColour 
{
  background-color: #ffdfd9;
  border-top: 1px #fd5f3f solid;
}
p#trp-header-phone strong {
  color: #fd5f3f;
  font-size: 20px;
}
div.groupBookingsWrapper {
  padding: 15px 0 15px 10px;
  border-top: 1px dotted #fd5f3f;
}
.newRule {
  border-bottom: 1px #fd5f3f solid;
}

.orangeButton {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 14px 20px;
  color: white;
  background-color: #fd5f3f;
  cursor: pointer;
  cursor: hand;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: none;
  text-decoration: none;
}
.orangeButton:hover {
  background-color: #fe9f8c;
  color: white;
  text-decoration: none;
}
h1.infoMainHeader {
  background: #1b2870;
}
.waitErrorBox h2 {
  color: #1b2870;
}
