a.interwiki { background: transparent url(/cms/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/cms/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/cms/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/cms/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/cms/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/cms/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/cms/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/cms/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/cms/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/cms/lib/images/interwiki/phpfn.gif)}a.iw_bug {  background-image: url(/cms/lib/images/interwiki/bug.gif)}a.iw_coral {  background-image: url(/cms/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/cms/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/cms/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/cms/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/cms/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/cms/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/cms/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/cms/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/cms/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/cms/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/cms/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/cms/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/cms/lib/images/fileicons/zip.png)}a.mf_pdf {  background-image: url(/cms/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/cms/lib/images/fileicons/txt.png)}a.mf_ps {  background-image: url(/cms/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/cms/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/cms/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/cms/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/cms/lib/images/fileicons/rtf.png)}a.mf_xml {  background-image: url(/cms/lib/images/fileicons/xml.png)}a.mf_swf {  background-image: url(/cms/lib/images/fileicons/swf.png)}a.mf_html {  background-image: url(/cms/lib/images/fileicons/html.png)}a.mf_htm {  background-image: url(/cms/lib/images/fileicons/htm.png)}a.mf_rpm {  background-image: url(/cms/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/cms/lib/images/fileicons/deb.png)}a.mf_conf {  background-image: url(/cms/lib/images/fileicons/conf.png)}a.mf_sxw {  background-image: url(/cms/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/cms/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/cms/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/cms/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/cms/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/cms/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/cms/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/cms/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/cms/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/cms/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/cms/lib/images/fileicons/odt.png)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  overflow:hidden;
}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

div.error {
  background: #fcc url(/cms/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.info {
  background: #ccf url(/cms/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.success {
  background: #cfc url(/cms/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.notify {
  background: #ffc url(/cms/lib/styles/../images/notify.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #ffa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}


/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }
div.dokuwiki div.newentry_form {
  clear: both;
  text-align: center;
  margin-bottom: 2em;
}

div.dokuwiki #blog__newentry_form input.edit {
  width: 95%;
}
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
div.dokuwiki table.inline td.okay {
  background-color: #afa;
  text-align: center;
}

div.dokuwiki table.inline td.notokay {
  background-color: #fcc;
  text-align: center;
}
/* plugin:box */
div.box {
  width: 50%;
  margin: 1em auto;
  border: 0px solid;
  padding: 4px;
  overflow: hidden;
}

/* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; border-style: solid;}
.xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-width:0 1px;}
.xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

div.box .xtop, div.box .xbottom {display: none;}
div.box.round > .xtop, div.box.round > .xbottom {display: block;}

div.box.round { border: none; padding: 0;}
div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

div.box p.box_title, div.box p.box_caption {
  font-size: 90%;
  margin: 0;
  padding: 2px 6px;
  line-height: 1.2;
}

div.box p.box_title { margin-bottom: 4px;}
div.box p.box_caption { margin-top: 4px;}

div.box .box_content {
  margin: 0;
  padding: 0 6px;
  border-width: 2px;
  border-style: solid;
  line-height: 1.2;
}

/* floating alignment */

div.box.left {
  float: left;
  margin-right: 1em;
}
 
div.box.right {
  float: right;
  margin-left: 1em;
}

/* colours */
/* default */
div.box, div.box .box_content, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  border-color:  __dark__;
}

div.box, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  background: __light__;
}

div.box p.box_title, div.box p.box_caption { background: __medium__;}
div.box .box_content { background: __lighter__;}

/* blue */
div.box.blue, div.box.blue > * > .box_content, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  border-color:  #bbbbdd;
}

div.box.blue, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  background: #e4ecf8;
}

