body {
  font-family: Verdana, Tahoma, sans-serif;
  background-color: #f4f4ef;
  color: #262626;
  margin: 0;
  padding: 0; }

a:link, a:visited, a:hover, a:active {
  background: transparent;
  text-decoration: none; }
a:link {
  color: #037; }
a:visited {
  color: #551a8b; }
a:active, a:hover {
  color: #900;
  text-decoration: underline; }

p {
  margin-left: 3%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0.2em; }

h2 {
  font-size: 140%; }

h3 {
  font-size: 120%;
  margin-left: 1%; }

h4 {
  font-size: 115%;
  margin-left: 2%; }

legend {
  color: #DA0006; }

dl {
  margin: 0.5em 0 0.5em 2em; }

dt {
  font-weight: bold; }

dd {
  padding: 0.2em;
  font-family: monospace; }

#Header {
  border-bottom: 1px solid black;
  font-family: Tahoma, Verdana;
  background: #5f5f9f;
  background: -moz-linear-gradient(top, #5f5f9f 0%, #7f7fb2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f9f), color-stop(100%, #7f7fb2));
  background: -webkit-linear-gradient(top, #5f5f9f 0%, #7f7fb2 100%);
  background: -o-linear-gradient(top, #5f5f9f 0%, #7f7fb2 100%);
  background: -ms-linear-gradient(top, #5f5f9f 0%, #7f7fb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f9f', endColorstr='#7f7fb2',GradientType=0 );
  background: linear-gradient(top, #5f5f9f 0%, #7f7fb2 100%); }
  #Header h1 {
    font-size: 200%;
    text-shadow: 0 0 20px #cfcfe2; }
    #Header h1 a:link, #Header h1 a:visited, #Header h1 a:active, #Header h1 a:hover {
      color: white;
      background: transparent;
      text-decoration: none; }
  #Header p {
    font-size: 80%;
    font-weight: bold;
    margin: 0;
    padding: 0.35em 0.3em;
    float: left; }

#Navigation {
  margin: 0;
  padding: 0.3em;
  font-size: 80%;
  background-color: white;
  border-bottom: 1px solid black;
  text-align: right; }

#Main {
  position: relative; }

#Content {
  margin-right: 15.5em;
  min-height: 45em; }

#Content:after {
  display: block;
  content: " ";
  clear: both; }

#Sidebar {
  position: absolute;
  width: 15em;
  top: 0;
  right: .5em; }

#Footer {
  font-size: 80%;
  margin: 0;
  padding: 0.1em;
  color: white;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: #7f7fb2;
  background: #7f7fb2;
  background: -moz-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f7fb2), color-stop(100%, #5f5f9f));
  background: -webkit-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -o-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -ms-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7fb2', endColorstr='#5f5f9f',GradientType=0 );
  background: linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%); }
  #Footer p {
    margin: 0.2em 0.1em 0.2em 0.1em; }
  #Footer .bench {
    float: left;
    margin-left: 2em; }
  #Footer .copyright {
    float: right;
    text-align: right;
    margin-right: 2em; }

ul.inline.paging {
  margin: .5em 0 .5em 2em; }

