body { background-color: #eee; color: #333; }

body.aprilfool {
  background: #009cff url(/images/aprilfool.png) no-repeat fixed center top;
}

body, p, ol, ul, td {
  font-family: verdana, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #ddd;
  padding: 10px;
  font-size: 11px;
}

.smalltext {
  color: #999;
  font-size: 11px;
  line-height: 1.2em;
}

.smallwarning {
  color: #f33;
  font-size: 11px;
  line-height: 1.2em;
}

table.box {
  border: 0;
  background-color: #110066;
}

table.graybox {
  border:  0;
  background-color: silver;
}

td.boxheader {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

td.boxbody {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

a.mainnav {
  font-weight: bold;
}

a { color: rgb(0, 43, 184); text-decoration: none; }
a:visited { color: rgb(0, 43, 184); }
a:hover { color: #000; text-decoration: underline; }

.boxheader a { color: #fff; text-decoration: none; }
.boxheader a:hover { color: #fff; text-decoration: underline; }

/*.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}*/

textarea {
  font-family: monospace;
  font-size: 11px;
}

table.userTable {
  border: 0px;
  width: 100%;
}

th.userTable {
  background-color: #aaa;
  text-align: left;
  font-size: 12px;
}

tr.userTableOdd td {
  background-color: #fff;
  font-size: 12px;
}

tr.userTableEven td {
  background-color: #eee;
  font-size: 12px;
}

div.flash {
  text-align: center;
  color: #f00;
  margin-bottom: 5px;
}

div #logout {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

