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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }
@import url("ui.base.css");
@import url("ui.theme.css");
.right {
  float: right; }

.left {
  float: left; }

.clear-both, .clear {
  clear: both; }

.clear-right, .clearright {
  clear: right; }

.clear-left, .clearleft {
  clear: left; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.bold {
  font-weight: bold !important; }

.inline {
  display: inline !important; }

.block {
  display: block !important; }

.hint {
  color: #999 !important; }

.hpad-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.hpad-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.hpad-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.hpad-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.vpad-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.vpad-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.vpad-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.vpad-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.vert-middle {
  vertical-align: middle; }

.nomargin {
  margin: 0; }

.nohmargin {
  margin-left: 0;
  margin-right: 0; }

.novmargin {
  margin-top: 0;
  margin-bottom: 0; }

.nooverflow {
  overflow: hidden; }

.red {
  color: red; }

a.sm {
  font-size: 11px; }

a.big {
  font-size: 20px; }

span.f {
  font-style: italic; }
#logo {
  position: relative; }
  #logo h1 {
    width: 316px;
    height: 60px;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    display: block;
    margin-top: 10px; }
    #logo h1 a {
      margin-left: -9999px;
      display: block;
      height: 10px; }
  #logo h2.tagline {
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #bebcbc;
    float: right;
    display: block;
    position: absolute;
    top: -2px;
    right: 13px;
    line-height: 1em;
    text-transform: lowercase; }
  #logo .tracks {
    position: absolute;
    top: -5px;
    left: -50px;
    width: 139px;
    height: 65px;
    background-image: url(/images/tracks.png);
    background-repeat: no-repeat;
    z-index: -1; }
.flash {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.2em; }
  .flash.success {
    background: #d3f2bf;
    border: 1px solid #a7c394; }
  .flash.notice {
    background: #ffffe0;
    border: 1px solid #e6db55; }
  .flash.error {
    background: #ffebe8;
    border: 1px solid #c00; }
