html {
  color: black;
  background: white; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: black; }

a {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

a {
  color: #2d81c5; }
  a:hover:active {
    color: black; }

a.amount {
  font-weight: bold; }

tr.link {
  cursor: pointer; }

ul.actions {
  display: block;
  overflow: hidden; }
  ul.actions li {
    display: block;
    float: left;
    margin-right: 5px;
    border-right: 1px solid #eeeeee;
    padding-right: 5px; }
    ul.actions li:last-child {
      border-right: 0;
      padding-right: 0; }

body, table, input, textarea, select, button {
  font: normal 13px helvetica, arial, sans-serif;
  line-height: 20px; }

pre, code {
  font: normal 13px courier, "courier new", fixed-width;
  line-height: 20px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 12px;
  line-height: inherit; }

sup {
  margin-left: 1px;
  vertical-align: top;
  line-height: normal; }

.page-title, .prose h1, .prose h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: black; }

.prose h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: black;
}
.prose h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px; }
.prose p, .prose ul, .prose ol, .prose blockquote, .prose address, .prose pre {
  margin-bottom: 10px; }
.prose ul, .prose ol, .prose blockquote {
  padding-left: 30px;
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px; }
.prose ul li {
  list-style: disc inside; }
.prose ol li {
  list-style: decimal inside; }
.prose .fine-print {
  font-size: 11px;
  color: #636669; }

.prose-narrow {
  width: 530px;
  margin-right: auto;
  margin-left: auto; }
  .prose-narrow h2 {
    font-weight: normal; }
  .prose-narrow h3,
  .prose-narrow p {
    font-size: 14px; }
  .prose-narrow .section {
    background: url(../images/hr.png) repeat-x;
    margin-top: 30px;
    padding-top: 30px; }

input[type=text], input[type=email], input[type=password] {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 5px;
  line-height: 14px;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #d1d1d1 #eeeeee white #eeeeee;
  color: #202122;
  background: white;
  font-size: 12px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3); }

