/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {font-family:sans-serif;color:#000;background:none;font-size:0.8em;}
h1, h2, h3, h4, h5, h6 {font-family:sans-serif; font-size: 0.8;}

#header_server, #header_links, #admin_alerts, #left_column, #sub_footer { display: none; }
#main_container, #main, #footer_container, #footer { width: 100%; margin: 0; padding: 0; border:0; background-color:none; float: none; }

.noprint { display: none; }
#footer p { text-align: center; }
#header a:link, #header a:visited { color: white !important; }

#footer p.dark-font, #footer p.small { font-size: 0.7em; padding: none; margin: none; margin-top: -0.5em; }

/* travel money styles for printable receipt */
#travel {
  color: #2F2075;
  font-size: 1.2em;
  text-align: center;
}
#travel #travel_inner {
  margin: auto;
  width: 55em;
  text-align: left;
}
#travel h1, #travel div {
  text-align: center;
}
#travel h1 {
  font-size: 2.5em;
}
#travel h3 {
  margin-top: 4em;
  margin-bottom: 0;
}
#travel table {
  border: 1px solid black;
  width: 40em;
  margin: auto;
  text-align: left;
  font-size: 1.3em;
  color: black;
  vertical-align: middle;
}
#travel thead th {
  border: 1px solid black;
  border-bottom: 3px double black;
  padding: 1em;
}
#travel td {
  text-align: right;
  padding: 1em;
  border: 1px solid black;
}
#travel ul {
  margin-left: 10em;
  margin-top: 8em;
}
#travel p {
  font-weight: bold;
  margin: 4px;
}
#travel p.black {
  color: black;
  margin-top: 4em;
}
#travel div.note {
   text-align: left;
   font-size: smaller;
   margin-left: 1em;
   color: grey;
}
/* end of travel money */
