a.interwiki { background: transparent url(/wiki/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/wiki/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/wiki/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/wiki/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/wiki/lib/images/interwiki/doku.gif)}a.iw_dokubug {  background-image: url(/wiki/lib/images/interwiki/dokubug.gif)}a.iw_sb {  background-image: url(/wiki/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/wiki/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/wiki/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/wiki/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/wiki/lib/images/interwiki/phpfn.gif)}a.iw_coral {  background-image: url(/wiki/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/wiki/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/wiki/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/wiki/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/wiki/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/wiki/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/wiki/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/wiki/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/wiki/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/wiki/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/wiki/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/wiki/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/wiki/lib/images/fileicons/zip.png)}a.mf_pdf {  background-image: url(/wiki/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/wiki/lib/images/fileicons/txt.png)}a.mf_ps {  background-image: url(/wiki/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/wiki/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/wiki/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/wiki/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/wiki/lib/images/fileicons/rtf.png)}a.mf_xml {  background-image: url(/wiki/lib/images/fileicons/xml.png)}a.mf_swf {  background-image: url(/wiki/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/wiki/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/wiki/lib/images/fileicons/deb.png)}a.mf_conf {  background-image: url(/wiki/lib/images/fileicons/conf.png)}a.mf_sxw {  background-image: url(/wiki/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/wiki/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/wiki/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/wiki/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/wiki/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/wiki/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/wiki/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/wiki/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/wiki/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/wiki/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/wiki/lib/images/fileicons/odt.png)}body {
  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: White;
  color: Black;
}

div.dokuwiki div.left_sidebar,
div.dokuwiki div.right_sidebar,
div.dokuwiki .bar-line {
  display:none;
  visibility:hidden;
  width:0px;
}

div.dokuwiki div.left_page,
div.dokuwiki div.right_page {
}

div.dokuwiki table {
  padding:0;
  margin:0;
}

div.dokuwiki tr,div.dokuwiki td,div.dokuwiki th {padding:0; margin:0;}

div.dokuwiki img {border:0}

div.dokuwiki a {
  color:#000000;
  text-decoration:none;
}


div.dokuwiki div.meta {
  clear:both;
  margin-top: 1em;
  font-size:70%;
  text-align:right;
}

div.dokuwiki div.breadcrumbs{
  display:none;
}

div.dokuwiki div.secedit{
  display:none;
}

/* --------------------- Text formating -------------------------------- */

/* external link */
div.dokuwiki a.urlextern:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* interwiki link */
div.dokuwiki a.interwiki:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* email link */
div.dokuwiki a.mail:after {
   content: " [" attr(href) "]";
   font-size: 90%;
}

/* existing wikilink */
div.dokuwiki a.wikilink1    {text-decoration:underline }

/* the document */
div.dokuwiki div.page {
  text-align: justify;
}

/* general headline setup */
div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  0em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000000;
    clear:left;
}

/* special headlines */
div.dokuwiki h1 {font-size: 160%; font-weight: bold;}
div.dokuwiki h2 {font-size: 150%; }
div.dokuwiki h3 {font-size: 140%; border-bottom: none; }
div.dokuwiki h4 {font-size: 120%; border-bottom: none; }
div.dokuwiki h5 {font-size: 100%; border-bottom: none; }

/* embedded images */
div.dokuwiki img.media {
  margin: 3px;
}

div.dokuwiki img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 0 0;
} 
  
div.dokuwiki img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 0 1.5em;
}

/* unordered lists */
div.dokuwiki ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0 0 1.0em 2.5em;
    padding: 0;

}

/* ordered lists */
div.dokuwiki ol {
    line-height: 1.5em;
    margin: 0 0 1.0em 2.5em;
    padding: 0;
    font-weight: normal;
}

/* the list items overriding the ol definition */
div.dokuwiki span.li {
    font-weight: normal;
}

/* code blocks by indention */
div.dokuwiki pre.pre {
  font-size: 8pt;
  padding: 0.5em;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* code blocks by code tag */
div.dokuwiki pre.code {
  font-size: 8pt;
  padding: 0.5em;
  border: 1px dashed #000000;
  color: Black;
  overflow: visible;
}

/* inline code words */
div.dokuwiki code {
  font-size: 120%;
}

/* code blocks by file tag */
div.dokuwiki pre.file {
  font-size: 8pt;
  padding: 0.5em;
  border: 1px dotted #000000;
  color: Black;
  overflow: visible;
}

/* footnotes */
div.dokuwiki div.footnotes{
  clear:both;
  border-top: 1px solid #000000;
  padding-left: 1em;
  margin-top: 1em;
}

div.dokuwiki div.fn{
  font-size:90%;
}

div.dokuwiki a.fn_top{
  vertical-align:super;
  font-size:80%;
}

div.dokuwiki a.fn_bot{
  vertical-align:super;
  font-size:80%;
  font-weight:bold;
}

div.dokuwiki acronym{
  border: 0;
}

/* ---------- inline tables ------------------- */

div.dokuwiki table.inline {
  background-color: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
}

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid #000000;
  border-bottom: 2px solid #000000;
}

div.dokuwiki table.inline td {
  padding: 3px;
  border: 1px solid #000000;
}

div.dokuwiki .leftalign{
  text-align: left;
}

div.dokuwiki .centeralign{
  text-align: center;
}

div.dokuwiki .rightalign{
  text-align: right;
}

div.dokuwiki .toc, div.dokuwiki .footerinc, div.dokuwiki .header, div.dokuwiki .bar-top, div.dokuwiki .bar-bottom, div.dokuwiki .user { display:none }