div.box.blue > * > p.box_title, div.box.blue > * > p.box_caption {background: #cad0ee;}
div.box.blue > * > .box_content {background: #f4f8fd;}

/* red */
div.box.red, div.box.red > * > .box_content, div.box.red > .xbox, 
div.box.red > * > .xb1, div.box.red > * > .xb2, div.box.red > * > .xb3, div.box.red > * > .xb4 {
  border-color:  #803737;  /*formerly ddbbbb*/
}

div.box.red, div.box.red > .xbox, 
div.box.red > * > .xb1, div.box.red > * > .xb2, div.box.red > * > .xb3, div.box.red > * > .xb4 {
  background: #f8ece4; /*  */
}

div.box.red > * > p.box_title, div.box.red > * > p.box_caption {background: #eed0ca;} /*  */
div.box.red > * > .box_content {background: #fdf4ec;} /*  */

/* green */
div.box.green, div.box.green > * > .box_content, div.box.green > .xbox, 
div.box.green > * > .xb1, div.box.green > * > .xb2, div.box.green > * > .xb3, div.box.green > * > .xb4 {
  border-color:  #bbddbb;
}

div.box.green, div.box.green > .xbox, 
div.box.green > * > .xb1, div.box.green > * > .xb2, div.box.green > * > .xb3, div.box.green > * > .xb4 {
  background: #e4f8f2;
}

div.box.green > * > p.box_title, div.box.green > * > p.box_caption {background: #c4e4d4;}
div.box.green > * > .box_content {background: #ecfaf6;}

/* orange */
div.box.orange, div.box.orange > * > .box_content, div.box.orange > .xbox, 
div.box.orange > * > .xb1, div.box.orange > * > .xb2, div.box.orange > * > .xb3, div.box.orange > * > .xb4 {
  border-color:  #da3;
}

div.box.orange, div.box.orange > .xbox, 
div.box.orange > * > .xb1, div.box.orange > * > .xb2, div.box.orange > * > .xb3, div.box.orange > * > .xb4 {
  background: #f4e8ca;
}

div.box.orange > * > p.box_title, div.box.orange > * > p.box_caption {background: #f0d499;}
div.box.orange > * > .box_content {background: #f8f0da;}

/* must come last to override coloured background when using rounded corners */

div.box.round {
  background: transparent !important;
}

/* IE fixes for unsupported child selector \*/

* html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  border-color:  __dark__;
}

* html div.box div.box, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  background: __light__;
}

* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
* html div.box div.box .box_content { background: __lighter__;}

* html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
* html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

/* blue */
* html div.box.blue .box_content, * html div.box.blue .xbox, 
* html div.box.blue .xb1, * html div.box.blue .xb2, * html div.box.blue .xb3, * html div.box.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.box.blue .xbox, 
* html div.box.blue .xb1, * html div.box.blue .xb2, * html div.box.blue .xb3, * html div.box.blue .xb4 {
  background: #e4ecf8;
}

* html div.box.blue p.box_title, * html div.box.blue p.box_caption {background: #cad0ee;}
* html div.box.blue .box_content {background: #f4f8fd;}

/* nested blue */
* html div.box div.box.blue .box_content, * html div.box div.box.blue .xbox, 
* html div.box div.box.blue .xb1, * html div.box div.box.blue .xb2, 
* html div.box div.box.blue .xb3, * html div.box div.box.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.box div.box.blue .xbox, 
* html div.box div.box.blue .xb1, * html div.box div.box.blue .xb2, 
* html div.box div.box.blue .xb3, * html div.box div.box.blue .xb4 {
  background: #e4ecf8;
}

* html div.box div.box.blue p.box_title, 
* html div.box div.box.blue p.box_caption {background: #cad0ee;}
* html div.box div.box.blue .box_content {background: #f4f8fd;}

/* red */
* html div.box.red .box_content, * html div.box.red .xbox, 
* html div.box.red .xb1, * html div.box.red .xb2, * html div.box.red .xb3, * html div.box.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.box.red .xbox, 
* html div.box.red .xb1, * html div.box.red .xb2, * html div.box.red .xb3, * html div.box.red .xb4 {
  background: #f8ece4;
}

* html div.box.red p.box_title, * html div.box.red p.box_caption {background: #eed0ca;}
* html div.box.red .box_content {background: #fdf4ec;}

/* nested red */
* html div.box div.box.red .box_content, * html div.box div.box.red .xbox, 
* html div.box div.box.red .xb1, * html div.box div.box.red .xb2, 
* html div.box div.box.red .xb3, * html div.box div.box.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.box div.box.red .xbox, 
* html div.box div.box.red .xb1, * html div.box div.box.red .xb2, 
* html div.box div.box.red .xb3, * html div.box div.box.red .xb4 {
  background: #f8ece4;
}

* html div.box div.box.red p.box_title, * html div.box div.box.red p.box_caption {background: #eed0ca;}
* html div.box div.box.red .box_content {background: #fdf4ec;}

/* green */
* html div.box.green .box_content, * html div.box.green .xbox, 
* html div.box.green .xb1, * html div.box.green .xb2, * html div.box.green .xb3, * html div.box.green .xb4 {
  border-color:  #bbddbb;
}

* html div.box.green .xbox, 
* html div.box.green .xb1, * html div.box.green .xb2, * html div.box.green .xb3, * html div.box.green .xb4 {
  background: #e4f8f2;
}

* html div.box.green p.box_title, * html div.box.green p.box_caption {background: #c4e4d4;}
* html div.box.green .box_content {background: #ecfaf6;}

/* nested green */
* html div.box div.box.green .box_content, * html div.box div.box.green .xbox, 
* html div.box div.box.green .xb1, * html div.box div.box.green .xb2, 
* html div.box div.box.green .xb3, * html div.box div.box.green .xb4 {
  border-color:  #bbddbb;
}

* html div.box div.box.green .xbox, 
* html div.box div.box.green .xb1, * html div.box div.box.green .xb2, 
* html div.box div.box.green .xb3, * html div.box div.box.green .xb4 {
  background: #e4f8f2;
}

* html div.box div.box.green p.box_title, * html div.box div.box.green p.box_caption {background: #c4e4d4;}
* html div.box div.box.green .box_content {background: #ecfaf6;}

/* orange */
* html div.box.orange .box_content, * html div.box.orange .xbox, 
* html div.box.orange .xb1, * html div.box.orange .xb2, * html div.box.orange .xb3, * html div.box.orange .xb4 {
  border-color:  #da3;
}

* html div.box.orange .xbox, 
* html div.box.orange .xb1, * html div.box.orange .xb2, * html div.box.orange .xb3, * html div.box.orange .xb4 {
  background: #f4e8ca;
}

* html div.box.orange p.box_title, * html div.box.orange p.box_caption {background: #f0d499;}
* html div.box.orange .box_content {background: #f8f0da;}

/* nestedorange */
* html div.box div.box.orange .box_content, * html div.box div.box.orange .xbox, 
* html div.box div.box.orange .xb1, * html div.box div.box.orange .xb2, 
* html div.box div.box.orange .xb3, * html div.box div.box.orange .xb4 {
  border-color:  #da3;
}

* html div.box div.box.orange .xbox, 
* html div.box div.box.orange .xb1, * html div.box div.box.orange .xb2, 
* html div.box div.box.orange .xb3, * html div.box div.box.orange .xb4 {
  background: #f4e8ca;
}

* html div.box div.box.orange p.box_title, * html div.box div.box.orange p.box_caption {background: #f0d499;}
* html div.box div.box.orange .box_content {background: #f8f0da;}

/* end plugin:box */#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
div.dokuwiki div.tags {
  padding-top: 0.5em;
  border-top: 2px dotted __border__;
  font-size: 95%;
  text-align: right;
  clear: both;
}

div.dokuwiki table.topic {
  border: 0;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 1em;
  border-collapse: collapse;
}

div.dokuwiki table.topic td {
  padding: 1px 2em 1px 0;
  border-top: 1px solid __border__;
  border-bottom: 1px solid __border__;
}

div.dokuwiki table.topic td.date, div.dokuwiki table.topic td.user {
  color: __text_neu__;
  font-size: 80%;
}

div.dokuwiki a.feed {
  background: transparent url(/cms/lib/plugins/tag/images/rss_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color: #c60;
  text-decoration: none;
}

div.dokuwiki a.feed:hover {
  color: #c60;
  text-decoration: underline;
}
/**
 * CSS for the medialist plugin
 * @author Michael Klier <chi@chimeric.de>
 */

div.dokuwiki ul.medialist {
  list-style: none;
  margin-left: 0;
} 
div.dokuwiki a.feed {
  background: transparent url(/cms/lib/plugins/feed/images/rss_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

#config__manager fieldset {
  margin: 1em;
  width: auto;
  margin-bottom: 2em;
  background-color: __background_alt__;
  color: __text__;
  padding: 0 1em;
}
#config__manager legend {
    font-size: 1.25em;
}

#config__manager form { }
#config__manager table {
    margin: 1em 0;
    width: 100%;
}

#config__manager fieldset td {
    text-align: left;
}
#config__manager fieldset td.value {
    /* fixed data column width */
    width: 30em;
}
#config__manager td input.edit {
    width: 30em;
}
#config__manager td select.edit { }
#config__manager td textarea.edit {
    width: 27.5em;
    height: 4em;
}

#config__manager tr .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
  background-color: #fff;
  color: #000;
}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select,
#config__manager .selectiondefault {
  background-color: #ccddff;
  color: #000;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
  background-color: #ffcccc!important;
  color: #000 !important;
}

#config__manager td.error  { background-color: red; color: #000;}

#config__manager .selection {
  width: 14.8em;
  float: left;
  margin: 0 0.3em 2px 0;
}

#config__manager .selection label {
  float: right;
  width: 14em;
  font-size: 90%;
}

/* IE6 correction */
* html #config__manager .selection label {
  padding-top: 2px;
}

#config__manager .selection input.checkbox {
  padding-left: 0.7em;
}

#config__manager .other {
  clear: both;
  padding-top: 0.5em;
}

#config__manager .other label {
  padding-left: 2px;
  font-size: 90%;
}

/* end plugin:configmanager */
div.dokuwiki div.include div.secedit {
  height: 16px;
}

div.dokuwiki div.inclmeta {
  border-top: 1px dotted __border__;
  padding-top: 0.2em;
  color: __text_neu__;
  font-size: 80%;
  line-height: 1.25;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

div.dokuwiki div.inclmeta a.permalink {
  background: transparent url(/cms/lib/plugins/include/images/link.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta abbr.published {
  background: transparent url(/cms/lib/plugins/include/images/date.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  border-bottom: 0;
}

div.dokuwiki div.inclmeta span.author {
  background: transparent url(/cms/lib/plugins/include/images/user.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta span.comment {
  background: transparent url(/cms/lib/plugins/include/images/comment.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta div.tags {
  border-top: 0;
  font-size: 100%;
  float: right;
  clear: none;
}div.dokuwiki table.pagelist,
div.dokuwiki table.ul {
  border: 0;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 1em;
  border-collapse: collapse;
}

div.dokuwiki table.pagelist tr {
  border-top: 1px solid __border__;
  border-bottom: 1px solid __border__;
}

div.dokuwiki table.pagelist th,
div.dokuwiki table.pagelist td {
  padding: 1px 1em 1px 0;
}

div.dokuwiki table.ul th,
div.dokuwiki table.ul td {
  padding: 0 1em 0 0;
}

div.dokuwiki table.ul ul {
  margin: 0 0 0 1.5em;
}

div.dokuwiki table.pagelist th,
div.dokuwiki table.ul th {
  background-color: __background_alt__;
}

div.dokuwiki th.page,
div.dokuwiki th.date,
div.dokuwiki th.user,
div.dokuwiki th.desc,
div.dokuwiki th.comments,
div.dokuwiki th.tags,
div.dokuwiki td.date,
div.dokuwiki td.user,
div.dokuwiki td.desc,
div.dokuwiki td.comments,
div.dokuwiki td.tags {
  color: __text_neu__;
  font-size: 80%;
}

div.dokuwiki td.date {
  text-align: right;
}/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager form.plugins { }
#plugin__manager .plugins fieldset { color: #000; background: #fff; text-align: right; border-top: none; border-right: none; border-left: none;}
#plugin__manager .plugins fieldset.protected { background: #fdd; color: #000; }
#plugin__manager .plugins fieldset.disabled { background: #e0e0e0; color: #a8a8a8; }

#plugin__manager .plugins .legend { color: #000; background: inherit; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0; clear: none;}
#plugin__manager .plugins .button { width: 5em; font-size: 95%;}

#plugin__manager .plugins fieldset.buttons { border: none;}
#plugin__manager .plugins fieldset.buttons .button { float: left; }

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0; background: none;}

#plugin__manager .plugins .enable { float: left; width: auto; margin-right: 0.5em;}

/* end admin plugin styles */
/* ================================ GENERAL ================================= */
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
.toc {
	display: none;
}

/* ================================ HEADER ================================== */
#header {
	text-align: center;
	height: 100px;
}
#header h1 {
	margin: 0;
}
#header #lang {
	position: absolute;
	top: 5px;
	width: 100%;
}
#header #lang ul {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 880px;
	text-align: left;
}
#header #lang ul li {
	display: inline;
	margin-right: 5px;
}

/* ================================= MENU =================================== */
#menu {
	background-color: #000;
	color: #FDFDF6;
	text-align: center;
	padding: 2px 0 2px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 0 1em 0 1em;
}

/* ================================== BODY ================================== */
#body_top, #body_bottom {
	height: 1px;
	background-color: #FDFDF6;
	color: #222;
}
#body {
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 0 30px 0 30px;
}
#body h1, #body h2, #body h3, #body h4, #body h5 {
	clear: left;
	margin: .5em 0 0 0;
}
/* DOKUWIKI LEVELS */
#body h1 { 
	margin-left: 0em; 
	padding: 0 0 0 0px;
}
div.level1 { margin: 1em 0 0 0; }
#body h2 { 
	margin-left: 1.5em; 
	padding: 2px 5px;
}
div.level2 { margin: 1em 0 0 2em; }
#body h3 { margin-left: 2em; }
div.level3 { margin: 1em 0 0 3em; }
#body h4 { margin-left: 3em; }
div.level4 { margin: 1em 0 0 4em; }
#body h5 { margin-left: 4em; }
div.level5 { margin: 1em 0 0 5em; }

.code {
	padding: 5px;
	overflow: auto;
}

/* ********* TABLES ********* */
#body table {
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
#body table th { padding: 2px 5px 2px 5px; }
#body table td { padding: 2px 5px 2px 5px; }
#body table td.rightalign { text-align: right; }
#body table td.centeralign { text-align: center; }
#body table td.leftalign { text-align: left; }

/* ================================= FOOTER ================================= */
#footer {
	clear: both;
	width: 880px;
	margin: 1em auto 0 auto;
	padding: 1em 10px 1em 10px;
}
#footer ul {
	margin: 0 0 .5em 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer li a {
	padding: 2px 10px 2px 10px;
}
#footer form {
	float: right;
}
#footer input {
	margin-left: 2px;
}
#footer p {
	margin: 0;
}
#qsearch__out {
	display: none !important;
}
/* ================================ GENERAL ================================= */
* { 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 1em;
	letter-spacing: 1.1;

}
body {
	background: #FAF9E8;  /*e0dfca;  */
	background-image: url(/cms/lib/tpl/insparations/images/body_background.png);
	background-position: center;
	background-repeat: repeat-y;
}

a {
	color: #67805A;
	font-weight: bold;
	background-color: inherit;
}
a:hover {
	color: #88C36B;
	text-decoration: underline;
	background-color: inherit;
}
a img {
	border: none;
}

/* ================================ HEADER ================================== */
#header {
	/*background-image: url(/cms/lib/tpl/insparations/images/header_background.png);  */
	/*background-position: center; */
	background-repeat: repeat-y;


}
#header a {
	color: #FAF9E8;
	background-color: inherit;
	text-decoration: none;
}
#header a:hover {
	color: #ccc;
	background-color: inherit;
}

