body {
  font: 10pt/12pt Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.app-info {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 5px;
  text-align: right;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.75);
  outline: 2px solid rgba(0, 0, 0, 0.25);
}

h1 {
  font-size: 1.3em;
  margin: 8px auto;
  padding: 0;
}

h2 {
  font-size: 1.1em;
  margin: 6px auto;
  padding: 0;
}

h3 {
  font-size: 1.05em;
  margin: 4px auto;
  padding: 0;
}

p {
  margin: 1em 0;
  padding: 0;
}

  p:first-child {
    margin-top: 0.5em;
  }

  p:last-child {
    margin-bottom: 0.5em;
  }

a {
  text-decoration: underline;
  color: inherit;
}

  a img {
    border: 0;
  }

table {
}

th, td {
  text-align: inherit;
  vertical-align: top;
  padding: 2px 3px;
}

table.inline-table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

  table.inline-table tr > th:first-child,
  table.inline-table tr > td:first-child {
    padding-left: 0;
  }

  table.inline-table tr > th:last-child,
  table.inline-table tr > td:last-child {
    padding-right: 0;
  }

table.nowrap-table {
}

  table.nowrap-table th,
  table.nowrap-table td {
    white-space: nowrap;
  }

button, input, textarea, select {
  font: inherit;
}

.checkbox {
  text-align: right;
}

/* overlay and tooltip panel style */
/*.yui-overlay {
  position: absolute;
  background: #f4f5f6;
  border: 2px solid #c6d3de;
  padding: 5px;
  margin: 10px;
}*/

/* grid style */
.gridAlternatingRow {
  background-color: #f4f5f6;
}

.gridRow {
  background-color: #ffffff;
}

/*.gridHeader,*/
.GridViewHeaders {
  background-color: #c6d3de;
}

.gridLink {
  background: none;
  color: #a35d0c;
  text-decoration: none;
  font-weight: normal;
}

  .gridLink:hover {
    color: #336666;
    text-decoration: none;
    font-weight: normal;
  }

.gridHeaderLink {
  background: none;
  color: #a35d0c;
  text-decoration: none;
  font-weight: bold;
}

  .gridHeaderLink:hover {
    color: #336666;
    text-decoration: none;
    font-weight: bold;
  }

.altArticleLink {
  color: #a35d0c;
  text-decoration: none;
  font-weight: normal;
}

  .altArticleLink:hover {
    color: #336666;
  }

/*.overlayPanel {
  display: none;
  z-index: 200;
  background-color: #f4f5f6;
  border: 1px solid #86abcf;
}*/

/* info and input boxes */
/*.infoBox {
  background-color: #ffffff;
  width: 500px;
  border: solid 1px #e38d1a;
  padding: 8px;
  text-align: left;
  margin: 0 auto;
}*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.middle {
  vertical-align: middle;
}

.error-label,
.login-error {
  display: inline-block;
  color: red;
}

.error-label {
  padding: 2px 0;
}

.login-error {
  padding: 3px 5px;
  font-weight: bold;
}

.bad {
  font-weight: bold;
  color: #883338;
}

.good {
  font-weight: bold;
  color: #2d9a38;
}

/*.contentBlock {
  border: 1px solid #d4d0c8;
}*/

.calendar a {
  text-decoration: none;
}

.footer {
  position: fixed;
  bottom: 0;
  height: 19px;
  text-align: center;
  padding-top: 5px;
  width: 100%;
  background-color: #ffffff;
  border-top: solid 1px #7f7f7f;
}
