body {
  background: #bb7900 url(../admin/images/background.jpg) repeat-x top left;
  font: normal 12px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  padding-top: 13px;
  color: #fff;
  height: 144px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#header a {
  color: #fff;
}

#site-logo {
  display: inline-block;
}

#site-search {
  float: right;
  font-size: 14px;
  font-weight: bold; 
}

#site-search a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

#site-user {
  float: right;
  font-size: 12px;
}

.horizontal-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-menu li {
  display: inline;
}

#site-navigation ul {
  margin-top: 20px;
  padding: 0;
}

#site-navigation li {
  margin-right: 20px;
}

#site-navigation a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#site-navigation a:hover {
  color: #c57226;
}

#leaders-navigation {
  padding-top: 10px;
}

#leaders-navigation a {
  text-decoration: none;
  font-weight: bold;
}

#leaders-navigation a:hover {
  text-decoration: underline; 
}

th {
  text-align: left;
  background-color: #fff;
  font-size: 13px;
  border-bottom: solid #bb7900 2px;
}

table.list {
  width: 100%; 
  border-collapse: collapse;
  margin-bottom: 15px;
}

.report {
  overflow: scroll;
  width: 930px;
}

.report th, .report td {
  white-space: nowrap;
}

td {
  vertical-align: top;
}

table.list td, table.list th {
  padding: 10px;
  vertical-align: top;
}

table.list thead th {
  border-bottom: solid #bb7900 2px;
  background-color: transparent;
}

table.list td {
  border-bottom: solid #bb7900 1px;
}

table.list tr.odd {
  background-color: #e4e5e9;
}

table.list tr.highlight {
  background-color: #fbf3e8;
}

table.list .indent1 {
  padding-left: 25px;
}

table.filters td {
  padding: 10px;
  padding-left: 0;
}

.edit-options {
  margin-bottom: 25px;
}

legend {
  font-weight: bold;
  color: #875800;
  font-size: 14px;
}

fieldset {
  border: solid #bb7900 1px;
  background: url(../admin/images/fieldset-gradient.jpg) repeat-x top left;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 20px;
}

legend {
  margin-bottom: 15px;
}

fieldset.alphabet {
}

fieldset.alphabet a, fieldset.alphabet {
  font-size: 20px;
  padding: 7px;
}

fieldset.collapsible legend {
  cursor: pointer;
}

#content {
  background: #fff url(../admin/images/page-gradient.jpg) repeat-x top left;
  border-top: solid #fff 1px;
  font-size: 12px;
}

#content-inner {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 50px;
}

#footer {
  background-color: #003366;
  color: #fff;
  border: solid white 1px;
  text-align: right;
}

#footer-inner {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

h1, h2 {
  color: #003366;
}

h1 {
  border-bottom: solid #003366 1px;
}

a {
  color: #08488f;
}

.form-row {
  margin-bottom: 15px;
}

.form-row label {
  font-weight: bold;
  display: block;
}

.field-desc {
  font-size: 11px;
  color: #666;
}

.flash-notice {
  border: solid 1px #99cc99;
  background-color: #e2f9e3;
  color: #006600;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}

.error {
  color: red;
}

div.help {
  background-color: #ffffd5;
  border: solid #9f8f45 1px;
  padding: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.pager {
  padding-left: 10px;
  font-size: 1.5em;
}

.pager a {
}
