
div#recordsMenuContainer {
  width: 1040px;
  padding: 0;
  display: block;
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: 1px solid black;
  border-radius: 3px;
  margin: auto;
}

div#recordsMenuContainerHeader {
  width: 1040px;
  height: 30px;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px black;
}

div#recordsMenuContainerHeader h2 {
  text-align: center;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

div#recordsMenuContainer a {
  text-decoration: none;
  display: block;
}

div#selectRaceTypeDiv {
  width: 1040px;
  margin: 0;
  padding: 0;
  display: block;
}

ul#selectRaceTypeMenu {
  width: 1020px;
  height: 45px;
  padding: 0;
  margin: 0 10px 0 10px;
  display: block;
  text-align: center;
}

li.selectRaceTypeButton {
  width: 338px;
  height: 45px;
  line-height: 45px;
  margin: 1px 1px 1px 1px !important;
  padding: 0 0 0 0;
  display: inline-block;
  float: left;
  text-align: center;
}

li.selectRaceTypeButtonOff {
  background-color: rgb(220, 220, 220);
}

li.selectRaceTypeButtonOff a {
  color: rgb(150, 150, 150);
  font-weight: 300;
}

li.selectRaceTypeButtonOn {
  background-color: rgba(71, 115, 155, 1);
}

li.selectRaceTypeButtonOn a {
  color: rgb(1, 29, 55);
  font-weight: 400;
}

a.selectRaceTypeAnchor {
  width: 338px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
}

div#selectRaceDistanceDiv {
  width: 1040px;
  margin: 20px 0 20px 0;
  display: block;
  height: 137px;
}

ul.selectRaceDistanceMenu {
  width: 1020px;
  height: 45px;
  padding: 0;
  margin: 0 10px 0 10px;
  text-align: center;
  font-size: 1em;
  color: black;
}

ul.selectRaceDistanceMenuOff {
  display: none;
}

ul.selectRaceDistanceMenuOn {
  display: block;
}

li.selectRaceDistanceItem {
  height: 45px;
  line-height: 45px;
  margin: 1px 1px 1px 1px !important;
  padding: 0 0 0 0;
  display: inline-block;
  float: left;
  text-align: center;
}

li.selectRaceDistanceItemOn {
  background-color: rgba(71, 115, 155, 1);
}

li.selectRaceDistanceItemOn a {
  color: rgb(1, 29, 55);
  font-weight: 400;
}

li.selectRaceDistanceItemOff {
  background-color: rgb(220, 220, 220);
}

li.selectRaceDistanceItemOff a {
  color: rgb(150, 150, 150);
  font-weight: 300;
}

li.selectTrackDistanceItem {
  width: 202px;
}

li.selectRoadDistanceItem {
  width: 202px;
}

a.selectRaceDistanceAnchor {
  font-family: 'Open Sans', sans-serif;
}

div#selectAgeDivisionDiv {
  width: 1040px;
  padding: 0;
  margin: 20px 0 20px 0;
  display: block;
  height: 91px;
}

ul#selectAgeDivisionMenu {
  width: 1020px;
  height: 45px;
  padding: 0;
  margin: 0 10px 0 10px;
  display: block;
  text-align: center;
  font-size: 1em;
  display: block;
}

li.selectAgeDivisionItem {
  width: 253px;
  height: 45px;
  margin: 1px 1px 1px 1px !important;
  padding: 0 0 0 0;
  display: inline-block;
  float: left;
  text-align: center;
  color: black;
}

li.selectAgeDivisionItemOn {
  background-color: rgba(71, 115, 155, 1);
}

li.selectAgeDivisionItemOn a {
  color: rgb(1, 29, 55);
  font-weight: 400;
}

li.selectAgeDivisionItemOff {
  background-color: rgb(220, 220, 220);
}

li.selectAgeDivisionItemOff a {
  color: rgb(150, 150, 150);
  font-weight: 300;
}

a.selectAgeDivisionAnchor {
  width: 253px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

div#selectGenderDiv {
  width: 1040px;
  height: 75px;
  padding: 0;
  margin: 20px 0 20px 0;
  display: block;
}

ul#selectGenderMenu {
  width: 200px;
  height: 75px;
  padding: 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 1em;
  display: block;
}

li.selectGenderItem {
  width: 75px;
  height: 75px;
  margin: 0 !important;
  border-radius: 3px;
  padding: 0;
  display: inline-block;
}

li.selectGenderItemOff {
  background-color: rgb(220, 220, 220);
}

li.selectGenderItemOn {
  background-color: rgba(71, 115, 155, 1);
}

a.seletGenderAnchor {
  width: 75px;
  height: 75px;
  display: inline-block;
}


/******************************************************************************/
/******************************************************************************/
/* Records container
/******************************************************************************/
/******************************************************************************/

#recordsHeader {
  width: 1040px;
  padding: 10px 0 10px 0;
}

#recordsHeader h1 {
  text-align: center;
  font-size: 2.5em;
  color: #8C0209;
  font-family: garamond;
}

#recordsMainPanel {
  width: 1040px;
  margin: auto;
  /*padding: 10px 10px 20px 10px;*/
  border: 1px solid;
  /*background-color: rgba(255,255,255,0.5);
  border-color: #8C0209;*/
  border-radius: 5px;
  overflow: hidden;
}

#recordsIFrame {
  margin: 0px 0px 0px 0px;
  width: 640px;
  min-height: 600px;
  border: 0px;
  left: 0;
  top: 0;
  border-style: none;
  overflow-x: hidden;
}

