/**
 * print.css
 *
 * Contains the css styles of OpenClinic doc pages for print media
 *
 * Licensed under the GNU GPL. For full terms see the file LICENSE.
 *
 * @package   OpenClinic
 * @copyright 2002-2013 jact
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @version   CVS: $Id: print.css,v 1.7 2013/01/12 22:43:57 jact Exp $
 * @author    jact <jachavar@gmail.com>
 */

body {
  background: #fff;
  color: #000;
  font-family: "Trebuchet MS", trebuchet, verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  line-height: 160%;
}

table {
  border-collapse: collapse;
}

th, td {
  border-bottom: 1px solid #000;
}

img {
  border: none;
}

#header {
  margin: 0;
  border-bottom: 2px solid #000;
}

#header p {
  margin: 0;
}

#footer {
  border-top: 2px solid #000;
  text-align: center;
  font-size: 8pt;
}

#footer p {
  margin: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}

a[href^="http"]:after, a[href^="mailto"]:after {
  content: " (link: " attr(href) ")";
}

#skip_navigation,
#shortcuts,
#tabs,
#navigation,
#logos,
#sf_links,
#mini_logos,
#doc_links,
hr {
  display: none;
  visibility: hidden;
}
