/* Global */
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #222;
  line-height: 100%;
}
body {
  background-color: #d7d7d7;
}
a {
  color: #444;
}
a:hover {
  color: #808080;
}
img {
  border: 0;
}
br.clear {
  clear: both;
}
.note {
  font-size: 9px;
  font-weight: normal;
  color: #aaa;
}
.note_big,
.note_big * {
  color: #aaa;
}
.highlight {
  font-size: inherit;
  background-color: #fffca2;
}

/* Container */
table#center tr td * {
  text-align: left;
}
div#container {
  width: 900px;
  padding: 0 5px 0 5px;
  border-bottom: 5px solid #c1c1c1;
  background-color: #fff;
}

/* Header and Navigation */
div#header {
  display: none;
}

/* Content */
div#content {
  width: 880px;
  padding: 10px;
}
  div#content div#focus {
    display: none;
  }
  div#content h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: normal;
  }
    div#content h2 span {
      float: right;
    }

/* Substance */
div#substance {
  width: 510px;
}
  div#substance h3 {
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  div#substance h4 {
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    font-size: 15px;
    color: #222;
  }
    div#substance h4 span.highlight {
      font-size: 15px;
    }
  div#substance h5 {
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    font-size: 15px;
    font-weight: normal;
    color: #222;
  }
  div#substance p {
    margin: 0 0 10px 0;
    line-height: 18px;
  }
    div#substance p.main {
      font-size: 12px;
    }
    div#substance div#flash {
      color: #f00;
      font-size: 11px;
    }
  div#substance ul {
    margin: 0 0 10px 20px;
    list-style: square;
  }
    div#substance ul li {
      margin: 0 0 5px 0;
    }
  div#substance table {
    width: 100%;
    margin: 0 0 10px 0;
  }
    div#substance table.data {
      border-top: 1px solid #d7d7d7;
    }
      div#substance table.data tr th {
        padding: 5px 0 5px 0;
        font-size: 10px;
        border-bottom: 1px solid #d7d7d7;
      }
      div#substance table.data tr td {
        padding: 5px 0 5px 0;
        border-bottom: 1px solid #d7d7d7;
      }
        div#substance table.data tr td input,
        div#substance table.data tr td select {
          width: 150px;
          border: 1px solid #ccc;
          background-color: #ffffcc;
        }
          div#substance table.data tr td .input_full {
            width: 415px;
          }
      div#substance table.data tr td .input_inline {
      width: auto;
      }
          div#substance table.data tr td input.submit_button {
            float: right;
            width: 125px;
            padding: 5px;
            color: #fffca2;
            text-align: center;
            border: none;
            background-color: #222;
          }
          div#substance table.data tr td a.cancel {
            float: left;
            padding: 3px 0 0 0;
          }
          div#substance table.data tr td input.hours_date {
            width: 32px;
          }
        div#substance table.data tr td textarea {
          width: 100%;
          height: 50px;
          border: 1px solid #ccc;
          background-color: #ffffcc;
        }

/* Footer */
div#footer {
  width: 880px;
  margin: 10px auto 20px auto;
  font-size: 10px;
}
  div#footer p#website_by {
    float: right;
  }
    div#footer p#website_by a:hover {
      border-bottom: 0;
    }
  div#footer p#copyright {
    float: left;
  }