div#recordsContainer {
  width: 1020px;
  border: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 10px 10px 10px 10px;
}

  div#recordsContainer div#recordsHeader1 {
    width: 1040px;
    height: 40px;
    line-height: 40px;
    margin-left: -10px;
    margin-top: -10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(1, 29, 55, 1);
    display: block;
  }
  div#recordsHeader1 h2 {
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  div#recordsContainer div#recordsHeader2 {
    width: 1040px;
    height: 40px;
    line-height: 40px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(1, 29, 55, 1);
    display: block;
  }
  div#recordsHeader2 h2 {
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }

li.recordsItem {
  height: 30px;
  width: 1020px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  list-style: none;
}

ul.recordsRow {
  height: 30px;
  width: 1020px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  background: rgba(140, 2, 9, 0.02);
  border-radius: 1px;
}

ul.recordsRowHeader {
  background: rgba(170, 82, 43, 1);
}

ul.recordsRowHeader li {
  color: rgba(64, 31, 16, 1);
}

ul.recordsRowDark {
  background: rgba(140, 2, 9, 0.2);
}

ul.recordsRowLight {
  background: rgba(140, 2, 9, 0.02);
}

li.recordsRowItem {
  height: 30px;
  line-height: 30px;
  vertical-align: center;
  display: inline-block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
}

li.recordsRowPlace {
  width: 25px;
}

li.recordsRowName {
  width: 275px;
  text-align: left;
}

li.recordsRowTime {
  width: 100px;
  text-align: left;
}

li.recordsRowAgeGrade {
  width: 50px;
  text-align: center;
}

li.recordsRowRaceName {
  width: 350px;
  text-align: center;
}

li.recordsRowDate {
  width: 200px;
  text-align: right;
}


/*** Things for the records submission page ***/
div#recordsInputFormBox {
  display: block;
  width: 900px;
  padding: 10px 10px 10px 10px;
}

form#recordsInputForm {
  display: block;
  width: 880px;
  padding: 0;
  margin: 0;
}

.inputBox p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  color: rgb(0, 0, 0);
  text-align: center;
}

.p-subtle {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.75em !important;
  color: rgb(100, 100, 100) !important;
}

div.inputBox {
  display: block;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}


select#inputName {
  width: 400px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

select#inputName option {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

input#inputRaceName {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 400px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-align: center;
}

div#inputRaceDateBox {
  width: 270px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

select#inputRaceMonth {
  width: 150px;
  height: 40px;
  margin: 0 2px 0 2px;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

input#inputRaceDay {
  width: 30px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 2px 0 2px;
  padding: 0;
  text-align: center;
}

input#inputRaceYear {
  width: 60px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 2px 0 2px;
  padding: 0;
  text-align: center;
}

input#inputRaceTime {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 1em;
  text-align: center;
}



/*** Old records submission CSS, consider deleting ***/
div#personalInfoDiv {
  width: 918px;
  height: 130px;
  padding: 0;
  margin: 20px 0 20px 0;
  display: block;
  border: 1px solid black;
  border-radius: 3px;
}

div#personalInfoDivHeader {
  width: 918px;
  height: 40px;
  padding: 0 !important;
  margin: 0px 0px 5px 0px !important;
  background-color: rgba(1, 29, 55, 1);
  color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans', sans-serif !important;
  text-align: center
  display: block;
}

div#personalInfoDivHeader h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1em;
  text-align: center;
  color: white;
}

ul#personalInfoList {
  width: 900px;
  height: 60px;
  padding: 0;
  margin: 0 9px 0 9px;
  display: block;
  text-align: center;
  font-size: 1em;
  display: block;
}

li.personalInfoListItem {
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

ul.personalInfoStack {

}

ul.personalInfoStack li {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  height: 30px;
  text-align: center;
  list-style-type: none;
  font-family: 'Open Sans', sans-serif !important;
  vertical-align: middle !important;
}

ul.personalInfoStack li.stackTop {
  font-size: 0.9em !important;
}

ul.personalInfoStack li select {
  margin: 5px 0px 0px 0px !important;
  padding: 0 !important;
  display: block;
  font-size: 0.75em !important;
  font-family: 'Open Sans', sans-serif !important;
  vertical-align: middle;
}

ul.personalInfoStack li input {
  height: 30px;
  margin: 0 3px 0 3px !important;
  padding: 0 !important;
  display: block;
  font-size: 0.75em !important;
  font-family: 'Open Sans', sans-serif !important;
}

div.input-warning {
  background-color: rgb(150, 0, 0);
  background-color: rgba(255, 0, 0, 0.2);
}

#verifyButton {
}

#inputControls {
  display: block;
  width: 456px;
  margin: auto;
}

.controlButton {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  height: 60px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(50, 50, 50);
  float: left;
}

.controlButton-inactive {
  background-color: rgb(255, 255, 255);
  color: rgb(150, 150,150);
}

.controlButton-active {
  background-color: rgb(170, 82, 43);
  color: rgb(255, 255, 255);
}

div#confirmationBox {
  display: block;
  background-color: white;
  width: 878px;
  height: 300px;
  overflow: scroll;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 2000;
  margin: auto;
}

div.confirmationBox-hidden {
  display: none;
}

div.confirmationBox-visible {
  display: block;
}

div#confirmationBoxInterior {
  width: 900px;
  height: 100%;
  margin: auto;
  background: white;
  display: block;
}

#captcha_container {
  width: 304px;
  height: 78px;
  margin: 10px 0 10px 0;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