/* ================================= MENU =================================== */
#menu {
	background-image: url(/cms/lib/tpl/insparations/images/menu_background.png);
	background-repeat: repeat-x;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	font-size: 12px;
	font-weight: bold;
}
#menu ul {
	border-left: solid 1px #000;
	border-right: solid 1px #666;
}
#menu ul li {
	border-left: solid 1px #666;
	border-right: solid 1px #000;
}
#menu ul li a {
	color: #FAF9E8; 
	background-color: inherit;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FAF9E86;
	background-color: #506048;
}

/* ================================= TITLE =================================== 
#title {
	background-repeat: no-repeat;
	background-image: url(/cms/lib/tpl/insparations/images/title.png);
	background-position: center;
	height: 95px;
}
*/

/* ================================== BODY ================================== */
#body {
	/*background-color: #fff; */
	background-color:#FAF9E8;
	color: #555;
	background-image: url(/cms/lib/tpl/insparations/images/body_background.png);
	background-position: center;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	letter-spacing: 1.2;
	
}

/* from next line: #body h1 a, #body h2 a, */
#body h3 a, #body h4 a, #body h5 a {
	font-size: 1em;
	font-family: inherit;
	color: #8BAF79;
	background-color: inherit;
}
#body h1 {
	/*font-family: Georgia, "Times New Roman", serif; */
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 1.7;
	color: #8BAF79;
	background-color: transparent;
	/*background-image: url(/cms/lib/tpl/insparations/images/h1_bg.png); */
	/*background-repeat: repeat-y; */
	/*background-position: right; */
	border-bottom: solid 1px #dbdbc5;
}
#body h1 a {
	color: #8BAF79;
	background-color: transparent;
}
#body h2 {
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1.1;
	color: #8BAF79;
	background-color: transparent;
	/*background-image: url(/cms/lib/tpl/insparations/images/h2_bg.png); */
	/*background-repeat: repeat-y; */
	/*background-position: right; */
	border-bottom: solid 1px #dbdbc5;
}
#body h2 a {
	color: #8BAF79;
	background-color: transparent;
}
#body h3 {
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 1.1em;
	color: #8BAF79;
	background-color: inherit;
	border-bottom: solid 1px #dbdbc5;
}
#body h4, #body h5 {
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 1.em;
	color: #8BAF79;
	background-color: inherit;
}


