/* Nuxeo print CSS
** $Id: nuxeo_print_css.css.dtml,v 1.5 2004/09/03 09:39:17 ben Exp $
** this is heavily based on the Plone css by Alexander Limi and alistapart.com
*/

body {
  color: black;
  margin: 0;
  padding: 0;
  background: white;
  font-size:9pt;
  text-align: justify;
}

/* .netscape4, */
.tabs,
.personalBar,
#left,
#right,
.workspace,
div.documentActions,
div.message,
div.hidden,
div.headerActions,
div.searchBox,
/* #footer, */
#top,
.help,
.legend,
.rssExport,
.doNotPrint,
hr,
.pathBar {
  display: none;
}

#main {
  display: inline;
  position: relative;
  top: 0px;
  left: 0px;
  border: none;
  background: transparent;
}

#content {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: 2cm;
  margin-right: 2cm;
  background: transparent;
  color: black;
  float: none;
}

#main .document {
  display: block;
  line-height: 1.4em;
}

#main .ddefault {
  display: block;
  line-height: 1.4em;
}

#main h1 {
  font-size: 12pt;
  border-bottom: thin solid black;
  border-top: thin dashed black;
  background-image: none;
}
#main h2 {
  font-size: 11pt;
  margin-left: 0px;
  padding-left: 0px;
  background-image: none;
}
#main h3 {
  font-size: 10pt;
}

#main p {
  display: block;
  line-height: 1.4em;
}

#main ul {
  line-height: 1.4em;
  background: transparent;
  background-image: none;
}
#main li {
  display: list-item;
  list-style: outside disc;
}

.editableDocument,
.document,
div.description,
.ddefault,
.group {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
}

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

a:link, a:visited {
  background: transparent;
  text-decoration: none;
}

pre {
  white-space: normal;
}

td.eventHeader {
  border: 1px solid black;
}
td.eventBody {
  border: 1px dotted black;
}