/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal; }

ul,
ol {
  list-style: none; }

fieldset,
img {
  border: none; }

caption,
th {
  text-align: left; }

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
  line-height: normal; }

button,
input {
  line-height: normal; }

input[type="hidden"],
[hidden],
.hidden {
  display: none; }

textarea {
  overflow: auto;
  resize: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

a > img {
  vertical-align: bottom; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

del {
  text-decoration: line-through; }

html {
  height: 100%;
  background: #ffffff; }

body {
  height: 100%;
  font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; }

.main {
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 30px; }

.banner {
  font-weight: bold;
  font-size: 26px;
  padding-left: 40px; }

a {
  color: #009ddf;
  font-weight: bold;
  text-decoration: none; }

a:visited {
  color: #009ddf; }

a:hover {
  color: #0C88EF; }

ul {
  list-style: disc;
  margin-left: 30px; }

table {
  width: 100%; }

th {
  text-align: left;
  background-color: #000;
  color: #f9f7f5;
  padding: 3px; }

td {
  padding: 3px;
  text-align: left; }

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0; }

.center {
  text-align: center; }

.italic {
  font-style: italic; }

.right {
  text-align: right;
  padding-right: 5px; }

.white {
  color: white; }

.red {
  color: red; }

.gray {
  color: #ccc; }

.upcase {
  text-transform: uppercase; }
  .upcase a {
    color: #ccc; }

.small {
  font-size: 90%; }

p.breadcrumb {
  margin-left: -7px;
  margin-bottom: 15px; }

.breadcrumb a {
  font-size: 80%;
  color: #888;
  text-decoration: dotted; }

fieldset {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 25%; }

.pagination {
  text-align: center; }

div#main {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding: 0px; }

div#content {
  padding: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  min-height: 400px; }
  div#content a {
    font-weight: normal; }
  div#content h1 {
    font-size: 115%;
    font-weight: bold;
    margin: 0px;
    padding-left: 5px;
    color: black; }
  div#content div#content-body {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px; }
  div#content h2 {
    padding-top: 10px;
    font-size: 110%;
    font-weight: bold; }
  div#content div#errors {
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #C12137;
    border: 1px solid #B39CA3; }
  div#content div#support td {
    text-align: left;
    background-color: white; }
  div#content div#support p {
    padding-bottom: 5px;
    margin-bottom: 0px; }
  div#content div#support dl {
    padding-top: 0px;
    margin-top: 0px; }
  div#content div#support dt {
    padding: 0px;
    padding-top: 5px;
    font-weight: bold; }
  div#content div#support dd {
    padding: 0px; }
  div#content div#support h2 {
    padding-top: 0px;
    margin-top: 0px; }
  div#content .highlighted-link {
    color: #e07502; }
  div#content table {
    border: 0px solid white; }
  div#content th {
    font-size: 90%;
    background: #000; }
  div#content tr:nth-of-type(2n) {
    background: #efefef; }
  div#content tr:nth-of-type(2n+1) {
    background: white; }
  div#content td {
    text-align: right;
    font-size: 90%; }
  div#content td.right {
    text-align: right; }
  div#content td.left {
    text-align: left; }
  div#content table.constants {
    font-size: 80%; }
  div#content img.right {
    float: right;
    margin: 15px; }
  div#content img.left {
    float: left;
    margin: 50px 15px; }
  div#content table#normal tr {
    background: none; }
  div#content table#normal td {
    text-align: left; }
  div#content table#normal td {
    text-align: left;
    vertical-align: top;
    font-size: 100%; }
  div#content .shadow {
    -webkit-filter: drop-shadow(15px 15px 15px #999);
    filter: drop-shadow(15px 15px 15px #999); }
  div#content div.instructions {
    font-size: 90%;
    color: #333;
    padding: 0px; }
    div#content div.instructions p {
      margin-top: 5px;
      margin-bottom: 5px; }
  div#content .bubble {
    padding: 10px; }
  div#content .b-left {
    margin: 10px 250px 10px 0px; }
  div#content .b-right {
    margin: 10px 0px 10px 250px; }
  div#content .b-grey {
    background-color: #eee; }
  div#content .b-blue {
    background-color: #f1f6f9; }
  div#content .bubble-right {
    background-color: #fffecc;
    border: 1px solid;
    border-color: #ddd #ccc #ccc #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 50px; }
  div#content .left-border {
    border-left: solid 1px #ddd;
    padding-left: 20px; }

