/* Nuxeo CPS Document CSS 1
** $Id: document.css.dtml,v 1.10 2004/03/05 16:53:53 ben Exp $
** CSS 1 for NS4.77|IE|mozilla ...
*/

/* DTML instructions to set caching headers.





*/

.dright {
  float: right;
  text-align: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.dleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

.dcenter {
  float: center;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.ddefault {
  padding-bottom: 1em;
}


div.dflush {
  clear: both;
}

div.dcolleft {
  width: 48%;
  padding-bottom: 1em;
}

div.dcolright {
  clear: right;
  float: right;
  width: 48%;
  padding-bottom: 1em;
}

div.dtitle, div.dtitle2, div.dtitle3, div.dtitle4, div.dtitle5, div.dtitle6 {
  color: Black;
  background-color: transparent;
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding-top: 0.5em;
}

div.dtitle {
  font-size: 160%;
  border-bottom: 1px solid #838183;
  margin-bottom: 0.5em;
}
div.dtitle2 {
  font-size: 150%;
  border-bottom: 1px solid #838183;
  margin-bottom: 0.5em;
}
div.dtitle3 {
  font-size: 140%;
  border-bottom: 1px solid #838183;
}
div.dtitle4 {
  font-size: 120%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}
div.dtitle5 {
  font-size: 100%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}
div.dtitle6 {
  font-size: 80%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}

div.dcontent {
  font-size: 100%;
}
div.dcontent p {
  text-align: justify;
}

div.ddescription {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 120%;
}

.dlabel {
  font-weight: bold;
  font-size: 120%;
}

.dbold {
  font-weight: bold;
}

/*
*/

