/* Nuxeo print CSS
** $Id: nuxeo_print_css.css.dtml,v 1.2 2004/02/27 15:38:29 ben Exp $
** this is heavily based on the Plone css by Alexander Limi and alistapart.com
*/






body {
  background: White;
  font-family: Georgia, Garamond, Times, serif;
  font-size: 10pt;
  color: Black;
  margin: 0;
  padding: 0;
}

.netscape4,
.tabs,
.personalBar,
td.left,
td.right,
td.workspace,
div.documentActions,
div.message,
div.hidden,
div.headerActions,
div.searchBox,
.footer,
.help,
.legend,
.doNotPrint,
input
{
  display: none;
}

ul {
  list-style-image: none;
}

.editableDocument,
.document,
div.description,
.group {
  background: transparent;
  border: none;
  font-family: Georgia, Garamond, Times, serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}

table.listing,
table.listing td
 {
	border: 1pt solid black;
  border-collapse: collapse;
}

a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

pre {
  white-space: normal;
}