ol {
	line-height: 1.5em;
	margin: 0 0 .5em 1.5em;
	padding: 0;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 .5em 1.5em;
	padding: 0;
	list-style-image: url(/cms/lib/tpl/insparations/images/bullet.gif);
}

.code {
	border-top: solid 1px #acacbb;
	border-right: solid 1px #acacbb;
	border-bottom: solid 1px #acacbb;
	border-left: solid 3px #acacbb;
	background-color: #f7f9fa;
	color: inherit;
}
.code, .code * {
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}

#body input {
	border: solid 1px #8cacbb;
}
#body input:hover {
	border: solid 1px #000;
}

/* ********* TABLES ********* */
#body table { border: solid 1px #999; }
#body table th { border: solid 1px #999; background-color: #eee; }
#body table td { border: solid 1px #ccc; background-color: #FAF9EA; }
#body table tr:hover { background-color: #ffffe5; }

/* inline tables */
div.dokuwiki table.inline {
  background-color: __background__;
  border-spacing: 0px;
  border-collapse: collapse;
}

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid __border__;
  background-color: __background_alt__;
}

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


/* ================================= FOOTER ================================= */
#footer {
	background-color: #FAF9E86;
	color: #555;
	border-top: solid 1px #dbdbc5;
	border-bottom: solid 1px #dbdbc5;
	}

/* color used for body background is FAF9EA */

#footer li a {
	border: solid 1px #8cacbb;
	background-color: #FAF9E8;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
	font-size: .9em;
}
#footer li a:hover {
	border: solid 1px #000;
	background-color: #FAF9E8;
	color: #000;
}
#footer input {
	border: solid 1px #8cacbb;
}
#footer input:hover {
	border: solid 1px #000;
}

#credits {
     font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size: .80em;
	color: #555;
	background-color: #FAF9E8;
}

/* ================================== 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;
}

div.dokuwiki img.mediacenter {
  border: 0;
  display: block;
  margin: 0 auto;
}

*/


/*  ================== ICON =================== */

/* email link */
div.dokuwiki a.mail {
  background: transparent url(/cms/lib/tpl/insparations/images/mail_icon.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}