html, body {
  background: #e5e5e5;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: normal; }

body, ol, ul, li, dt, tt, label, input, select, textarea {
  font-size: 12px;
  font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif; }

body, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0px;
  padding: 0px; }

form {
  margin: 0px; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:link, a:visited {
    color: #0033cc; }
  a:hover {
    background: #0033cc;
    color: white; }
  a img {
    background-color: white;
    border: none;
    color: white;
    text-decoration: none; }

#options a {
  border-bottom: 1px dotted darkcyan;
  color: darkcyan;
  text-decoration: none; }
  #options a:hover {
    background: #e5e5e5;
    border-bottom: 1px dotted darkblue;
    color: darkblue; }

abbr {
  font-size: 9px; }

small {
  font-size: 10px; }

dt {
  font-size: 11px; }

tt {
  font-size: 12px; }

#header {
  background: #1e4262;
  color: skyblue;
  padding: 8px 16px 8px 16px; }
  #header h3 a {
    background: #1e4262;
    color: greenyellow;
    font: normal 15px "Lucida Grande", Arial, Helvetica, sans-serif;
    text-decoration: none; }
  #header #welcome {
    float: right;
    font-size: 11px; }
    #header #welcome a {
      color: lightyellow;
      padding: 1px 4px 2px 4px;
      text-decoration: none; }
      #header #welcome a:hover {
        background: #1e4262;
        color: yellow; }
    #header #welcome a.selected {
      background: steelblue;
      color: lightyellow;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px; }
  #header #jumpbox {
    background: steelblue;
    margin: 2px 0px 0px 0px;
    padding: 12px;
    position: absolute;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; }
    #header #jumpbox a {
      color: white;
      padding: 0px 0px 4px 0px; }
      #header #jumpbox a.selected {
        color: navy; }
      #header #jumpbox a:hover {
        background: steelblue; }
    #header #jumpbox input {
      margin: 2px 0px 0px 0px; }

#tabs {
  background: #1e4262;
  height: 24px;
  padding: 0px;
  text-align: center;
  width: 100%; }
  #tabs li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0px 4px 0px 16px;
    width: 80px; }
  #tabs a:link, #tabs a:visited {
    background: #466bb1;
    color: white;
    float: left;
    padding: 4px 8px 5px 8px;
    text-align: center;
    text-decoration: none;
    width: 80px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px; }
  #tabs a:hover {
    background: #97baff;
    color: navy; }
  #tabs a:link.active, #tabs a:visited.active {
    background: azure;
    color: navy;
    text-decoration: none; }

#footer {
  color: grey;
  font-size: 10px;
  padding: 0px 0px 0px 16px; }