div#banner {
  padding: 20px;
  background-color: #0d648f;
  color: white;
  font-size: 150%;
  font-weight: lighter;
  border-radius: 5px;
  margin-bottom: 15px; }

div#nav {
  padding-bottom: 7px;
  margin-bottom: 5px; }
  div#nav div.topmenu {
    margin-top: 50px;
    background: #00a4d4;
    color: #ffffff; }
  div#nav p.title {
    font: 120% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
  div#nav span#logo {
    font-size: 110%;
    font-weight: lighter;
    color: #5ab15a; }
  div#nav ul.menu {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 1px 4px 17px 0;
    list-style: none; }
    div#nav ul.menu li {
      font: normal 14px/18px sans-serif;
      display: inline-block;
      margin-right: -4px;
      position: relative;
      padding: 10px 30px 10px 5px;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      div#nav ul.menu li a {
        text-decoration: none;
        color: white; }
      div#nav ul.menu li a:hover {
        color: #ccc; }
      div#nav ul.menu li:hover {
        background: #00a4d4;
        color: #ccc; }
        div#nav ul.menu li:hover ul {
          display: block;
          opacity: 1;
          visibility: visible; }
      div#nav ul.menu li ul {
        padding: 0;
        position: absolute;
        top: 38px;
        left: 0;
        width: 200px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s; }
        div#nav ul.menu li ul li {
          background: #00a4d4;
          display: block;
          color: white; }
          div#nav ul.menu li ul li:hover {
            color: #ccc; }

div#login {
  text-align: right;
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 5px; }
  div#login a {
    color: #009ddf; }
  div#login a:hover {
    color: #0C88EF; }

div.fullsize-photo {
  text-align: center; }

div#search-box {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 300px;
  text-align: right; }

#album-table {
  width: 50%; }
  #album-table td {
    padding-top: 10ps;
    text-align: left; }

div#copyright {
  text-align: center;
  font-size: 80%;
  background: #f6f6f6; }

div#flash {
  margin: 0 auto;
  max-width: 940px; }
  div#flash div.flash {
    padding: 5px; }
  div#flash div.message {
    color: #2F9D2E; }
  div#flash div.error {
    color: #C12137; }

fieldset#signin {
  text-align: center; }

fieldset#calculator {
  text-align: left;
  width: 90%; }

table#rev-calc {
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }
  table#rev-calc td {
    text-align: right; }
  table#rev-calc th {
    text-align: right; }

table.shaded th {
  text-align: center;
  font-weight: bold;
  border: 1px solid white; }
table.shaded td {
  text-align: right;
  border: 1px solid #ccc; }

input {
  padding: 5px;
  margin-right: 5px; }

div#admin dt {
  color: black;
  font-weight: bold;
  padding: 5px; }
div#admin dd {
  margin-left: 20px;
  padding: 5px; }
div#admin .button {
  color: #002f86; }
div#admin .no_padding {
  padding: 0px; }

dl.signup dt {
  padding: 5px;
  font-weight: bold; }
dl.signup dd {
  padding: 5px;
  margin-left: 20px; }

div#signup_form dt {
  padding: 5px; }
div#signup_form dd {
  padding: 5px; }
  div#signup_form dd span {
    padding-left: 5px;
    padding-right: 10px; }

.tooltip {
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative; }

.tooltip span {
  margin-left: -999em;
  position: absolute; }

.tooltip:hover span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 700px; }

.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute; }

.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0; }

.classic {
  padding: 0.8em 1em; }

.custom {
  padding: 0.5em 0.8em 0.8em 2em; }

* html {
  background: transparent; }

.classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33; }

.critical {
  background: #FFCCAA;
  border: 1px solid #FF3334; }

.help {
  background: #9FDAEE;
  color: black;
  border: 1px solid #2BB0D7; }

.info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7; }

.warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33; }

div.receipt dt {
  font-weight: bold; }
div.receipt dd {
  margin-left: 20px; }

th.rotate {
  height: 140px;
  white-space: nowrap;
  background-color: white; }

th.rotate > div {
  transform: translate(25px, 51px) rotate(315deg);
  width: 30px; }

th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px; }

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em; }

/*# sourceMappingURL=style.css.map */
