/* Cogent's Cascading Stylesheet for HTML output via XML */

/* Removes the "link" border around linked images. */
a img {border: none}

/* Widens HRs by a pixel, removes the shadow effect, and colors them tan. */
HR {
 height: 3px;
 border: 0;
 color: #E2DDBC;
 background-color: #E2DDBC;
 }

/* Sets up the base font and background. */
BODY{
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
 background: white url('images/footer_bas.png') bottom left repeat-x;
 border:4px solid #646464;
 margin:0px;
 padding-bottom:18px;
}

/* Specifies table item font and background. */
BODY, table{
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
}

.navheader table{
 background: #b4bbde url('images/fondhaut.png') top left repeat-x;
 margin-top:0px;
 padding:0px;
 color:black;
} 

.navheader table A{
 color:white;
} 

.navheader tr,
.navheader td,
.navheader th
{
 margin-top:0px;
 padding-top:8px;
 vertical-align:bottom;
}

tr{
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
}

td{
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
}

dt{
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
 padding: .3pt;
}

div.variablelist dt{
 background-color : White;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
 padding-top: 5pt;
}

LI{
 padding: 3pt;
}

LI>div{
 padding: 3pt;
}




/* Colors links green, sets to bold, 8 point. */
a {
 TEXT-DECORATION: none;
 font-weight: bold;
 font-size : 8pt;
}

a:link {
 color : #df9c00;
}

a:visited {
 color : #df9c00;
}

a:hover {
 color : #df9c00;
}

/* Makes all H#s sans-serif, and sets their sizes and colors. */
H1 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  font-size: 180%;
  color : #395294;
}
H2 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  font-size: 160%;
  color : #395294;
}
H3 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  font-size: 140%;
  color : #395294;
}
H4 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  color : #395294;
  font-size: 120%;
}
H5 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  color : #395294;
  font-size: 100%;
}
H6 {
  font-family: Verdana, Geneva, Arial, Helvetica, Arial, sans-serif;
  color : #395294;
  font-size: 100%;
}


/* Indents all screens by about 4 spaces. */
pre.screen {
 position: relative;
 left: 2em;
}

pre.programlisting {
 position: relative;
 left: 2em;
}

.sect1,
.chapter,
.titlepage,
.toc {
margin:6px;
}

.legalnotice {
display:none;
}
.othercredit .surname,
.releaseinfo,
.copyright {
 TEXT-DECORATION: none;
 font-weight: normal;
 color:black;
 font-size : 7pt;
}

.abstract {
  color:#395294;
  padding-right:130px;
}

.titlepage,
.toc {
 background: white url('images/ban_p1.png') bottom right no-repeat;
}

.chapter .toc,
.chapter .titlepage,
.sect1 .toc,
.sect1 .titlepage
{
 background:none;
}

input.q {
background:#eeeeff;
border:#395294 1px solid;
margin-right:0px;
color:gray;
}

input.btnG{
background:#395294;
border:#395294 1px solid;
color:white;
margin-left:0px;
}
