html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background-color: #fff;
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

/* Layout / visibility */
.nav-box {
  display: none;
}

.footer {
  display: none;
}

/* Links */
a {
  font-style: normal;
  color: #069;
  text-decoration: none;
}

a:hover {
  font-style: normal;
  color: #55b10a;
  text-decoration: none;
}

a:visited:hover {
  font-style: normal;
  color: #15a300;
  text-decoration: none;
}

/* Simple styles */
.style1 {
  font-size: 18px;
  font-weight: 700;
  color: #15a300;
}

.style2 {
  color: #000;
  font-weight: 700;
}

/* Ads / banners */
.ad_box {
  width: 142px;
  height: 342px;
  padding-top: 5px;
  padding-left: 19px;
  padding-right: 19px;
  background-image: url(../images/side_banner.gif);
  background-repeat: no-repeat;
  text-align: center;
}

.banner {
  font-size: 10px;
  padding-left: 5px;
  text-align: left;
}

.title {
  font-family: "gill sans mt", verdana, arial;
  font-size: 24pt;
  font-weight: 700;
  letter-spacing: -3px;
  color: #069;
}

/* Content areas */
.content_area ul li {
  margin: 3px 0;
}

/* Breadcrumbs */
p.breadcrumbs {
  font-size: 90%;
  font-weight: 700;
  margin: 32px 0 0 0;
}

/* Message boxes */
p.msgbox {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  width: 320px;
  color: #000;
  padding: 4px 4px 4px 28px;
  border-width: 1px;
  border-style: solid;
  font-size: 8pt;
}

p.msgbox.error {
  background-image: url(../images/i_error.png);
  background-color: #fbe6f2;
  border-color: #d893a1;
}

p.msgbox.info {
  background-image: url(../images/i_info.png);
  background-color: #e6fbf2;
  border-color: #93d8a1;
}

p.msgbox.exclamation {
  background-image: url(../images/i_exclamation.png);
  background-color: #fbe6f2;
  border-color: #d893a1;
}

p.msgbox.question {
  background-image: url(../images/i_help.png);
  background-color: #e6fbf2;
  border-color: #93d8a1;
}

/* Colored text helpers */
p.green,
span.green {
  color: #15a300;
  font-weight: 700;
  font-size: 10pt;
}

dd span,
p span {
  background: #ffa;
}

p span.red {
  background: #fbe6f2;
}

/* Definition lists */
dl {
  margin-top: 8px;
}

dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

dd {
  margin-bottom: 12px;
}

.column dt {
  color: #55b10a;
}

.column dd,
.column dt {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.column dd {
  color: #333;
  font-size: 11px;
  margin: 0 0 12px 0;
}

/* Fieldsets */
fieldset {
  border: 1px solid #999;
  margin: 0 0 24px 0;
  padding: 8px;
}

legend {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  padding: 0 4px;
}

/* Table row styling */
.tr0 td {
  background: #f5f4ea;
  color: #000;
}

.tr1 td {
  background: #fff;
  color: #000;
}

td.h {
  font-weight: 700;
  border: 0;
}

tr.heading td {
  background: #d6dff7;
  color: #000;
}

td.n,
tr.heading td.n {
  background: #fff;
}

/* Icon bar */
p.iconbar {
  padding: 0;
  margin: 16px 0 16px 5px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 105%;
}

/* Columns */
div.column div.c {
  margin: 0;
}

div.column div#c1 {
  margin-right: 10px;
}

div.column div#c2 {
  margin-left: 10px;
}

/* Form elements */
file,
input,
select,
textarea {
  font-family: Tahoma, verdana, arial, sans-serif;
  padding: 0;
  font-size: 10pt;
}

input.text,
select.list {
  width: 128px;
}

tr.fsubmit td input {
  width: 64px;
  font-weight: 700;
}

/* Forms table */
table.form {
  width: 75%;
  min-width: 400px;
}

table.form td {
  padding: 6px;
  border-bottom: 1px solid silver;
  background-color: #f5f4ea;
  vertical-align: top;
}

table.form td + td {
  background-color: #fff;
  font-size: 85%;
}

table.form td label {
  font-weight: 400;
}

table.form td label.required {
  font-weight: 700;
}

table.form input[type=checkbox] {
  margin-left: 0;
  vertical-align: middle;
}

table.form tr.fsubmit td {
  background: #fff;
  color: #000;
  border: 0;
}

table.form tr.fsubmit td input {
  font-weight: 700;
  padding: 2px 10px;
}

/* Title row */
tr.title td {
  padding: 4px;
  background: #d6dff7;
  color: #000;
  font-size: 10pt;
  letter-spacing: 0;
  font-family: Tahoma;
  font-weight: 700;
  border-bottom: 0;
}

/* Input focus */
.input-focus {
  background-color: #f5f4ea;
}

/* CSS form layout */
.cssform p {
  clear: left;
  margin: 0;
  padding: 12px 0 0 0;
  padding-left: 145px;
  border-bottom: 0 solid silver;
  height: 1%;
}

.cssform label {
  font-weight: 700;
  float: left;
  margin-left: -145px;
  width: 140px;
}

.cssform label.ni {
  font-weight: 400;
  width: auto;
  margin: 0;
  float: none;
}

.cssform input[type=checkbox] {
  margin: 0;
}

.cssform label.required:after {
  content: "*";
  color: red;
  font-weight: 400;
}

.cssform div.submit {
  padding: 8px 0 0 150px;
  border-top: 1px solid silver;
  margin-top: 8px;
}

.cssform div.submit input {
  padding: 0 4px;
}

/* IE hack */
* html .threepxfix {
  margin-left: 3px;
}

.cssform p.hint {
  padding-top: 1px;
  background: #fff;
  font-size: 85%;
  color: #777;
}

.cssform div.formfield {
  margin-left: 150px;
}

.cssform p.error span,
span.error {
  background: #fbe6f2;
  color: #000;
  padding: 2px;
  line-height: 150%;
}

.cssform p.error span {
  font-size: 105%;
}

p.hint span.error {
  font-size: 100%;
}

span.error {
  padding: 0;
  font-size: 90%;
}

/* Side box */
.sidebox {
  border: 1px solid #ff6400;
  background: #ffffef;
  padding: 10px;
}

/* Icon box */
div.iconbox {
  height: 180px;
  width: 300px;
  border: 1px solid #ccc;
  overflow: scroll;
  margin-left: 5px;
}

div.g,
div.g1 {
  float: left;
  margin: 0 8px 8px 0;
  width: 22px;
  text-align: center;
  border: 0 solid transparent;
}

div.g1 {
  background: #d894a1;
  border: 0 solid #d893a1;
}

div.g p,
div.g1 p {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Misc */
.border_b {
  border: 1px solid #000;
}

.float {
  visibility: hidden;
  position: absolute;
  left: -3000px;
  z-index: 10;
}

/* Bookings table */
table.bookings td {
  font-size: 90%;
  font-family: tahoma, verdana, sans-serif;
}

table.bookings td.free {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}

table.bookings td.static {
  background: #e68a73;
  color: #fff;
  border: 1px solid #e68a73;
}

table.bookings td.staff {
  background: #3082bf;
  color: #fff;
  border: 1px solid #3082bf;
}

table.bookings td.free a {
  color: #00f;
  text-decoration: none;
  display: block;
}

table.bookings td.free a:hover {
  color: red;
  text-decoration: none;
}