input[type=search] {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 5px;
  line-height: 14px;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #d1d1d1 #eeeeee white #eeeeee;
  color: #202122;
  background: white;
  font-size: 12px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

input.placeholder {
  color: #c6ccd2; }

button, input[type=submit] {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #52585d;
  border-color: white rgba(255, 255, 255, 0.5);
  color: #52585d;
  background: url("../images/button.png") -10px center no-repeat;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -moz-outline: none;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15); }
  button:hover:active, input[type=submit]:hover:active {
    border-color: #657eb0;
    border-top-color: rgba(46, 146, 242, 0.3);
    border-right-color: rgba(46, 146, 242, 0.1);
    border-bottom-color: rgba(46, 146, 242, 0.2);
    border-left-color: rgba(46, 146, 242, 0.1);
    background-position: -1210px center;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
  button:disabled, input[type=submit]:disabled {
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }
    button:disabled:hover:active, input[type=submit]:disabled:hover:active {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border-color: #52585d;
      border-color: white rgba(255, 255, 255, 0.5);
      color: #52585d;
      background: url("../images/button.png") -10px center no-repeat;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      text-shadow: 0 1px 0 white;
      -moz-outline: none;
      -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
      color: rgba(82, 88, 93, 0.5);
      background-position: -410px center; }

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.primary, input[type=submit].primary {
  border-color: #657eb0;
  border-color: rgba(145, 181, 252, 0.9) rgba(145, 181, 252, 0.2) rgba(46, 146, 252, 0.9) rgba(145, 181, 252, 0.2);
  background-position: -810px center;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 0 rgba(22, 60, 174, 0.9), 1px 0 0 rgba(22, 60, 174, 0.9), 0 1px 0 rgba(22, 60, 174, 0.9), -1px 0 0 rgba(22, 60, 174, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
  button.primary:disabled, input[type=submit].primary:disabled {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #52585d;
    border-color: white rgba(255, 255, 255, 0.5);
    color: #52585d;
    background: url("../images/button.png") -10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -moz-outline: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }

button.paper-button, input[type=submit].paper-button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 60px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #bebfc2;
  color: #6e7076;
  background: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -moz-outline: none; }
  button.paper-button:hover:active, input[type=submit].paper-button:hover:active {
    color: #45464a;
    background: url("../images/paper-button.png") -10px center no-repeat; }
  button.paper-button:disabled:hover:active, input[type=submit].paper-button:disabled:hover:active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bebfc2;
    color: #6e7076;
    background: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -moz-outline: none; }

input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.primary-paper-button, input[type=submit].primary-paper-button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 60px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #bebfc2;
  color: #6e7076;
  background: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -moz-outline: none;
  border-color: #236db5;
  background: #2689eb url("../images/matte-blue-button.png") -10px center no-repeat;
  color: white;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  button.primary-paper-button:hover:active, input[type=submit].primary-paper-button:hover:active {
    border-color: #195b9c;
    background: url("../images/matte-blue-button.png") -410px center no-repeat; }
  button.primary-paper-button:disabled, input[type=submit].primary-paper-button:disabled {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #52585d;
    border-color: white rgba(255, 255, 255, 0.5);
    color: #52585d;
    background: url("../images/button.png") -10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -moz-outline: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }

a.button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 60px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #52585d;
  border-color: white rgba(255, 255, 255, 0.5);
  color: #52585d;
  background: url("../images/button.png") -10px center no-repeat;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -moz-outline: none;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15); }
  a.button:hover:active {
    border-color: #657eb0;
    border-top-color: rgba(46, 146, 242, 0.3);
    border-right-color: rgba(46, 146, 242, 0.1);
    border-bottom-color: rgba(46, 146, 242, 0.2);
    border-left-color: rgba(46, 146, 242, 0.1);
    background-position: -1210px center;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
  a.button:disabled {
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }
    a.button:disabled:hover:active {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border-color: #52585d;
      border-color: white rgba(255, 255, 255, 0.5);
      color: #52585d;
      background: url("../images/button.png") -10px center no-repeat;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      text-shadow: 0 1px 0 white;
      -moz-outline: none;
      -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
      color: rgba(82, 88, 93, 0.5);
      background-position: -410px center; }

a.button.primary {
  border-color: #657eb0;
  border-color: rgba(145, 181, 252, 0.9) rgba(145, 181, 252, 0.2) rgba(46, 146, 252, 0.9) rgba(145, 181, 252, 0.2);
  background-position: -810px center;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 0 rgba(22, 60, 174, 0.9), 1px 0 0 rgba(22, 60, 174, 0.9), 0 1px 0 rgba(22, 60, 174, 0.9), -1px 0 0 rgba(22, 60, 174, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
  a.button.primary:disabled {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #52585d;
    border-color: white rgba(255, 255, 255, 0.5);
    color: #52585d;
    background: url("../images/button.png") -10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -moz-outline: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }

a.paper-button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 60px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #bebfc2;
  color: #6e7076;
  background: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -moz-outline: none; }
  a.paper-button:active:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bebfc2;
    color: #6e7076;
    background: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -moz-outline: none;
    color: #45464a;
    background: url("../images/paper-button.png") -10px center no-repeat; }

a.primary-paper-button {
  display: table-cell;
  display: inline-block;
  position: relative;
  overflow: visible;
  width: auto;
  margin: 3px 1px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 60px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #bebfc2;
  color: #6e7076;
  background: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -moz-outline: none;
  border-color: #236db5;
  background: #2689eb url("../images/matte-blue-button.png") -10px center no-repeat;
  color: white;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  a.primary-paper-button:active:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #bebfc2;
    color: #6e7076;
    background: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -moz-outline: none;
    border-color: #236db5;
    background: #2689eb url("../images/matte-blue-button.png") -10px center no-repeat;
    color: white;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #195b9c;
    background: url("../images/matte-blue-button.png") -410px center no-repeat; }

.pagination {
  line-height: 30px; }
  .pagination a, .pagination span {
    display: table-cell;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: auto;
    margin: 3px 1px;
    border-width: 1px;
    border-style: solid;
    padding: 3px 5px;
    line-height: 16px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 80px;
    height: 24px;
    padding-left: 9px;
    padding-right: 9px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 60px;
    height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #52585d;
    border-color: white rgba(255, 255, 255, 0.5);
    color: #52585d;
    background: url("../images/button.png") -10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -moz-outline: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    float: left;
    min-width: 20px;
    margin-left: 0;
    margin-right: 0;
    border-right-width: 2px;
    padding-left: 4px;
    padding-right: 4px; }
  .pagination a:hover:active {
    border-color: #657eb0;
    border-top-color: rgba(46, 146, 242, 0.3);
    border-right-color: rgba(46, 146, 242, 0.1);
    border-bottom-color: rgba(46, 146, 242, 0.2);
    border-left-color: rgba(46, 146, 242, 0.1);
    background-position: -1210px center;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
    .pagination a:hover:active::after {
      color: white; }
  .pagination span.current {
    border-color: #657eb0;
    border-color: rgba(145, 181, 252, 0.9) rgba(145, 181, 252, 0.2) rgba(46, 146, 252, 0.9) rgba(145, 181, 252, 0.2);
    background-position: -810px center;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -1px 0 rgba(22, 60, 174, 0.9), 1px 0 0 rgba(22, 60, 174, 0.9), 0 1px 0 rgba(22, 60, 174, 0.9), -1px 0 0 rgba(22, 60, 174, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(15, 42, 121, 0.9), 1px 0 0 rgba(15, 42, 121, 0.9), 0 1px 0 rgba(15, 42, 121, 0.9), -1px 0 0 rgba(15, 42, 121, 0.9), 0 2px 0 rgba(0, 0, 0, 0.15); }
  .pagination .prev-page, .pagination .next-page {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #52585d;
    border-color: white rgba(255, 255, 255, 0.5);
    color: #52585d;
    background: url("../images/button.png") -10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    -moz-outline: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
    text-indent: -1000em; }
    .pagination .prev-page::after, .pagination .next-page::after {
      content: " ►";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 10px;
      line-height: 23px;
      text-indent: 0;
      text-align: center;
      vertical-align: top; }
  .pagination .prev-page {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin-right: 0; }
    .pagination .prev-page::after {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1); }
  .pagination .next-page {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    border-right-width: 1px; }
  .pagination span.disabled {
    color: rgba(82, 88, 93, 0.5);
    background-position: -410px center; }

label, .label {
  display: block;
  font-weight: bold; }

.error label, .error .label {
  color: #c7080c; }

form .error-summary {
  color: #c7080c; }

.form-inline-error {
  font-weight: normal; }

div.form-container {
  text-align: center; }
  div.form-container div.form {
    margin-left: auto;
    margin-right: auto;
    text-align: left; }

.hint, .persistent-hint {
  font-size: 12px;
  color: #636669; }

div.form {
  position: relative;
  width: 300px;
  padding: 20px 0;
  color: #171717;
  text-align: left; }
  div.form fieldset {
    margin-bottom: 40px; }
  div.form h1, div.form h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: black; }
  div.form h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px; }
  div.form input[type=text], div.form input[type=email], div.form input[type=password] {
    width: 288px; }
  div.form select {
    width: 300px; }
  div.form div.field {
    margin-bottom: 10px;
    position: relative;
    clear: left; }
    div.form div.field .hint {
      position: absolute;
      width: 190px;
      left: 320px;
      top: 20px; }
  div.form div.inline-field label, div.form div.inline-field .label, div.form div.inline-field div.error {
    display: inline; }
  div.form div.inline-field .hint {
    top: 0; }
  div.form div.half-field {
    float: left;
    clear: none;
    width: 150px;
    margin-right: 5px; }
    div.form div.half-field input[type=text], div.form div.half-field input[type=email], div.form div.half-field input[type=password] {
      width: 133px; }
    div.form div.half-field select {
      width: 145px; }
  div.form div.footer {
    display: block;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px; }
    div.form div.footer .button, div.form div.footer button, div.form div.footer input[type=submit] {
      float: right; }
    div.form div.footer a {
      line-height: 30px;
      float: left; }
    div.form div.footer #submit-spinner {
      float: right;
      margin: 7px 10px 0 0;
      display: none; }
  div.form .radio-field label.radio-option {
    display: inline;
    padding-right: 10px;
    font-weight: normal;
    white-space: nowrap; }

.flash-message {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #3b3d3f;
  background: #eeffdd; }

.flash-error {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #3b3d3f;
  background: #ffffcc; }

.next-step {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
  padding: 1em;
  background-color: #efefef; }
  .next-step p {
    margin: 0.5em 0; }

.widget {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px; }
  .widget h1, .widget h2, .widget h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: black; }
  .widget h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px; }

ul.navigation li.active {
  font-weight: bold; }
  ul.navigation li.active a {
    color: #3b3d3f; }

ul.scoreboard {
  display: block;
  overflow: hidden; }
  ul.scoreboard li {
    float: left;
    margin: 0 10px 20px 0;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    background: #dde6ed;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    ul.scoreboard li a {
      display: block; }
    ul.scoreboard li span {
      display: block;
      font-size: 24px;
      line-height: 40px;
      color: black; }
  ul.scoreboard li.refunds {
    background: #eeeeee; }
  ul.scoreboard li.amount {
    background: #f4f9f3; }

ul.jumbotron {
  position: relative;
  width: 750px;
  display: block;
  overflow: hidden;
  padding: 17px 0 17px 17px;
  background: url("../images/tablet-well-and-header-bar.png") repeat-x left top; }
  ul.jumbotron li {
    display: block;
    overflow: hidden;
    float: left;
    width: 198px;
    height: 73px;
    margin-right: 16px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    color: #3b3d3f;
    background: url("../images/dashboard-tablets.png") 0 0 repeat;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    ul.jumbotron li a {
      display: block; }
    ul.jumbotron li span {
      display: block;
      margin-bottom: 10px;
      font-weight: normal;
      font-size: 36px;
      line-height: 48px;
      color: #3b3d3f; }
  ul.jumbotron li.amount {
    color: #699344; }
  ul.jumbotron li.net, ul.jumbotron li.balance {
    color: #446b93;
    background-position: 456px 0; }
  ul.jumbotron li.fee, ul.jumbotron li.charity {
    color: #c35c01;
    background-position: 228px 0; }

body {
  position: relative;
  height: 100%; }

.lightbox {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000; }
  .lightbox .curtain {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .lightbox .inner {
    display: block;
    position: absolute;
    left: 50%; }
    .lightbox .inner .content {
      display: block;
      position: relative;
      left: -50%; }

.lightbox-fixed {
  position: fixed; }

html {
  color: #636669;
  background: #c5c8cb url("../images/body.png"); }

#body-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }

#container {
  position: relative;
  width: 750px;
  margin: 30px auto;
  padding: 0 10px;
  text-align: left; }

#header {
  height: 50px;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 10px;
  background: white url("../images/header.png") repeat-x; }
  #header h1, #header h2 {
    display: block;
    position: relative;
    float: left;
    margin: 19px 10px 10px;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #171717; }
  #header h1#logo, #header h2#logo {
    width: 48px;
    height: 48px;
    margin: 0 0 0 0;
    padding: 0;
    background: url("../images/logo.png") no-repeat 0 0; }
    #header h1#logo a, #header h2#logo a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
      text-indent: -1000em;
      background: transparent no-repeat center top;
      z-index: 2; }

.main-nav {
  float: left; }
  .main-nav li {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    height: 48px;
    border: 1px solid #b2b3b6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); }
    .main-nav li:hover {
      background: transparent url("../images/nav-sprite.png") repeat-x 0 -109px; }
  .main-nav li.payments, .main-nav li.receipts {
    width: 48px; }
    .main-nav li.payments a, .main-nav li.receipts a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/nav-sprite.png") no-repeat;
      background-position: -54px 12px; }
      .main-nav li.payments a:hover, .main-nav li.receipts a:hover {
        background-position: -54px -37px; }
        .main-nav li.payments a:hover span, .main-nav li.receipts a:hover span {
          display: block; }
    .main-nav li.payments span, .main-nav li.receipts span {
      display: none;
      position: absolute;
      bottom: -25px;
      left: 20px;
      margin-left: -30px;
      background: white;
      padding: 1px 3px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 3px 10px rgba(192, 192, 192, 0.5);
      -moz-box-shadow: 0 3px 10px rgba(192, 192, 192, 0.5);
      border: 1px solid #bebfbf;
      z-index: 2;
      width: 60px;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      line-height: 18px;
      color: #636669; }
  .main-nav li.receipts a {
    background-position: -120px 12px; }
    .main-nav li.receipts a:hover {
      background-position: -120px -37px; }
  .main-nav .deposits a {
    color: #636669;
    display: block;
    padding: 5px 10px; }
    .main-nav .deposits a span {
      color: #3e7a03;
      display: block;
      font-size: 18px;
      line-height: 1; }
    .main-nav .deposits a:hover, .main-nav .deposits a:hover span {
      color: #2d81c5; }

body.payments li.payments {
  background: transparent url("../images/nav-sprite.png") repeat-x 0 -109px; }
  body.payments li.payments a {
    background-position: -54px -37px; }

body.receipts li.receipts {
  background: transparent url("../images/nav-sprite.png") repeat-x 0 -109px; }
  body.receipts li.receipts a {
    background-position: -120px -37px; }

body.deposits li.deposits {
  background: transparent url("../images/nav-sprite.png") repeat-x 0 -109px; }
  body.deposits li.deposits a, body.deposits li.deposits span {
    color: #2d81c5; }

.user-image {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .user-image img {
    display: block; }

#header .user-image {
  float: right;
  margin-left: 10px; }

.user-nav {
  position: relative;
  float: right;
  text-align: right; }
  .user-nav h3 {
    display: block;
    margin-top: 5px;
    color: #171717;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    width: 370px; }
  .user-nav ul {
    display: block;
    float: right; }
    .user-nav ul li {
      float: left;
      margin-right: 0;
      margin-left: 10px; }

.public-nav {
  float: right;
  margin: 7px 7px 0 0; }
  .public-nav a {
    min-width: 40px;
    padding: 7px 10px; }

#content {
	display: block;
	position: relative;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 10px 40px;
	background: #e7e8e9 url("../images/content.png");
	-webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.15);
}
  #content .welcome-help {
    display: block;
    position: relative;
    overflow: hidden;
    zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    color: #3b3d3f;
    background: #ffffcc;
    text-align: center; }

#content.listing {
  padding: 0; }
  #content.listing h1 {
    display: none; }

#alpha {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  float: left;
  width: 460px; }

#beta {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  float: left;
  left: 30px;
  width: 200px; }

#content-footer {
  overflow: hidden;
  background: transparent url("../images/content-footer.jpg") no-repeat bottom center;
  border-top: 1px solid #f5f6f6;
  padding: 20px;
  line-height: 30px; }
  #content-footer .download {
    float: left;
    padding-right: 20px;
    position: relative;
    z-index: 2; }
  #content-footer .pagination {
    float: right;
    padding-left: 20px;
    position: relative;
    z-index: 2; }
  #content-footer .actions {
    text-align: center; }
    #content-footer .actions p {
      font-weight: bold;
      line-height: 18px;
      position: relative;
      top: 6px; }

