/******************************************************************************/
/******************************************************************************/
/* Records Update
/******************************************************************************/
/******************************************************************************/
#records-form {
  
}
  #records-form fieldset {
    //background-color: rgba(52,20,191,0.25);
    //background-image: url('join_images/form-background.png');
    background-color: rgb(250,250,250);
    background-color: rgba(250,250,250,0.9);
    background-repeat: repeat-x;
    background-position: top;
    width: 980px;
  }
  #records-form fieldset legend {
    font-size: 1.8em;
    font-family: garamond;
    margin: 10px 10px 10px 10px;
  }
  #records-form fieldset.userLogin {
    
  }
    #records-form fieldset.userLogin label {
      display: inline-block;
      vertical-align: top;
      font-size: 1.1em;
      line-height: 21px;
    }
    #records-form fieldset.userLogin label.longLabel {
      width: 300px;
      margin: 5px 4px 5px 4px;
    }
    #records-form fieldset.userLogin input{
      display: inline-table;
      border:1px solid #999;
      height: 19px;
      background-image: url('join_images/input-background.png');
      background-repeat: repeat-x;
      background-position: top;
    }
    #records-form fieldset.userLogin .longField {
      width: 298px;
      //padding: 5px 4px 5px 4px;
    }
    
  #header-div {
    border-bottom: 1px solid black;
    width: 970px;
    height: 43px;
  }
  #header-table {
    margin: 0;
    padding: 0;
    width: 970px;
    border: 1px solid black;
    border-collapse: collapse;
    height: 43px;
    table-layout: fixed;
  }
    #header-tr th {
      border: 1px solid black;
      font-size: 1.0em;
      font-weight: 100;
      font-family: garamond, palatino linotype;
      height: 43px;
      text-align: center;
      margin: 0;
      padding: 0;
    }
    th.header-th-short {
      width: 50px;
    }
    th.header-th-medium {
      width: 80px;
    }
    th.header-th-long {
      width: 200px;
    }
  div#entry-div {
    height: 500px;
    width: 986px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
  }
  
  table#entry-table {
    margin: 0;
    padding: 0;
    width: 970px;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #EEEEEE;
    table-layout: fixed;
  }
  tr.entry-tr {
    height: 20px;
  }
  td.entry-td-short, td.entry-td-medium, td.entry-td-long {
    border: 1px solid black;
  }
  td.entry-td-short {
    width: 30px;
  }
  td.entry-td-medium {
    width: 80px;
  }
  td.entry-td-long {
    width: 200px;
  }
  tr.entry-tr td input {
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    outline-width: 0;
  }
  input.entry-input-short {
    width: 100%;
  }
  input.entry-input-medium {
    width: 100%;
  }
  input.entry-input-long {
    width: 100%;
  }
  table#entry-table select {
    height: 25px;
    font-size: 1.1em;
  }
  select.entry-select-medium {
    width: 113px;
  }
  select.entry-select-short {
    width: 56px;
  }
#add-field-button {
  float: none;
  display: block;
  width: 100px;
  margin: 10px auto;
}
#submit {
  float: none;
  display: block;
  width: 100px;
  margin: 10px auto;
}


div#calendars {
  display: block; 
  padding: 5px 0px 0px 0px;
}

div#calendars iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.ul-normal-text {
  margin-left: 20px;
  font-family: 'Oswald', sans serif;
  font-size: 1.3em;
  font-weight: 200;
}

ul.ul-normal-text li {
  margin: 5px 0 5px 0;
}
