#applicationForm p, #applicationForm , #propertiesForm p, #propertiesForm {
  font-size: 14px;
}

.agree {
  font-size: 14pt;
  display: flex;
}

.agree .valid, .agree .invalid {
  width: auto;
}

input:not([type=checkbox]), select {
  width: 100%;
}

table.appInfo          { border-collapse:collapse; margin-bottom:15px; }
table.appInfo tr td    { padding-bottom: 7px;        }
table.appInfo .specify { font-size:0.7em;font-weight:bold;text-align:right;padding-right:10px  }
#otherBlock            { display:none;  }

#tblUnits {
  display: grid;
  grid-template-columns: 130px 60px 240px 180px;
  column-gap: 15px;
  align-items: center;
}

.times {
  font:90%/1.3 Georgia, "Times New Roman", Times, serif;
}

.properties {
  display: grid;
  grid-template-columns: 200px 140px 70px 70px 70px 70px;
  column-gap: 7px;
}

#text_creditcard, #text_association, #ccTable {
  width: 95%;
}

ul.payment li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* styling for new application system */
#memTypeOptions {
  width: 640px;
  float: left;
}

#memTypeOptions a {
  display: block;
  border: 2px solid #aaa;
  width: 640px;
  margin: 0 0 12px 10px;
  padding: 0;
  clear: left;
  float: left;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: #fff;
}
#memTypeOptions span.memOptTitle {
  display: block;
  float: left;
  width: 624px;
  text-decoration: none;
  font-size: 1.3em;
  background: #ddd;
  padding: 4px 8px;
}
#memTypeOptions a:hover {
  background: #ddd;
  background-image: url("/images/tenchek_check_xs.png");
  background-repeat: no-repeat;
  background-position: 20px 40px;
  cursor: pointer;
}
#memTypeOptions a span.memOptDesc {
  display: block;
  clear: left;
  float: left;
  width: 568px;
  height: 36px;
  font-style: italic;
  padding: 4px 24px 4px 64px;
}
#memTypeOptions a:hover span.memOptDesc {
  font-style: normal;
}

dl.req {
  width: 700px;
}
dl.req dt {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid #888;
  display: block;
  float: left;
  width: 700px;
}

dl#uploadStatus dt {
  width: 760px;
}

dl.req dt a {
  float: right;
  font-size: 0.7em;
}
dl.req dt a:hover {
  text-decoration: underline;
}
dl.req dd {
 padding: 5px 20px 30px 20px;
  margin: 0;
  display: block;
  float: left;
  width: 660px;
}

dl#uploadStatus dd {
  width: 740px;
  padding: 5px 10px 30px 10px;
}

dl.req dt a, dl.req dt a:hover, dl.req dt a:visited, dl.req dd a, dl.req dd a:hover, dl.req dd a:visited {
  color: #E81E2A  !important;
  text-decoration: underline;
}

dl.req dd li {
  margin-top:5px;
}

dl.reqStatus {
  padding-top: 20px;
}
dl.reqStatus dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
dl.reqStatus dd div.doclistDescription {
  width: 480px;
  float: left;
  padding-left: 10px;
}

dl#uploadStatus dd div.doclistDescription {
  width: 550px;
}

dl.reqStatus dd div.doclistDescription ul {
  margin-top:20px;
  color: red;
  font-weight: bold;
}

dl#uploadStatus ul.blackList {
  color: black;
  font-weight: normal;
}

dl.reqStatus dd div.doclistStatus {
  width: 160px;
  margin-right: 10px;
  float: left;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 25px;
}
dl.reqStatus dd div.doclistStatus_0 {
  color: black;
}
dl.reqStatus dd div.doclistStatus_1 {
  color: blue;
}
dl.reqStatus dd div.doclistStatus_2 {
  color: red;
}
dl.reqStatus dd div.doclistStatus_3 {
  color: green;
}
dl.reqStatus dd div.doclistStatus_4 {
  color: brown;
}
div#decisionOptions {
  width: 700px;
  float: left;
}

.decisionOption {
  border: 2px solid #aaa;
  width: 650px;
  margin: 0 0 12px 10px;
  padding: 0;
  clear: left;
  float: left;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: #fff;
}

.decisionHeader {
  width: 100%;
  height: 31px;
  background: #ddd;
}

.decisionHeader .decisionTitle {
  float: left;
  text-decoration: none;
  font-size: 1.3em;
  padding: 4px 8px;
}

.decisionShowButton {
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

.decisionDescription {
  display: block;
  clear: left;
  float: left;
  width: 576px;
  font-style: italic;
  padding: 10px 24px 0 50px;
}

.decisionDescription:hover {
  background: #ddd;
  background-image: url("/images/tenchek_check_xs.png");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  cursor: pointer;
}

.decisionContent {
  display:none;
}

#memTypeOptions a:hover span.memOptDesc {
  font-style: normal;
}
span.decisionTitle {
  font-size: 1.5em;
}
div.decisionButton {
  float: right;
}
div.actionLink {
  float: right;
}
table.drop {
  border-color: #000;
  margin-left: 10px;
}
table.drop td {
  padding: 0 2px;
}
table.drop th {
  padding: 4px;
  background-color: #DDD;
  border-bottom: 1px solid #000;
  font-size: 0.6em;
  font-weight: bold;
}
table.drop tr.roweven td {
  background-color: #eee
}
ul.fineprint {
 font-size: 0.8em;
}
#notes li {
    margin-bottom:5px;
}

#content.noMenu {
    margin:0;
    padding:20px;
}

#validPromo {
  font-size: 10px;
  color: green;
}

/* end new application styling */