.title {
  border-bottom: 1px gray solid;
  color: #342d7e;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px; }
  .title img {
    position: relative;
    top: 2px; }

.title_tools {
  font-size: 12px;
  float: right;
  margin: 4px 0px 0px 0px; }

.subtitle {
  border-bottom: 1px silver solid;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: bold; }
  .subtitle a:link, .subtitle a:visited {
    color: darkslateblue;
    text-decoration: none; }
  .subtitle a:hover {
    background: none; }

.subtitle_tools {
  font-size: 11px;
  float: right; }

.radio_box {
  line-height: 20px; }
  .radio_box input {
    position: relative;
    top: -2px; }

.check_box {
  line-height: 20px; }
  .check_box input {
    position: relative;
    top: -3px; }

.tabless {
  margin: auto;
  width: 480px; }

.standalone {
  background: whitesmoke;
  border: 20px lightsteelblue solid;
  margin: 75px auto 6px auto;
  padding: 20px;
  width: 400px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 15px #bbb, -5px 0px 15px #bbb;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 5px 5px 15px #bbb, -5px 0px 15px #bbb; }
  .standalone input[type="text"], .standalone input[type="password"] {
    font-size: 16px;
    padding: 2px;
    width: 355px; }
  .standalone input[type="submit"] {
    font-size: 14px; }

.tabbed {
  padding: 12px 12px 12px 16px; }

.main {
  background: white;
  padding: 8px 15px 15px 15px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbb, -2px 0px 8px #bbb;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 8px #bbb, -2px 0px 8px #bbb; }

.sidebar {
  color: #3f3f3f;
  font-size: 11px;
  padding: 0px 12px 0px 0px;
  width: 210px; }

.form {
  background: white; }
  .form h4 {
    font-size: 18px;
    height: 30px; }

.tools {
  font-size: 10px;
  float: right;
  padding: 0px 0px 0px 4px; }

.label {
  color: #3f3f3f;
  font-size: 12px;
  margin: 8px 0px 0px 0px; }

.top {
  margin: 5px 0px 0px 0px; }

.req {
  color: navy; }

.intro {
  color: dimgray;
  font-size: 12px;
  padding-top: 5px; }

.section {
  background: whitesmoke;
  color: #3f3f3f;
  margin: 0px 0px 2px 0px;
  padding: 4px 15px 8px 15px; }

.remote {
  border: 5px lightblue solid;
  background: whitesmoke;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  position: relative; }
  .remote .close {
    background: lightblue;
    border-top: 1px gainsboro solid;
    border-left: 1px gainsboro solid;
    border-bottom: 1px grey solid;
    border-right: 1px grey solid;
    color: navy;
    cursor: pointer;
    height: 16px;
    margin: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 17px; }

.buttonbar {
  border-top: 1px gray solid;
  margin: 8px auto;
  padding-top: 8px; }

.section input, .sidebar input, .inline input,
.section select, .sidebar select, .inline select,
.section textarea, .sidebar textarea, .inline textarea {
  margin: 3px 0px 0px 0px;
  vertical-align: middle; }

.cool {
  color: darkgreen; }

.warn {
  color: crimson; }

.urgent {
  color: darkred; }

.black {
  color: black; }

.white {
  color: white !important; }

.grayed {
  color: silver !important; }

.strip {
  background: gainsboro;
  color: black;
  float: left;
  font-size: 11px;
  margin: 0px 6px 0px 0px;
  padding: 1px 4px 1px 3px;
  text-align: right;
  width: 75px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px; }

.indent {
  margin-left: 88px; }

.indentslim {
  margin-left: 38px; }

.indentwide {
  margin-left: 106px; }

.indentfull {
  margin-left: 126px; }

.bucket {
  margin: 0px 0px 10px 0px; }

.prefix {
  width: 30px;
  font-size: 10px; }

.comment {
  background: #f2f2f2;
  margin: 2px 0px 0px 0px;
  overflow: hidden;
  padding: 4px;
  list-style: none; }
  .comment input[type=text] {
    border: 1px #cfcfcf solid;
    color: grey;
    font-size: 11px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment textarea {
    font-size: 11px;
    height: 110px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    width: 500px; }
  .comment .gravatar {
    float: left;
    margin: 3px 10px 3px 3px; }
  .comment .body {
    display: inline;
    font-size: 11px; }
  .comment tt {
    font-size: 10px;
    color: #666666; }
  .comment dt {
    padding: 0px;
    margin: -10px 0px 0px 36px; }

#paginate {
  float: right;
  font-size: 10px;
  margin: 4px 0px 0px 0px; }

#paging {
  float: right;
  margin: 7px 5px 0px 0px; }

.confirm {
  background: #cdfecd;
  border-left: 10px palegreen solid;
  font-size: 11px;
  margin: 0px 0px 6px 0px;
  padding: 6px; }

.log {
  padding: 8px 0px 0px 0px; }
  .log h3 {
    border-bottom: 1px #2f2f2f dotted;
    color: #2f2f2f;
    margin: 0px 0px 4px 0px;
    padding: 2px 0px 2px 86px; }
    .log h3.overdue {
      color: crimson;
      border-bottom: 1px crimson dotted; }
    .log h3.due_asap {
      color: darkred;
      border-bottom: 1px darkred dotted; }
    .log h3.due_today {
      color: darkgreen;
      border-bottom: 1px darkgreen dotted; }
  .log li {
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 3px 0px 3px 0px; }
    .log li tt {
      color: dimgray;
      font-size: 11px; }
  .log input[type=checkbox] {
    float: left;
    margin: 0px 4px 0px 0px; }

.list {
  padding: 8px 0px 0px 0px; }
  .list li {
    border-bottom: 1px silver dotted;
    clear: both;
    color: #3f3f3f;
    font-size: 12px;
    list-style: none;
    padding: 6px 0px 6px 0px; }
    .list li .gravatar {
      float: left;
      padding: 0px 8px 0px 0px; }
    .list li tt {
      color: dimgray;
      font-size: 11px; }
    .list li dt {
      color: #3f3f3f;
      font-size: 11px;
      padding: 2px 0px 0px 0px; }
    .list li dt a:link, .list li dt a:visited {
      color: #3f3f3f;
      font-weight: bold;
      text-decoration: none; }
    .list li dt a:hover {
      background: dimgray;
      color: white;
      font-weight: bold;
      text-decoration: none; }

.filters, .panel {
  background: snow;
  margin: 0px 0px 12px 0px;
  padding: 6px 8px 6px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 2px 2px 8px #bbb, -2px 0px 8px #bbb;
  -webkit-box-shadow: 2px 2px 8px #bbb, -2px 0px 8px #bbb; }

.filters h4 {
  color: navy;
  font-size: 12px;
  font-weight: bold; }
.filters input[type=text] {
  margin-bottom: 4px; }

.panel div {
  margin: 0px 0px 10px 0px; }
.panel h4 {
  font-size: 13px;
  font-weight: bold; }
.panel li {
  border-bottom: 1px silver dotted;
  font-size: 12px;
  list-style: none;
  padding: 2px 0px 3px 0px; }
  .panel li dt {
    float: right;
    font-size: 11px;
    font-weight: bold; }
  .panel li tt {
    font-size: 11px; }
  .panel li.last {
    border-bottom: none; }
.panel .caption {
  border-bottom: 1px grey solid;
  color: navy;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0px 2px 0px;
  padding: 2px 0px 2px 0px; }
.panel#recently {
  background: floralwhite; }
.panel#summary {
  background: oldlace; }

.selector {
  color: black;
  cursor: pointer;
  font-size: 10px;
  text-align: center; }

.on {
  background: lightgoldenrodyellow;
  border: 1px silver inset; }

.off {
  background: lightgrey;
  border: 1px silver outset; }

.left {
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px; }

.right {
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px; }

.menu {
  background: #f4f5eb;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  width: 12em;
  -webkit-box-shadow: 10px 10px 15px gainsboro; }
  .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .menu li {
    list-style-position: outside; }
  .menu a {
    color: #555;
    cursor: default;
    display: block;
    margin: 0px 2px;
    outline: none;
    padding: 4px 15px;
    text-decoration: none; }
  .menu a:hover {
    background: mediumblue //#006;
    color: #fff; }

.errorExplanation {
  background-color: seashell;
  border: 2px solid salmon;
  font-size: 12px;
  padding: 8px;
  margin: 8px 13px 0px 13px; }
  .errorExplanation h2 {
    background: salmon;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: -8px;
    padding: 5px; }
  .errorExplanation ul {
    margin-left: 30px; }
    .errorExplanation ul li {
      border: none;
      font-size: 12px;
      list-style-type: disc;
      padding: 0px; }

.fieldWithErrors input {
  border-bottom: 1px solid lightpink;
  border-right: 1px solid lightpink;
  background: pink; }

p.flash_warning, p.flash_error {
  background: lightpink;
  color: maroon;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_notice, p.flash_message {
  background: #df9;
  color: darkgreen;
  margin: 0px;
  padding: 5px 0px 5px 16px; }
p.flash_exception {
  background: #df9;
  border: 5px limegreen solid;
  font-size: 14px;
  margin: 50px auto;
  padding: 50px;
  width: 450px;
  -moz-box-shadow: 5px 5px 15px #999, -5px 0px 15px #999;
  -webkit-box-shadow: 5px 5px 15px #999, -5px 0px 15px #999; }

div.auto_complete {
  background: white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 310px; }
  div.auto_complete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div.auto_complete ul li {
      color: #3f3f3f;
      cursor: pointer;
      display: block;
      list-style-type: none;
      margin: 0px;
      padding: 2px; }
      div.auto_complete ul li .highlight {
        background: lightyellow; }
      div.auto_complete ul li.selected {
        background: royalblue;
        color: white; }
        div.auto_complete ul li.selected .highlight {
          background: royalblue; }

.pagination {
  background: white;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0px 0px; }
  .pagination a, .pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin: 0px 2px 0px 0px; }
  .pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1; }
  .pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
    .pagination a:hover, .pagination a:focus {
      color: navy;
      background: lightyellow;
      border-color: navy; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .log input {
    float: left;
    margin: 1px 4px 0px 0px; }

  .standalone input[type="submit"] {
    font-size: 3em; } }