#footer {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 10px 5px 0;
  color: #52585d;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background: url("../images/footer.png") no-repeat top center;
  width: 744px;
  left: -2px; }
  #footer a {
    color: #5e97c4; }
  #footer ul {
    float: left; }
    #footer ul li {
      display: block;
      float: left;
      margin-right: 10px; }
  #footer p {
    float: right; }

body.ponied {
  background-image: url("../images/rainbow.png");
  background-position: 0 20px;
  background-repeat: no-repeat; }
  body.ponied #header .user-image {
    -webkit-box-shadow: 0 0 5px fuchsia;
    -moz-box-shadow: 0 0 5px fuchsia; }

#admin-nav {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 40px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 4px 9px;
  width: 100%;
  left: -9px;
  color: #52585d;
  background: #bfc2c4;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  #admin-nav li.label {
    font-weight: bold;
    margin-right: 7px; }
  #admin-nav ul {
    float: left; }
    #admin-nav ul li {
      display: block;
      float: left;
      margin-right: 10px; }

.zero-state-listing {
  padding-top: 100px;
  height: 300px;
  text-align: center; }
  .zero-state-listing img {
    margin-bottom: 20px; }
  .zero-state-listing h3 {
    font-size: 150%;
    margin-bottom: 5px; }

#transactions {
  width: 100%; }
  #transactions th {
    border-bottom: 1px solid #d6d7d9;
    border-right: 1px solid #b8babc;
    padding: 0 10px;
    color: #767b7f;
    background: url("../images/tablet-well-and-header-bar.png") left top repeat;
    background-position: 0px -126px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75); }
    #transactions th small {
      padding-left: 2px;
      font-weight: normal; }
  #transactions td {
    padding: 3px 10px 3px 10px;
    color: #3b3d3f;
    vertical-align: top; }
  #transactions a, #transactions a:hover, #transactions a:visited {
    text-decoration: none;
    color: black; }
  #transactions tr:hover {
    background: #e5e5e5; }
  #transactions tr:active {
    background: #d9d9d9; }
  #transactions tr.refunded td.net {
    text-decoration: line-through; }
  #transactions tr.ach-credit:hover {
    background: inherit; }
  #transactions tr.ach-credit td {
    color: #699344; }
  #transactions th.date, #transactions td.date {
    width: 145px; }
    #transactions th.date span.date, #transactions td.date span.date {
      display: block;
      float: left; }
    #transactions th.date span.time, #transactions td.date span.time {
      display: block;
      float: right; }
  #transactions th.type, #transactions td.type {
    width: 70px; }
  #transactions td.description a {
    display: block; }
  #transactions tr.no-description td.description a {
    color: #adb1b5;
    font-style: italic; }
  #transactions th.amount, #transactions td.amount {
    width: 70px;
    padding-right: 10px;
    text-align: right; }
  #transactions th.net, #transactions td.net {
    width: 70px;
    padding-right: 10px;
    border-right: 0px solid #b8babc;
    font-weight: bold;
    text-align: right; }

.comments .comment {
  padding-bottom: 10px;
  border-top: 1px solid black; }
  .comments .comment .info {
    float: left;
    font-weight: bold; }
  .comments .comment .controls {
    float: right; }
  .comments .comment .body {
    padding-top: 5px; }

.card-payment, .cash-payment {
  position: relative; }
  .card-payment i, .cash-payment i {
    display: block;
    display: -moz-inline-stack;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
    width: 32px;
    height: 22px;
    background: url("../images/card-sprite.png") 0 0 no-repeat; }

.american-express i {
  background-position: -32px 0; }

.diners i {
  background-position: -64px 0; }

.discover i {
  background-position: -96px 0; }

.jcb i {
  background-position: -128px 0; }

.mastercard i {
  background-position: -160px 0; }

.visa i {
  background-position: -192px 0; }

.cash i, .cash-payment i {
  background-position: -224px 0; }

