/* --- reset some elements --- */

#dw ul,ol { list-style:none }

#dw ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0 }

/* --- Basic Stylesheet for DokuWiki content --- */

#dw h1 {
  margin: 0;
  font-size: 2em;
}

#dw h1 a {
  color: black;
}

/* ---------- table of contents ------------------- */

#dw div.toc {
  margin-left: 2em;
  margin-top: 1.2em;
  margin-bottom: 0;
  float:right;
  width: 200px;
  font-size: 80%;
  padding-top:5px;
}

#dw div.tocheader {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
  text-align: left;
  font-weight:bold;
  margin-bottom: 2px;
}

#dw div.tocheader img {
  width:0.8em;
  height:0.8em;
  margin-top:0.3em;
  margin-right:3px;
  float:right;
  cursor: pointer;
}

#dw #toc__inside {
  border: 1px solid #8cacbb;
  background-color: #fff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

#dw ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

#dw ul.toc li {
  background: transparent url(/lib/tpl/fsinfo/images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
}

#dw ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

#dw a.toc {
  color: #436976;
  text-decoration:none;
}

#dw a.toc:hover {
  color: #000;
  text-decoration:underline;
}

/* --------------------- footnotes -------------------------------- */

#dw div.footnotes{
  clear:both;
  border-top: 1px solid #8cacbb;
  padding-left: 1em;
  margin-top: 1em;
}

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

#dw a.fn_top{
  vertical-align:super;
  font-size:80%;
}

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

/* insitu-footnotes */
#dw div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background: #eef3f8;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
#dw * html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
  padding-bottom: 18px;
}

/* --------------------- Tables -------------------------------- */

#dw table.inline td.okay {
  background-color: #afa;
  text-align: center;
}

#dw table.inline td.notokay {
  background-color: #fcc;
  text-align: center;
}

#dw table.inline {
  background-color: #fff;
  border-spacing: 0px;
  border-collapse: collapse;
}

/* ------------- Page elements ----------------- */

#dw span.user{
/*  color: #ccc; */
  color: #666;
  font-size: 90%;
}

#dw li.minor {
  color: #666;
  font-style: italic;
}

/* embedded images */
#dw img.media {
  margin: 3px;
}

#dw img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 0 0;
}

#dw img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 0 1.5em;
}

#dw img.mediacenter {
  border: 0;
    display: block;
  margin-left: auto;
  margin-right: auto;
}

/* smileys */
#dw img.middle {
  vertical-align: middle;
}

#dw acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}

/* general headline setup */
#dw h1, #dw h2, #dw h3, #dw h4, #dw 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:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #8cacbb;
}

/* special headlines */
/*
#dw h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
#dw h2 {font-size: 150%; margin-left: 20px; font-weight: bold;}
#dw h3 {font-size: 130%; margin-left: 40px; border-bottom: none; font-weight: bolder}
#dw h4 {font-size: 115%; margin-left: 60px; border-bottom: none; font-weight: bolder}
#dw h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}
*/

#dw h1 {font-size: 160%; font-weight: bold;}
#dw h2 {font-size: 140%; font-weight: bold; }
#dw h3 {font-size: 130%; border-bottom: none; font-weight: bolder}
#dw h4 {font-size: 115%; border-bottom: none; font-weight: bolder}
#dw h5 {font-size: 100%; border-bottom: none; font-weight: bold;}

/* indent different sections */
/*
#dw div.level1 {margin-left: 3px;}
#dw div.level2 {margin-left: 23px;}
#dw div.level3 {margin-left: 43px;}
#dw div.level4 {margin-left: 63px;}
#dw div.level5 {margin-left: 83px;}
*/

/* unordered lists */
#dw ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0 0 0.5em 2em;
  padding: 0;
  color: #638c9c;
  list-style-image: none;
}

/* ordered lists */
#dw ol {
  line-height: 1.5em;
  margin: 0 0 0.5em 2em;
  padding: 0;
  color: #638c9c;
  font-weight: bold;
  list-style-image: none;
}

/* the list items overriding the ul/ol definition */
#dw .li {
  color: #000;
  font-weight: normal;
}

#dw ol {list-style-type: decimal}
#dw ol ol {list-style-type: upper-roman}
#dw ol ol ol {list-style-type: lower-alpha}
#dw ol ol ol ol {list-style-type: lower-greek}

#dw li.open {
  list-style-image: url(/lib/tpl/fsinfo/images/open.gif);
    /*list-style-type: circle;*/
}

#dw li.closed {
  list-style-image: url(/lib/tpl/fsinfo/images/closed.gif);
    /*list-style-type: disc;*/
}

#dw blockquote {
  border-left: 2px solid #8cacbb;
  padding-left: 3px;
  margin-left: 0;
}

/* code blocks by indention */
#dw pre.pre {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

/* code blocks by code tag */
#dw pre.code {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

/* inline code words */
#dw code {
  font-size: 80%;
}

/* code blocks by file tag */
#dw pre.file {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #dee7ec;
  overflow: auto;
}

/* inline tables */

#dw table.inline th {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
  text-align: left;
}

#dw table.inline td {
  padding: 3px;
  border: 1px solid #8cacbb;
}
