html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

body {
  font: 62.5%/20px Helvetica,sans-serif;
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4, h5, h6, p, pre, address, dl, ol, ul, fieldset, table, hr {
  margin-bottom: 20px; }

h1 {
  font-size: 25px;
  padding-top: 20px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

a:focus {
  outline: 1px dotted invert; }

p {
  font-size: 1.2em; }

ol {
  list-style: decimal; }

ul {
  list-style: square; }

li {
  margin-left: 30px; }

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0; }

input, button {
  margin: 0;
  padding: 0;
  font-size: 100%; }

form label, form input {
  display: block; }
form label {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.4em;
  display: block; }
  form label:after {
    content: ':'; }
form input {
  font-size: 1.6em; }
form input[type='text'],
form input[type='password'] {
  width: 100%;
  color: #333; }
form button[type='submit'] {
  margin-top: 10px;
  font: bold 1.4em sans-serif;
  margin-top: 12px;
  color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url('/images/button_gradient.png') repeat-x white;
  padding: 4px 10px;
  border: 1px outset #ccc;
  text-shadow: white 1px 1px 1px; }
  form button[type='submit']:active {
    background-image: url('/images/button_gradient_inverted.png'); }
form fieldset {
  margin: 0; }
form .error {
  margin: 0 -4px 0 0;
  padding: 4px 10px;
  font-size: 1.2em;
  background: #fff784;
  color: #6e4b08;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px; }

a {
  color: #333333; }
  a:hover {
    color: #015bc1; }

body > .hbox > div {
  width: 920px;
  margin: 0 auto; }

.hbox.header {
  background: #6EB637; }

#header {
  position: relative;
  height: 20px;
  color: #b7fe80;
  font-size: 1.2em; }
  #header a {
    color: white; }
  #header .app_name a {
    margin-left: 10px;
    width: 96px;
    height: 20px;
    background: url('/images/hdr_logo.png') no-repeat;
    text-indent: -1000em;
    line-height: 1000em;
    overflow: hidden;
    display: block; }
  #header .controls {
    position: absolute;
    right: 10px;
    top: 0; }
    #header .controls ul {
      margin: 1px 0 0 0;
      list-style-type: none; }
      #header .controls ul li {
        float: left;
        margin: 0 0 0 10px; }
        #header .controls ul li button#logout {
          background: none;
          border: none;
          color: white;
          text-decoration: underline;
          text-shadow: none;
          cursor: pointer;
          font: 1em helvetica, sans-serif !important;
          margin: 0 0 0 0;
          padding: 0 0 0 0; }

#footer {
  clear: both;
  height: 40px;
  margin-top: 20px;
  border-top: 2px solid #eee;
  padding: 20px 10px 10px 10px;
  font-size: 1.2em; }
  #footer a {
    padding-right: 5px; }

#ie-6-upgrade-notice {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 40px;
  left: 0; }
  #ie-6-upgrade-notice .inner {
    background-color: white;
    width: 40em;
    margin: 0 auto;
    text-align: left;
    border: 10px solid #000;
    padding: 0 20px; }
    #ie-6-upgrade-notice .inner p {
      margin: 20px 0 0 0; }
      #ie-6-upgrade-notice .inner p.hide {
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px; }
