﻿/* General
==============================================================================*/
.trHeight {height:10px; text-align:center;}
.trHeight td {line-height:1em;}
/* .tableHeader {text-align:center; font-weight:bold;} */
.GymScheduleGrid {display: none;}
.legend {margin:0px 0px -18px 135px; border:2px solid #000000; padding:10px;}

#GymScheduleTable {
    position: relative;
    top:125px;
}
.cageInfo {position:relative; top:115px; font-weight:bold;}
.rentForm {
  left:300px;
  position:absolute;
  top:10px;
  width: 405px;
}

#rentForm {
  background-color: #eeeeee;
  border: solid 1px #000;
  float: left;
  font-family: "Trebuchet MS" , Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  height: 305px;
  left:300px;
  margin-bottom: 15px;
  padding: 5px;
  position:absolute;
  top:65px;
  width: 375px;
}

#rentForm fieldset {
  background-color: #eeeeee;
  border: none;
  color: #666;
  font: 0.8em "Helvetica Neue" , helvetica, arial, sans-serif;
  padding: 2px;
  width: 360px;
}

#rentForm legend {
  background-color: #f57d20;
  border: solid 1px #000014;
  color: #000014;
  font-size: 1.3em;
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 2px 6px;
}

#rentForm label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 2px;
  position: relative;
  text-align: right;
  width: 86px;
  clear:both;
}

#rentForm label.comments {
  text-align:left;
  width: 100%
}

#rentForm input.formInputText {
  background-color: #fee;
  border: solid 1px #000014;
  color: #000014;
  font-size: .8em;
  height: 15px;
  margin-bottom: 7px;
  margin-right: 5px;
  padding: 2px;
}

#rentForm input.formInputText:hover {
  background-color: #fee;
  border: solid 1px #f57d20;
  color: #000;
  cursor: pointer;
}

#rentForm input.formInputText:focus {
  background-color: #ffffff;
  border: solid 1px #000014;
  color: #000;
  cursor: text;
}

#rentForm select {
  background-color: #fee;
  border: solid 1px #000014;
  color: #000014;
  cursor: pointer;
  font-size: .8em;
  margin-bottom: 5px;
  margin-right: 45px;
  padding: 2px;
  width: 40px;
  display:block;
}

#rentForm select:hover {
  background-color: #ccffff;
  border: solid 1px #f57d20;
  color: #333;
}

#rentForm select:focus {
  background-color: #ffffff;
  border: solid 1px #000014;
  color: #000;
}

#rentForm input.submitButton {
  background-color: #f57d20;
  border: solid 1px #000014;
  color: #000014;
  cursor: pointer;
  display: inline;
  font-weight: bolder;
  height: 27px;
  margin: 10px 0 0 142.5px;
  padding: 1px;
  text-align: center;
  width: 90px;
}

#footer {
  clear: both;
}

.punch_line {padding-top:120px;}

br {
  clear: both;
}

span.require {
  color: #cc0000;
  font-weight: bold;
  margin-top: 5px;
  position: absolute;
}

/* Error Summary
==============================================================================*/
#errorSummary {
  float: left;
  left: 450px;
  position: absolute;
  top: 20px;
  width: 300px;
}

#rentForm span.error, #errorSummary {
  color: #cc0000;
  display: block;
  float: left;
  margin-left: 20px;
}

#rentForm input.error {
  background-color: #ffffff;
  border: solid 1px #cc0000;
}

