html,
body {
  margin: 0;
  padding: 0;
  background: #ddd;
  font-family: helvetica;
  font-size: 13px;
}
#lv0 {
  width: 800px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: white;
}
#lv1 {
  min-height: 390px;
  background: url(/images/background-red.png) top left repeat-x white;
}
.top-nav {
  padding: 0 10px;
  margin: 0;
  position: relative;
}
.top-nav li {
  float: left;
  padding: 0 10px;
  line-height: 36px;
  font-weight: lighter;
  color: #222;
}
.top-nav li a {
  color: inherit;
  text-decoration: none;
}
.top-nav input {
  position: absolute;
  top: 2px;
  right: 34px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  text-align: right;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 6px;
  width: 80px;
}
.top-nav i {
  position: absolute;
  line-height: 36px;
  right: 10px;
}
.page-content {
  clear: both;
  padding: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  padding-top: 5px;
  line-height: 26px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #eee;
}
th,
td {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}
td {
  padding-top: 4px;
}
th:first-child,
td:first-child {
  padding-left: 6px;
}
table.records tr:hover td {
  background: #ddd;
}
table .spacer td {
  height: 8px;
}
.field {
  width: 50%;
  float: left;
  height: 36px;
  position: relative;
}
.field label {
  width: 135px;
  float: left;
  line-height: 28px;
}
.field input,
.field select {
  width: 200px;
  float: left;
  height: 28px;
  padding: 0 10;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
}
.field li:hover,
.field li.current {
  background: #ddd;
}
.text-field {
  clear: both;
  padding-top: 20px;
}
.text-field label {
  width: 135px;
  float: left;
  line-height: 28px;
}
.text-field textarea {
  width: 580px;
  height: 160px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}
.flags {
  clear: both;
  position: relative;
  padding-top: 20px;
  padding-left: 135px;
}
.flags > label {
  position: absolute;
  top: 27px;
  left: 0;
}
.flags .field {
  width: 33%;
  height: 28px;
}
.flags .field label {
  padding-left: 0;
  width: auto;
}
.flags .field input {
  width: auto;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
button {
  width: 150px;
  text-align: center;
  height: 28px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 135px;
  margin-top: 16px;
}
.pagination {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid #777;
  text-align: center;
}
.pagination a {
  padding: 0 12px;
  text-decoration: none;
  color: black;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination a.disabled {
  color: #999;
}
.top-nav li { list-style: none; }