fieldset {
  padding: 0.3em;
  margin: .5em 2em 1em 2em;
  background-color: #f9f9f9;
  text-align: center; }
  fieldset legend {
    color: black;
    text-align: left; }
  fieldset input {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin: 5px 10px; }
    fieldset input[type="checkbox"] {
      width: 12px;
      height: 12px; }
    fieldset input[type="text"] {
      width: 80%; }
      fieldset input[type="text"]:hover, fieldset input[type="text"]:active, fieldset input[type="text"]:focus {
        border-color: #900;
        background-color: white; }
    fieldset input[type="submit"] {
      min-width: 5%;
      border-bottom: 1px solid #999;
      border-right: 1px solid #999; }
      fieldset input[type="submit"]:hover, fieldset input[type="submit"]:active, fieldset input[type="submit"]:focus {
        background-color: #FFFFCC;
        color: #900; }

.blurb {
  float: right;
  max-width: 30em;
  margin: 1em;
  border: 1px solid #999;
  background-color: #f9f9f9; }

form.signup fieldset {
  float: right; }
  form.signup fieldset span {
    white-space: pre; }

form.login fieldset {
  max-width: 30em; }

form.login_flat, form.logout_flat {
  position: absolute;
  top: 4px;
  right: 4px; }
  form.login_flat strong, form.logout_flat strong {
    color: #eee; }

form.signup fieldset, form.login fieldset, form.save fieldset {
  text-align: left;
  margin-left: auto; }
  form.signup fieldset label, form.login fieldset label, form.save fieldset label {
    font-weight: bold; }
  form.signup fieldset p, form.login fieldset p, form.save fieldset p {
    padding: 0.1em 0.1em;
    margin: 0.5em 0; }
  form.signup fieldset .err, form.login fieldset .err, form.save fieldset .err {
    /*	border: 2px outset $bg;*/
    background-color: #fff0dc; }
  form.signup fieldset input[type="text"], form.signup fieldset input[type="password"], form.login fieldset input[type="text"], form.login fieldset input[type="password"], form.save fieldset input[type="text"], form.save fieldset input[type="password"] {
    width: 90%; }
  form.signup fieldset input[type="submit"], form.login fieldset input[type="submit"], form.save fieldset input[type="submit"] {
    width: auto; }

form.save fieldset {
  padding: 0.3em;
  margin: .5em 2em 1em 2em;
  background-color: #f9f9f9;
  text-align: center; }

.example {
  color: #666; }

.note {
  font-size: 80%; }

.error {
  color: red; }

.commit {
  margin: 1em;
  border: 1px solid black;
  background-color: #f4f4f4;
  color: #262626; }
  .commit .committer.date {
    text-indent: 1em;
    margin: 0;
    padding: 0.4em;
    font-size: 95%; }
  .commit h2 {
    font-size: 115%; }
  .commit pre {
    margin: 0;
    padding: 0.6em;
    background-color: white;
    color: black;
    white-space: pre-wrap; }
  .commit .message {
    background-color: white;
    border-top: 1px solid #aaa;
    xborder-bottom: 1px solid #aaa; }
  .commit .commit.merged .message {
    border-bottom: none; }
  .commit .diff table {
    width: 95%;
    margin: 1em auto;
    padding: 1px 4px;
    font-family: monospace;
    background-color: #f8f8ff;
    border: 1px solid #ccc; }
    .commit .diff table td {
      white-space: pre;
      white-space: pre-wrap; }
  .commit .diff p {
    margin: 0 0;
    padding: 4px;
    border-bottom: 1px solid #aaa; }
  .commit .diff p:last-of-type {
    border-bottom: none;
    border-top: 1px solid #aaa; }
  .commit .diff tr:hover {
    background-color: #ffc; }
  .commit .diff th[data-line]:before {
    content: attr(data-line); }
  .commit .diff th {
    width: 3em; }
  .commit .diff th {
    font-weight: normal;
    color: #aaa;
    min-width: 2em;
    text-align: center;
    border-right: 1px solid #ccc; }
  .commit .diff tr.hunk {
    background-color: #e8e8f0; }
    .commit .diff tr.hunk:hover {
      background-color: #c9c9dc; }
  .commit .diff tr, .commit .diff th {
    padding: 3px; }
  .commit .diff caption {
    font-family: sans-serif; }
  .commit .diff .add {
    background-color: #dfd; }
    .commit .diff .add:hover {
      background-color: #aaffaa; }
  .commit .diff .del {
    text-decoration: none;
    background-color: #fdd; }
    .commit .diff .del:hover {
      background-color: #ffaaaa; }

.files-container {
  max-height: 500px;
  overflow: auto;
  border-top: 1px solid #aaa; }

.files-container.expanded {
  border-bottom: 1px solid #aaa; }

table {
  border-collapse: collapse; }

table.files {
  font-size: smaller;
  width: 100%;
  margin: 0em; }
  table.files th {
    display: none; }
  table.files tr {
    border-bottom: 1px solid #aaa; }
  table.files td {
    border-right: 1px solid #aaa; }
  table.files td:last-child, table.files tr:first-child, table.files tr:last-child {
    border: 0; }
  table.files tr, table.files th, table.files td {
    padding: 0.125em 0.2em; }
  table.files td.rev {
    text-align: right; }
  table.files td.delta {
    width: 3em;
    text-align: right; }
  table.files td.delta.add {
    color: green; }
  table.files td.delta.del {
    color: red; }

table.facet th {
  /*background-color: rgb(50%,50%,70%);*/
  background: #7f7fb2;
  background: -moz-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f7fb2), color-stop(100%, #5f5f9f));
  background: -webkit-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -o-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  background: -ms-linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7fb2', endColorstr='#5f5f9f',GradientType=0 );
  background: linear-gradient(top, #7f7fb2 0%, #5f5f9f 100%);
  color: white;
  text-align: center; }

table.facet {
  font-size: smaller;
  width: 100%;
  margin: 0 0 0.5em 0; }
  table.facet th, table.facet td {
    border: 1px solid black;
    padding: 0; }
  table.facet td {
    text-align: right;
    background-color: white; }
  table.facet tr.selected td {
    background-color: #ccccff; }
  table.facet a {
    padding: 0.1em;
    display: block; }
    table.facet a:active, table.facet a:hover {
      background-color: #e5e5ff; }

ul.note {
  font-size: smaller; }

ul.inline {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 2px; }

ul.inline li {
  border-left: 1px solid #ccc;
  display: inline;
  margin: 0;
  padding: 0 2px 0 5px;
  text-align: center; }

ul.inline li.first {
  border-left: 0;
  padding: 0;
  text-align: center; }

ul li {
  padding: .125em; }

p {
  line-height: 1.35; }

/*# sourceMappingURL=freshbsd.css.map */
