a.interwiki { background: transparent url(/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/lib/images/interwiki/wp.gif)}a.iw_wpmeta {  background-image: url(/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/lib/images/interwiki/amazon.uk.gif)}a.iw_google_de {  background-image: url(/lib/images/interwiki/google.de.png)}a.iw_phpfn {  background-image: url(/lib/images/interwiki/phpfn.gif)}a.iw_dokubug {  background-image: url(/lib/images/interwiki/dokubug.gif)}a.iw_coral {  background-image: url(/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/lib/images/interwiki/wiki.gif)}a.iw_sg {  background-image: url(/lib/images/interwiki/sg.gif)}a.iw_sgme {  background-image: url(/lib/images/interwiki/sgme.gif)}a.iw_sgse {  background-image: url(/lib/images/interwiki/sgse.gif)}a.mediafile { background: transparent url(/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/lib/images/fileicons/zip.png)}a.mf_rar {  background-image: url(/lib/images/fileicons/rar.png)}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.png)}a.mf_ps {  background-image: url(/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/lib/images/fileicons/rtf.png)}a.mf_swf {  background-image: url(/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/lib/images/fileicons/deb.png)}a.mf_sxw {  background-image: url(/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/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: 0px;
  height: 0;
  overflow:hidden;
}

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

.hidden {
  display: none;
}

div.error {
  background: #fcc url(/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(/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(/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(/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;
}
em em.u {
  font-style: italic;
}


/* syntax highlighting code */
.code .br0  { color: #330000; font-weight: bold; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .co3  { color: #808080; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #0000ff; font-weight: bold;}
.code .kw2  { color: #0000ff; font-weight: bold;  font-style: italic;}
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me1  { color: #006600; }
.code .me2  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re3  { color :#ff3333; font-weight:bold; }
.code .re4  { color: #009999; }
.code .st0  { color: #ff0000; }
.code .sy0  { color: #66cc66; }

/**
 * Basic styles for the spellchecker. Only included when the spellcheck option
 * is enabled. These styles are the absolute minimum to make the spellchecker
 * work. Templates should add addional styles for making it look nice.
 */

div.dokuwiki div#spell__suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
}

div.dokuwiki div#spell__result {
  display:none;
  font-family:monospace;
  overflow: auto;
  z-index: 1;
}

/* 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: #C4BCB5;
  color: #000;
  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 */
.folder {
    padding: 0 12px 0 2px;
    color: #000;
    background: #ffb url(/lib/plugins/folded/closed.gif) no-repeat 100% 50%;    
    border: 1px dotted #999;
}

.folder.open {
    background: url(/lib/plugins/folded/open.gif) no-repeat 100% 50%;
}

div.dokuwiki p.folded {
  margin: 1em 0;
  line-height: 1.2em;
}

div.folded {
    margin: -1em 0 1em 0;
    padding: 0;
    border: 1px dotted #999;
}

span.folded {
    border: 1px dotted #999;
}

span.indicator {
    visibility: hidden;
}


/* below style rules are created by javascript
.folded.hidden { display: none; }
.folder span.indicator { visibility: visible; }
*/
/* 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 */
.noteclassic, .noteimportant, .notewarning, .notetip, .notedownload {

  margin: 1.5em 20px 1.5em 10px;  
  min-height: 40px;  
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  overflow: hidden;
/*
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
*/
}
 
.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(/lib/plugins/note/images/note.png);
}
 
.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url(/lib/plugins/note/images/important.png);
}
 
.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url(/lib/plugins/note/images/warning.png);
}
 
.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url(/lib/plugins/note/images/tip.png);
}
 
.notedownload {
  border: 1px dotted #847C75;
  background-color: #E4DCD5;
  background-image: url(/lib/plugins/note/images/download.png);
}

div.folded .noteclassic, div.folded .noteimportant, div.folded .notewarning, div.folded .notetip, div.folded .notedownload {
  margin: 0;
}div.dokuwiki table.gallery td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

div.dokuwiki table.gallery img.tn {
  padding: 5px;
  border: 1px solid #999;
}

div.dokuwiki div.gallery {
  clear: left;
  margin-bottom: 1em;
}

/*div.dokuwiki div.gallery div {
  float: left;
}*/

div.dokuwiki div.gallery img.tn {
  margin: 1em;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #999;
}

div.dokuwiki table.gallery_left,
div.dokuwiki div.gallery_left {
    float: left;
}

div.dokuwiki div.gallery div {
    float: left;
}

div.dokuwiki table.gallery_right,
div.dokuwiki div.gallery_right {
    float: right;
}

div.dokuwiki table.gallery_center,
div.dokuwiki div.gallery_center {
    margin-left: -10px;

}

div.dokuwiki div.gallery_center {
    width: 80%;
    text-align: center;
}

/* for lightbox */

#gallery__lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
#gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlay.png);
}
#gallery__lightboxCaption {
    color: #666;
    background-color: #eee;
    font-size: .85em;
    line-height: 1.2em;
    text-align: center;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

* html #gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlayie.png);
}
/*
 * code plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/codeplugin
 */

/* layout */
div.code, div.file {
  width: 92%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
}

div.code p, div.file p {
  font-size: 90%;
  margin: 0;
  padding: 2px;
}

div.code pre.code, div.file pre.file {
  margin: 4px 0 0 0;
}

/* colours */
div.code {
  border-color:  #bbd;
  background: #e4ecf8;
}

div.code p {
  background: #cad0ee;
}

div.file {
  border-color: #dbb;
  background: #f8ece4;
}

div.file p {
  background: #eed0ca;
}

div.file pre.file {
  background: #fdf4ec;
  border-color: #dbb;
}

/* end code plugin style additions */
div.vshare__left {
    float: left;
    margin-right: 1em;
}

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

div.vshare__center {
    text-align: center;
}

#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/**
 * Style definitions used by the Formatting+ plugin.
 *
 * @author Tom N Harris <tnharris@whoopdedo.org>
 */

kbd {
  font-family: monospace;
  font-style: normal;
}

samp {
  font-family: monospace;
  text-decoration: underline;
}

var {
  font-family: monospace;
  font-style: oblique;
}

dfn {
  font-style: oblique;
  font-weight: bolder;
}

/* Small-caps style. Uses strong, but is not bold nor slanted. */
strong.smallcaps {
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
}

/* Draw light-colored text on a dark background, or vice-versa. */
em.inverse {
  font-style: normal;
  color: white;
  background-color: black;
}

sub{
}
sup{
}

cite {
}

q {
  quotes: '“' '”' '‘' '’';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

blockquote.citation {
  margin: 0 3em 1em;
  padding: 3px;
  border: 1px dotted #847C75;
  background: #C4BCB5 url(/lib/plugins/formatplus/images/blockquote.png) no-repeat 0.3em 0.3em;
  color: black;
  font-style: oblique;
  overflow: auto;
}
blockquote.citation[cite]:after {
  font-size: 80%;
  font-style: italic;
  content: '—' attr(cite);
  display: block;
  margin-left: 60%;
  margin-top: 1em;
  padding-left: 1em;
}
.citation_after {
  font-size: 80%;
  font-style: italic;
  display: block;
  margin-left: 60%;
  margin-top: 1em;
  padding-left: 1em;
}

ins{
	text-decoration: underline;
}
del{
	text-decoration: line-through;
}

ins.block{
}
del.block{
}

.inserted{
	padding-right: 0.5em;
	border-right: 0.3em solid #9e9;
}
.deleted{
	padding-right: 0.5em;
	border-right: 0.3em solid #e99;
}
/*
 * 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 { 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 */
table.loglog {
    width: 80%;
}

table.loglog span.loglog_off {
    padding-left: 20px;
    background: transparent url(/lib/plugins/loglog/pix/off.png) left center no-repeat;
}

table.loglog span.loglog_perm {
    padding-left: 20px;
    background: transparent url(/lib/plugins/loglog/pix/perm.png) left center no-repeat;
}

table.loglog span.loglog_temp {
    padding-left: 20px;
    background: transparent url(/lib/plugins/loglog/pix/temp.png) left center no-repeat;
}





.clear_float {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	min-width: 110px;
}

.lbLoading {
	background: #fff url(/lib/plugins/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 110px;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#lbImage div:first-child{
	min-width: 110px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	min-width: 63px;
	outline: none;
}

#lbPrevLink {
	left: -10px;
}

#lbPrevLink:hover {
	background: transparent url(/lib/plugins/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: -10px;
}

#lbNextLink:hover {
	background: transparent url(/lib/plugins/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/lib/plugins/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	float: left;
	width: 100%;
	margin-right: 0;
}

#lbCaption {
	font-weight: bold;
}

.slimbox_left {
	float: left;
	margin: 5px 10px 5px 0;
}

.slimbox_right {
	float: right;
	margin: 5px 0 5px 10px;
}

.slimbox_center {
	display: block;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}
/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

/* -------------- top row --------------- */
div.dokuwiki .header {
  padding: 3px 0 0 2px;
}

div.dokuwiki .pagename {
  float: left;
  font-size: 200%;
  font-weight: bolder;
  color: #C4BCB5;
  text-align: left;
  vertical-align: middle;
}

div.dokuwiki .pagename a {
  color: #5F5750 !important;
  text-decoration: none !important;
}

div.dokuwiki .logo {
  float: right;
  font-size: 220%;
  font-weight: bolder;
  text-align: right;
  vertical-align: middle;
}

div.dokuwiki .logo a {
  color: #C4BCB5 !important;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 2pt;
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  border-top: 1px solid #847C75;
  border-bottom: 1px solid #847C75;
  background: #C4BCB5;
  padding: 0.1em 0.15em;
  clear: both;
}

div.dokuwiki .bar-left {
  float: left;
  width: 40%;
}

div.dokuwiki .bar-right {
  float: right;
  text-align: right;
}

div.dokuwiki #bar__bottom {
  margin-bottom:3px;
}

/* ------------- File Metadata ----------------------- */

div.dokuwiki div.meta {
  clear: both;
  margin-top: 1em;
  color: #847C75;
  font-size: 70%;
}

div.dokuwiki div.meta div.user {
  float: left;
}

div.dokuwiki div.meta div.doc {
  text-align: right;
}
/**
 * Design elements for GP_Standard Template
 *
 * @author Gunther Pilz <dokuwiki@top-topics.com>
 *  
 */

/*##############################################################################
      General Settings
##############################################################################*/

* {
  margin: 0;
  padding: 0; 
}

html, body {
  height: 100%;
}

html {
  color: #000;
  background: #fff url(/lib/tpl/navmenu/images/bg_body_03.png);
}
/*
html[xmlns^="http"] {
  overflow-x: auto;
  overflow-y: scroll;
}
*/
body {
  max-width: 1600px;
  margin: 0 auto;
  background: transparent;
  font: 100.01%/1.2 Geneva,Arial,"Trebuchet MS",Tahoma,sans-serif;
}

body * {
  font-size: 1em;
  line-height: 1.2em;
}

ul {
  list-style-type: none;
}

a.anker {
  position: absolute;
}

.on_js_block {
  display: none;
}

.on_js_inline {
  display: none;
}

.on_js_table {
  display: none;
}

/*##############################################################################
      Font-Sizes
##############################################################################*/

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {font-size: .8em;}

/*##############################################################################
      General Classes
##############################################################################*/

.clearer {
  display: none;
  font-size: 0;
  line-height: 0;
}

small {
  font-size: smaller;
}


/*##############################################################################
      Layout
##############################################################################*/

#outer_wrapper {
  position: relative;
  width: 70em;
  min-width: 960px;
  max-width: 98%;
  margin: 10px auto 0 auto;
  padding: 0 0 30px 0;
  background: transparent;
  z-index: 1;
}

#tmp_top {
  position: absolute;
  top: 9px;
  right: 355px;
  border: none;
  z-index: 21;
}

#bg_tm {
  position: relative;
  height: 20px;
  margin: 0 20px -20px;
  padding: 0;
  background: transparent url(/lib/tpl/navmenu/images/bg_top_m_3.png) repeat-x 0 0;
  z-index: 1;
}

#bg_tl {
  position: relative;
  height: 20px;
  margin-left: -20px;
  background: transparent url(/lib/tpl/navmenu/images/bg_top_l_3.png) no-repeat 0 0;
  z-index: 1;
}

#bg_tr {
  position: relative;
  height: 20px;
  margin-right: -20px;
  background: transparent url(/lib/tpl/navmenu/images/bg_top_r_3.png) no-repeat 100% 0;
  z-index: 1;
}

#inner_wrapper_1 {
  background: transparent url(/lib/tpl/navmenu/images/bg_side_lr.png) repeat-y 0 0;
}

#inner_wrapper_2 {
  background: transparent url(/lib/tpl/navmenu/images/bg_side_lr.png) repeat-y 100% 0;
}

#bg_bm {
  position: relative;
  height: 20px;
  margin: -20px 20px 0;
  background: transparent url(/lib/tpl/navmenu/images/bg_bot_m.png) repeat-x 0 0;
  z-index: 1;
}

#bg_bl {
  height: 20px;
  margin-left: -20px;
  background: transparent url(/lib/tpl/navmenu/images/bg_bot_l.png) no-repeat 0 0;
}

#bg_br {
  position: relative;
  height: 20px;
  margin-right: -20px;
  background: transparent url(/lib/tpl/navmenu/images/bg_bot_r.png) no-repeat 100% 0;
  z-index: 1;
}


#page_wrapper {
  position: relative;
  margin: 20px 9px;
  padding: 0;
  background: transparent;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  
  z-index: 2;
}

#header {
  position: relative;
  min-height: 4.8em;
  margin: 0;
  color: #ccc;
  background: #847c75 url(/lib/tpl/navmenu/images/bg_header+footer_r.png) repeat-y 100% 0;
  border-bottom: 1px solid #000;

}
/*
#header div.no {
  position: relative;
  float: right;
  padding-top: 2em;
  z-index: 9;
}
*/
#top_links_wrapper {
  position: absolute;
  top: -11px;
  right: 0px;
  height: 50px;
  width: auto;
  margin: 0 10px 0 0;
  padding: 5px 0 0 0px;
  color: #999;
  background: transparent url(/lib/tpl/navmenu/images/bg_top_curve_m.png) repeat-x 0 0px;
  overflow: hidden;
  z-index: 999;
}

#top_curve_l {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 50px;
  border: none;
  z-index: 25;
}

#top_links_wrapper p {  
  height: 50px;
  width: auto;
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
  background: transparent url(/lib/tpl/navmenu/Ximages/bg_top_curve_m.png) repeat-x 0 -14px;
}


#top_curve_r {
  position: absolute;
  top: -11px;
  right: -1px;
  height: 50px;
  width: 11px;
  margin-right: 0;
  border: none;
  z-index: 25;
}

#logo_top {
  position: absolute;
  top: -9px;
  left: 15px;
  border: none;
  z-index: 21;
}

#logo_bot {
  position: absolute;
  top: 70px;
  left: 133px;
  border: none;
  z-index: 25;
}

#sw {
  position: absolute;
  top: 30px;
  left: 290px;
  border: none;
  z-index: 25;
}


#hnav_top, #hnav_bot {
  min-height: 28px;
  margin: 0;
  color: #eee;
  background: #5f5750 url(/lib/tpl/navmenu/images/bg_header+footer_r_d.png) repeat-y 100% 0;
  border-bottom: 1px solid #000; 
  border-top: 1px solid #aaa;
}

#hfunc_top, #hfunc_bot {
  min-height: 28px;
  margin: 0;
  color: #eee;
  background: #847C75 url(/lib/tpl/navmenu/images/bg_header+footer_r.png) repeat-y 100% 0;
  border-bottom: 1px solid #666; 
  border-top: 1px solid #aaa; 
}

#hfunc_bot {
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #000;
}

#page_functions_top_wrap, #page_functions_bot_wrap {
  margin: 0 0 0 25%;
  padding: 4px 5px;
  font-size: .9em;
  overflow: hidden;
}

#page_functions_top_wrap_nc, #page_functions_bot_wrap_nc {
  margin: 0;
  padding: 4px 5px;
  font-size: .9em;
}



#page_functions_bot_wrap {

}

#page_functions_top_right, #page_functions_bot_right {
  float: right;
  clear: right;
}

#column_wrapper {
  clear: both;
  min-height: 100px;
  background: #fff url(/lib/tpl/navmenu/images/bg_content_wrap.png) repeat-y 25% 0;
  border-top: 0px solid #666;
  
  font-size: .85em;
  overflow: hidden;
}

#column_wrapper_blank {
  clear: both;
  background: #fff url(/lib/tpl/navmenu/Ximages/bg_b+s_top.png) repeat-x;
  border-top: 0px solid #666;
  border-bottom: 1px solid #999;
  font-size: .85em;
  overflow: hidden;
}

#content {
  float: right;
  width: 75%;
  background: transparent url(/lib/tpl/navmenu/images/bg_b+s_top.png) repeat-x;
}

#content_only {
  float: right;
  width: 100%;
  padding: 0;
  background: #fff url(/lib/tpl/navmenu/images/bg_b+s_top.png) repeat-x;
}

#content .inner, #content_only .inner {
  margin: 10px;
}

#sidecol {
  margin: 0 75% 0 0;
  padding-top: 10px;
  color: #333;
  background: transparent url(/lib/tpl/navmenu/images/bg_b+s_top.png) repeat-x;
}

#sidecol .box {
  margin: 0 10px 10px;
  background: #fff;
  border: 1px solid #5F5750;
  overflow: hidden;
}

#sidecol .inside {
  margin: 5px;
  background: #fff;
}

#sidecol fieldset {
  width: auto;
  text-align: left;
  border: none;
}

#sidecol label.block {
  width: auto;
  text-align: left;
}

#logstatus {
  min-height: 8.5em;
}

#logstatus .user_avatar_big {
  float: right;
  width: 40px;
  margin: -.5em 5px 5px;
}

#logstatus div.no {
  clear: right;
  float: left;
}

#pageinfo {
  clear: both;
  margin: 0;
  background: #fff url(/lib/tpl/navmenu/images/bg_content_wrap.png) repeat-y 25% 0;
  border-bottom: 1px solid #999;
  text-align: right;
  color: #847C75;
  font-size: 70%;
}

#pageinfo div.doc {
  margin: 0 5px 5px;
}

#footer {
  color: #666;
  background: #847C75 url(/lib/tpl/navmenu/images/bg_header+footer_r.png) repeat-y 100% 0;
  border-top: 1px solid #aaa;
  border-bottom: 0px solid #000;
  overflow: hidden;
}

div#footer div {
  margin: 10px 10px 0;
}

#cc_license {
  float: left;
  margin-right: 5px;
}

p.footer_p {
  color: #ccc;
  font-size: .75em;
}

div.dokuwiki table {
  font-size: 100%;
}

div.dokuwiki tr,
div.dokuwiki td,
div.dokuwiki th {
}

div.dokuwiki img {
  border: 0;
}

div.dokuwiki p,
div.dokuwiki blockquote,
div.dokuwiki table,
div.dokuwiki pre {
  margin: 0 0 1em 0;
}

div.dokuwiki hr {
  border: 0px;
  border-top: 1px solid #847C75;
  text-align: center;
  height: 0px;
}

div.dokuwiki div.nothing {
  text-align: center;
  margin: 2em;
}

/* ---------------- forms ------------------------ */

div.dokuwiki form {
  border: none;
  display: inline;
}

div.dokuwiki label.block {
  display: block;
  text-align: right;
  font-weight: bold;
}

div.dokuwiki label.simple {
  display: block;
  text-align: left;
  font-weight: normal;
}

div.dokuwiki label.block input.edit {
  width: 50%;
}

div.dokuwiki fieldset {
  width: 300px;
  text-align: center;
  border: 1px solid #847C75;
  padding: 0.5em;
  margin: auto;
}

div.dokuwiki textarea.edit {
  font-family: monospace;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #847C75;
  padding: 0.3em 0 0 0.3em;
  width: 100%;
}

#dw__search {
  float: right;
  display: block;
  margin: 2.5em 10px 5px 0;
  background: transparent;
  font-size: .9em;
  text-align: right;
}


/* nice alphatransparency background except for IE <7 */
html>body div.dokuwiki textarea.edit {
  background:  #fff url(/lib/tpl/navmenu/images/inputshadow.png) repeat-x top;
}

div.dokuwiki input.edit,
div.dokuwiki select.edit {
  font-size: 100%;
  border: 1px solid #847C75;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  margin: 1px;
  padding: 0.20em 0.3em;
  display: inline;
}

/* nice alphatransparency background except for IE <7 */
html>body div.dokuwiki input.edit,
html>body div.dokuwiki select.edit {
  background:  #fff url(/lib/tpl/navmenu/images/inputshadow.png) repeat-x top;
}

div.dokuwiki select.edit {
  padding: 0.1em 0;
}

div.dokuwiki input.missing {
  font-size: 100%;
  border: 1px solid #847C75;
  color: #000;
  background-color: #ffcccc;
  vertical-align: middle;
  margin: 1px;
  padding: 0.20em 0.3em;
  display: inline;
}

/* disabled style - not understood by IE */
div.dokuwiki textarea.edit[disabled],
div.dokuwiki textarea.edit[readonly],
div.dokuwiki input.edit[disabled],
div.dokuwiki input.edit[readonly],
div.dokuwiki select.edit[disabled] {
  background-color: #f5f5f5!important;
  color: #666!important;
}

/* edit form */
div.dokuwiki div.toolbar,
div.dokuwiki div#wiki__editbar {
   margin: 2px 0;
   text-align: left;
}
div.dokuwiki div#size__ctl {
   float: right;
   width: 60px;
   height: 2.7em;
}
div.dokuwiki #size__ctl img {
   cursor: pointer;
}
div.dokuwiki div#wiki__editbar div.editButtons {
   float: left;
   padding: 0 1.0em 0.7em 0;
}
div.dokuwiki div#wiki__editbar div.summary {
   float: left;
}
div.dokuwiki .nowrap {
   white-space: nowrap;
}
div.dokuwiki div#draft__status {
  clear: left;
  color: #847C75;
}

#nm_inputfields {
  margin-top: 5px;
}

#nm_inputfields input {
  margin-right: 15px;
}


/* --------- buttons ------------------- */


div.dokuwiki input.button,
div.dokuwiki button.button {
  border-top: 1px solid #c4bcb5;
  border-right: 1px solid #4f4740;
  border-bottom: 1px solid #4f4740;
  border-left: 1px solid #c4bcb5;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
  margin: 1px;
  padding: 0.125em 0.4em;
}

/* nice alphatransparency background except for IE <7 */
html>body div.dokuwiki input.button,
html>body div.dokuwiki button.button {
  background:  #fff url(/lib/tpl/navmenu/images/buttonshadow.png) repeat-x bottom;
}

* html div.dokuwiki input.button,
* html div.dokuwiki button.button {
  height: 1.8em;
}

div.dokuwiki div.secedit input.button {
  border: 1px solid #847C75;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
  float: right;
  display: inline;
}

/* ----------- page navigator ------------- */

div.dokuwiki div.pagenav {
    margin: 1em 0 0 0;
}

div.dokuwiki div.pagenav-prev {
    text-align: right;
    float: left;
    width: 49%
}

div.dokuwiki div.pagenav-next {
    text-align: left;
    float: right;
    width: 49%
}

/* --------------- Links ------------------ */

div.dokuwiki a:link,
div.dokuwiki a:visited {
  color: #5F5750;
  text-decoration: none;
}
div.dokuwiki a:hover,
div.dokuwiki a:active {
  color: #000;
  text-decoration: underline;
}

div.dokuwiki h1 a,
div.dokuwiki h2 a,
div.dokuwiki h3 a,
div.dokuwiki h4 a,
div.dokuwiki h5 a,
div.dokuwiki a.nolink {
  color: #000 !important;
  text-decoration: none !important;
}

/* external link */
div.dokuwiki a.urlextern {
  background: transparent url(/lib/tpl/navmenu/images/link_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

/* windows share */
div.dokuwiki a.windows {
  background: transparent url(/lib/tpl/navmenu/images/windows.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

/* interwiki link (icon are set by dokuwiki) */
div.dokuwiki a.interwiki {
background-position: 0 50%;
padding: 2px 0 0 20px;
}

/* link to some embedded media */
div.dokuwiki a.media {
}

div.dokuwiki a.urlextern:link,
div.dokuwiki a.windows:link,
div.dokuwiki a.interwiki:link {
  color: #5F5750;
}

div.dokuwiki a.urlextern:visited,
div.dokuwiki a.windows:visited,
div.dokuwiki a.interwiki:visited {
  color: purple;
}
div.dokuwiki a.urlextern:hover,
div.dokuwiki a.urlextern:active,
div.dokuwiki a.windows:hover,
div.dokuwiki a.windows:active,
div.dokuwiki a.interwiki:hover,
div.dokuwiki a.interwiki:active {
  color: #000;
}

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

/* existing wikipage */
div.dokuwiki a.wikilink1 {
  color: #847C75;
}

/* not existing wikipage */
div.dokuwiki a.wikilink2 {
  color: #f30;
  text-decoration: none;
  border-bottom: dashed 1px #f30;
}

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

div.dokuwiki div.preview {
  background-color: #f5f5f5;
  margin: 0 0 0 2em;
  padding: 4px;
  border: 1px dashed #000;
}
/*
div.dokuwiki div.breadcrumbs {
  background-color: transparent; /*#f5f5f5; /
  color: #333; /* #666; /
  font-size: 1em;
  padding: 0 0 0 4px;
}
*/
div.breadcrumbs {
  margin: 0 0 0 11.2em;
  padding: 6px 5px;
  text-indent: -11.2em;
  color: #a49c95;
  font-size: .8em;
  font-weight: bold;
}

div.breadcrumbs span {
  color: #f4ece5;

}

#hnav_top div.breadcrumbs a, #hnav_bot div.breadcrumbs a {
  color: #c4bcb5;
  text-decoration: underline;
}

#hnav_top div.breadcrumbs a:hover, #hnav_bot div.breadcrumbs a:hover {
  color: #f4ece5;
  text-decoration: none;
}

div.dokuwiki span.user {
  color: #5F5750;
  font-size: 90%;
}

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

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

/* smileys */
div.dokuwiki img.middle {
  vertical-align: middle;
}

div.dokuwiki acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}

/* general headline setup */
div.dokuwiki h1,
div.dokuwiki h2,
div.dokuwiki h3,
div.dokuwiki h4,
div.dokuwiki h5 {
    color: #000;
    background-color: inherit;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #847C75;
    clear: left;
}

/* special headlines */
div.dokuwiki h1 {font-size: 1.6em; margin-left: 0px;}
div.dokuwiki h2 {font-size: 1.4em; margin-left: 0px;}
div.dokuwiki h3 {font-size: 1.2em; margin-left: 0px;}
div.dokuwiki h4 {font-size: 1.1em; margin-left: 5px;}
div.dokuwiki h5 {font-size: 1.0em; margin-left: 10px; line-height: 1.3em}
div.dokuwiki h6 {font-size: .85em; margin-left: 15px;}

/* indent different sections */
div.dokuwiki div.level1 {margin-left: 5px;}
div.dokuwiki div.level2 {margin-left: 10px;}
div.dokuwiki div.level3 {margin-left: 10px;}
div.dokuwiki div.level4 {margin-left: 10px;}
div.dokuwiki div.level5 {margin-left: 10px;}

/* unordered lists */
div.dokuwiki ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: none;
  margin: 0 0 0.5em 1.5em;
  color: #847C75;
}

/* ordered lists */
div.dokuwiki ol {
  line-height: 1.5em;
  list-style-image: none;
  margin: 0 0 0.5em 1.5em;
  color: #847C75;
  font-weight: bold;
}

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

div.dokuwiki ol {list-style-type: decimal}
div.dokuwiki ol ol {list-style-type: upper-roman}
div.dokuwiki ol ol ol {list-style-type: lower-alpha}
div.dokuwiki ol ol ol ol {list-style-type: lower-greek}

div.dokuwiki li.open {
  list-style-image: url(/lib/tpl/navmenu/images/open.gif);
    /*list-style-type: circle;*/
}

div.dokuwiki li.closed {
  list-style-image: url(/lib/tpl/navmenu/images/closed.gif);
    /*list-style-type: disc;*/
}

div.dokuwiki blockquote {
  border-left: 2px solid #847C75;
  padding-left: 3px;
}

div.dokuwiki pre {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #847C75;
  color: #000;
  overflow: auto;
}

/* code blocks by indention */
div.dokuwiki pre.pre {
  background-color: #f4eCe5;
}

/* code blocks by code tag */
div.dokuwiki pre.code {
  background-color: #f4eCe5;
}

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

/* code blocks by file tag */
div.dokuwiki pre.file {
  background-color: #C4BCB5;
}

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

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid #847C75;
  background-color: #C4BCB5;
}

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

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

div.dokuwiki div.toc {
  margin: 1.2em 0 0 2em;
  float: right;
  width: 20em;
  font-size: .8em;
 
}

div.dokuwiki div.tocheader {
  border: 1px solid #847C75;
  background-color: #C4BCB5;
  text-align: left;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 2px;
}

div.dokuwiki span.toc_open,
div.dokuwiki span.toc_close {
    border: 0.4em solid #C4BCB5;
    float: right;
    display: block;
    margin: 0.4em 3px 0 0;
}

div.dokuwiki span.toc_open span,
div.dokuwiki span.toc_close span {
    display: none;
}

div.dokuwiki span.toc_open {
    margin-top: 0.4em;
    border-top: 0.4em solid #000;
}

div.dokuwiki span.toc_close {
    margin-top: 0;
    border-bottom: 0.4em solid #000;
}

div.dokuwiki #toc__inside {
  margin-top: -3px;
  border: 1px solid #847C75;
  background-color: #fff;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
}

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

div.dokuwiki ul.toc ul.toc {
  padding-left: .5em;
}

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

div.dokuwiki ul.toc li.clear {
  background-image: none;
  padding-left: 0em;
}

div.dokuwiki a.toc:link,
div.dokuwiki a.toc:visited {
  color: #5F5750;
}

div.dokuwiki a.toc:hover,
div.dokuwiki a.toc:active {
  color: #000;
}

/* ---------------------------- Diff rendering --------------------------*/
div.dokuwiki table.diff {
  background-color: #fff;
  width: 100%;
}
div.dokuwiki td.diff-blockheader {
  font-weight: bold;
}
div.dokuwiki table.diff th {
  border-bottom: 1px solid #847C75;
  font-size: 120%;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
div.dokuwiki table.diff td {
  font-family: monospace;
  font-size: 100%;
}
div.dokuwiki td.diff-addedline {
  background-color: #ddffdd;
}
div.dokuwiki td.diff-deletedline {
    background-color: #ffffbb;
}
div.dokuwiki td.diff-context {
    background-color: #f5f5f5;
}
div.dokuwiki table.diff td.diff-addedline strong,
div.dokuwiki table.diff td.diff-deletedline strong {
    color: red;
}

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

div.dokuwiki div.footnotes {
  clear: both;
  border-top: 1px solid #847C75;
  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;
}

/* insitu-footnotes */
div.insitu-footnote {
  position: absolute;
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #847C75;
  background-color: #f4eCe5;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */
  z-index: 2;
}

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

/* --------------- search result formating --------------- */
div.dokuwiki .search_result {
  margin-bottom: 6px;
  padding: 0 10px 0 30px;
}

div.dokuwiki .search_snippet {
  color: #5F5750;
  font-size: 12px;
  margin-left: 20px;
}

div.dokuwiki .search_sep {
  color: #000;
}

div.dokuwiki .search_hit {
  color: #000;
  background-color: #ff9;
}
div.dokuwiki strong.search_hit {
  font-weight: normal;
}

div.dokuwiki div.search_quickresult {
  margin: 0 0 15px 30px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dashed #847C75;
}
div.dokuwiki div.search_quickresult h3 {
  margin: 0 0 1.0em 0;
  font-size: 1em;
  font-weight: bold;
}

div.dokuwiki ul.search_quickhits {
  margin: 0 0 0.5em 1.0em;
}

div.dokuwiki ul.search_quickhits li {
  margin: 0 1.0em 0 1.0em;
  float:left;
  width: 30%;
}

/* ------------------ Additional ---------------------- */

div.footerinc {
    text-align: center;
}
.footerinc a img {
    /*opacity: 0.5;*/
    border: 0;
}

.footerinc a:hover img {
    /*opacity: 1;*/
}

/* ---------- AJAX quicksearch ----------- */

div.dokuwiki div.ajax_qsearch {
  position: absolute;
  right: 237px;;
  width: 200px;
  /*opacity: 0.9;*/
  display: none;
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #847C75;
  background-color: #f4eCe5;
  text-align: left;
  padding: 4px;
}

/* --------- Toolbar -------------------- */
button.toolbutton {
  background-color: #fff;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #847C75;
  cursor: pointer;
}

/* nice alphatransparency background except for IE <7 */
html>body button.toolbutton {
  background:  #fff url(/lib/tpl/navmenu/images/buttonshadow.png) repeat-x bottom;
}

div.picker {
  width: 250px;
  border: 1px solid #847C75;
  background-color: #C4BCB5;
  z-index: 99;
}

button.pickerbutton {
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}

select.toolbutton {
  height: 1.55em;
  margin: 2px 5px 2px 2px;
}

select.toolbutton option {
  margin: 2px 5px 2px 2px;
}

select.toolbutton option span.level_1 {
  margin-left: 10px;
}

select.toolbutton option span.level_1:before{
  content: "» ";
}

select.toolbutton option span.level_2 {
  margin-left: 20px;
}

select.toolbutton option span.level_2:before{
  content: "»» ";
}

select.toolbutton option span.level_3 {
  margin-left: 38px;
}

select.toolbutton option span.level_3:before{
  content: "»»» ";
}

select.toolbutton option span.level_4, select.toolbutton option span.level_5, select.toolbutton option span.level_6 {
  margin-left: 38px;
}

select.toolbutton option span.level_4:before{
  content: "»»»» ";
}

select.toolbutton option span.level_5:before{
  content: "»»»»» ";
}

select.toolbutton option span.level_6:before{
  content: "»»»»»» ";
}


/* ---------- Spellchecking ------------- */

div.dokuwiki a.spell_error {
  color: #f00;
  text-decoration: underline;
}

div.dokuwiki div#spell__suggest {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #000;
  font-size: 80%;
  display: none;
}

div.dokuwiki div#spell__result {
  border: 1px solid #847C75;
  color: #000;
  font-size: 14px;
  padding: 3px;
  background-color: #f4eCe5;
  display: none;
}

div.dokuwiki span.spell_noerr {
  color: #093;
}

div.dokuwiki span.spell_wait {
  color: #06c;
}

/* ---------------  Image Details  ----------------- */

div.dokuwiki div.img_big {
  float: left;
  width: auto;
  margin: 10px 0 0;
  background: #fff;
}

div.dokuwiki div.img_big img {
  display: block;
  width: auto;
  margin: 0 1em 1em;
  background: #fff;
  border: 1px solid #999;
}

div.dokuwiki dl.img_tags dt {
  font-weight: bold;
  background-color: #C4BCB5;
}
div.dokuwiki dl.img_tags dd {
  background-color: #f5f5f5;
}

div.dokuwiki div.imagemeta {
  color: #666;
  font-size: 70%;
  line-height: 95%;
}

div.dokuwiki div.imagemeta img.thumb {
  float:left;
  margin-right: 0.1em;
}

/* ---------------  Navmenu  ----------------- */

#navigation {
  margin: 0;
  padding: 4px 2px;
  color: #eee;
  background: #847C75;
  border-top: 1px solid #5F5750;
  border-right: 1px solid #5F5750;
  border-bottom: 1px solid #5F5750;
  border-left: 1px solid #5F5750;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
} 

#folder_all_img {
  display: none;
}

#folder_all_img  a{
  float: right;
  margin: 0 5px;
  padding: 0;
  background: transparent;
  line-height: normal;
} 


*#navmenu {
  margin: 0;
  padding: 0;
}


ul#navmenu {
  margin: 4px 2px 4px 8px;
	padding: 0;
	list-style: none outside;
	background: #fff url(/lib/tpl/navmenu/images/vln.gif) repeat-y 0 0;
  text-align: left;
	font-size: .8em;
}
 
ul#navmenu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	background: #fff url(/lib/tpl/navmenu/images/vln.gif) repeat-y 0 0;
}

ul#navmenu a:link,
ul#navmenu a:visited,
ul#navmenu a:hover,
ul#navmenu a:active{
	text-decoration:none;
	color:#000;
}

ul#navmenu li {
	margin: 0;
	padding: 2px 0 0 16px;
	background: transparent;
	line-height: 17px;
} 

ul#navmenu li.nm_file, ul#navmenu li.nm_dir, ul#navmenu li.current {
	background: #fff url(/lib/tpl/navmenu/images/corner.gif) no-repeat;
}

ul#navmenu li.arm {
	background: transparent url(/lib/tpl/navmenu/images/corner.gif) no-repeat;
}

ul#navmenu li.begin {
	background: #fff url(/lib/tpl/navmenu/images/corner.gif) no-repeat;
}

ul#navmenu li.end {
	background: #fff url(/lib/tpl/navmenu/images/corner.gif) no-repeat;
}

li.navmenu_closed ul {
    display: none;
}

li.navmenu_opened ul {
    /*display: ;*/
}

ul#navmenu a, ul#navmenu span {
	display: block;
	padding: 0 0 0 18px;
	line-height: 16px;
}

ul#navmenu a.nm_dir	{
	background: transparent url(/lib/tpl/navmenu/images/folder_closed.gif) no-repeat;
}

ul#navmenu span.current_dir	{
	background: transparent url(/lib/tpl/navmenu/images/folder_opened.gif) no-repeat;
}

ul#navmenu a.nm_file	{
	background: transparent url(/lib/tpl/navmenu/images/page.gif) no-repeat;
}

ul#navmenu span.current_file {
	background: transparent url(/lib/tpl/navmenu/images/page_curr.gif) no-repeat;
}

ul#navmenu li.navmenu_opened {
	background-image: url(/lib/tpl/navmenu/images/minus.gif);
	background-position: 0 0;
	background-repeat: no-repeat; 
}

ul#navmenu li.navmenu_closed {
	background-image: url(/lib/tpl/navmenu/images/plus.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul#navmenu li#home {
	margin-left: -5px;
	padding: 0 0 0 0px;
	background: transparent;
}
ul#navmenu li#home a, ul#navmenu li#home span {
	background: transparent url(/lib/tpl/navmenu/images/icon_home.gif) no-repeat;
}

ul#navmenu li span.nm_sort_show {
	display: block;
	float: left;
	margin-right: 2px;
}

ul#navmenu li span.nm_sort_hide {
	display: none;
	float: left;
	margin-right: 2px;
}

ul#navmenu li#home {
	background: #fff;
}

#navmenubox p{
	margin: 0;
}

#navmenubox p.nm_sort_hide a, #navmenubox p.nm_sort_show a {
	margin: 8px 0 0;
	padding: 3px 5px;
	background: #e4dcd5;
  font-size: .8em;
  cursor: pointer;
}

#navmenubox p.nm_sort_hide a.hide {
	display: none;
}

#navmenubox p.nm_sort_hide a.show {
	display: block;
}

#navmenubox p.nm_sort_show a.show {
	display: none;
}

#navmenubox p.nm_sort_show a.hide {
	display: block;
}





#sidecol p {
  margin: 5px;
  padding: 0;
} 

#sidecol input {
  margin: 5px 0 0 0;
  padding: 0;
  
} 

#sidecol p.sidecol_box_head {
  margin: 0 0 2px 0;
  padding: 4px 2px;
  color: #eee;
  background: #847C75;
  border-top: 1px solid #eee;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #eee;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
} 

ul#index {
  position: relative;
  margin: 0 50% 0 20px;
}


ul#index a.teaser_info {  
  text-decoration:none; 
}
ul#index a.teaser_info:hover { 
  cursor: help; 
  color:#c30; 
  background:white; 
}
ul#index a.teaser_info span { 
  display: none;
  margin: -1.2em -100% 0 10%; 
  padding: 5px; 
  font-size: .85em;
  text-decoration: none; 
}
ul#index a.teaser_info:hover span { 
  display: block;
  float: right;
  width: 98%;
  border: 1px dotted #ccc; 
  color: #333; 
  background: #eee; 
}

#logstatus h5, #logstatus p, #logstatus input.button {
  margin: 5px;
  padding: 0;
}

/* CSS Document */

#top_links {
  margin:0;
  padding: 2px 10px 0 50px;
  background: transparent;
  font-size: .9em;
  list-style:none;
}
#top_links li {
  float: left;
  margin: 2px 0 0 0;
  padding: 0;
}
#top_links a {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  background: transparent url(/lib/tpl/navmenu/images/tableft.gif) no-repeat 0 0;
  text-decoration:none;
}
#top_links a span {
  float: left;
  display: block;
  background: transparent url(/lib/tpl/navmenu/images/tabright.gif) no-repeat 100% 0;
  padding: 4px 15px 4px 6px;
  color: #e4dcd5;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_links a span {float:none;}
/* End IE5-Mac hack */
#top_links a:hover span {
  padding: 4px 15px 7px 6px;
  color: #241c15; /* F4ECE5 */
  background-position: 100% -100px;
}
#top_links a:hover {
  margin: -3px 0 0 0;
  padding: 0 0 0 5px;
  background-position: 0% -100px;
}

#show_hide_tab {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: 1px solid #847C75;
}

#show_hide_tab td {
	padding: 2px 2px 2px 4px;
	border: 1px solid #847C75;
}


#content div.mw_table {
	width: 100%;
  margin: 2px;
  padding: 1px;
  overflow: auto;
}


#content table.ref_tab {
  width: 120em; 
  margin: 2px;
  border: 1px solid #847C75;
  border-collapse: collapse;
  font-size: .9em;
  table-layout: fixed;

}

#content table.ref_tab a {
  color: #000;
  text-decoration: none;
}

#content table.ref_tab a.wikilink1 {
  font-weight: bold;
}

#content table.ref_tab a.wikilink2 {
  border: none;
}

#content table.ref_tab th {
	padding: 2px;
  color: #fff;
  background: #847C75;
  border: 1px solid #999;
  text-align: left;
}

#content table.ref_tab tr.tr_zebra_1 {
  color: #000;
  background: #ffc;
}

#content table.ref_tab tr.tr_zebra_2 {
  color: #000;
  background: #cff;
}

#content table.ref_tab tr:hover {
  color: #fff;
  background: #847C75;
}

#content table.ref_tab tr:hover a {
  color: #fff;
  background: #847C75;
}

#content table.ref_tab td {
  padding: 2px;
  background: transparent;
  border: 1px solid #847C75;
  overflow: visible;
}

#content table.ref_tab th.th_cell_1, #content table.ref_tab td.td_cell_1 {
  width: 40em;
}

#content table.ref_tab th.th_cell_2, #content table.ref_tab td.td_cell_2 {
  width: 24em;
}

#content table.ref_tab th.th_cell_3, #content table.ref_tab td.td_cell_3 {
  width: 36em;
}

#content table.ref_tab th.th_cell_4, #content table.ref_tab td.td_cell_4 {
  width: 16em;
}

#content table.ref_tab th.th_cell_5, #content table.ref_tab td.td_cell_5 {
  width: 2em;
  text-align: center;
}

#content table.ref_tab th.th_cell_6, #content table.ref_tab td.td_cell_6 {
  width: 2em;
  text-align: center;
}


#content table.ref_tab img.media {
  margin: 0;
}


/*
|# width="30%" width="20%" width="30%" width="14%" width="2%" width="2%" width="2%"
*/
div.secedit {
  position: relative;
  top: .5em;
  float: right;
  width: 8em;
  overflow: hidden;
}


a.se_bu, a.se_bd {
  display: block;
  float: right;
  margin: 0 0 0 3px;
}

div.dokuwiki div.secedit form div input.button {
  margin: 1px 0 0 0;
}

span.dlc {
  color: #5F5750;
  font-size: .8em;
}

div.subpages, div.pagenavi {
	margin: 10px;
}

h3.subpages img.subpages {
	float: right;
	margin: 0 -5px 0 0;	
}

h3.subpages a#subpages {
	float: left;
	margin: 7px 0 0 0;	
}

div.dokuwiki h3.subpages {
	min-height: 27px;
	margin: 0 5px 10px 0;
	vertical-align: baseline;	
}


table#pagenavi {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	background: #E4DCD5;
	border: 1px solid #5F5750;
}

table#pagenavi td {
	line-height: 1.4;
}

table#pagenavi td.uppage {
	padding: 0;
	background: transparent;
	border-bottom: 1px dotted #5F5750;
	text-align: center;
}

table#pagenavi td.prevpage {
	padding: 0 0 0 20px;
	background: transparent url(/lib/tpl/navmenu/images/icon_prev.gif) no-repeat 0 .1em;
	border-right: 1px dotted #5F5750;
	text-align: left;
}

table#pagenavi td.prevpage_empty {
	background: transparent;
	border-right: 1px dotted #5F5750;
}

table#pagenavi td.nextpage {
	padding: 0 20px 0 0;
	background: transparent url(/lib/tpl/navmenu/images/icon_next.gif) no-repeat 100% .1em;
	text-align: right;
}

table#pagenavi td.nextpage_empty {
	background: transparent;
}

table#pagenavi td.uppage a {
	padding: 0 0 0 40px;
	background: transparent url(/lib/tpl/navmenu/images/icon_up_folder.gif) no-repeat;
}

table#pagenavi a.pagenavi_dir {
	padding: 0 0 0 20px;
	background: transparent url(/lib/tpl/navmenu/images/folder_closed.gif) no-repeat;
}

table#pagenavi a.pagenavi_file {
	padding: 0 0 0 20px;
	background: transparent url(/lib/tpl/navmenu/images/page.gif) no-repeat;
}

div.folded>ul {
    margin: 10px 10px 10px 20px;
}

div.folded>p, div.folded>pre {
    margin: 10px;
}/**
 * The CSS in here cotrols the appearance of the media manager
 */

#media__wrapper {
    height: 100%;
    width: 100%;
    background: #fff;
    font-size: .9em;

}

#media__manager {
    height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

#media__left {
    float: left;
		height: 100%;
    width: 30%;
    margin: 0 0 0 0;
    border-right: solid 0 #847C75;
    background: transparent;
    overflow: auto;    
}

#media__right {
    height: 100%;
    margin: 0 0 0 31%;
    background: transparent;
    border-left: solid 1px #847C75;
    overflow: auto;   
}

#media__content {
    width: 100%;
    margin: 0;
}

#media__manager h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

/* --- Tree formatting --- */

#media__tree img {
    float:left;
    padding: 5px 5px 0 0;
}

#media__tree ul {
    margin: 0 0 5px 15px;
		list-style-type: none;
    list-style-image: none;
}

#media__tree li {
    clear: left;
    list-style-type: none;
    list-style-image: none;
}
* html #media__tree li {
    border: 1px solid #fff;
}/* I don't understand this, but this fixes a style bug in IE;
it's dirty, so any "real" fixes are welcome */

#media__tree li.nodir {
	margin-left: 15px;
}

/* --- options --- */

#media__opts {
    padding-left: 15px;
    margin-bottom: 10px;
}

#media__opts input {
    float: left;
    margin-top: 2px;
		line-height: 1em;
}
* html #media__opts input {
    position: static;
}

#media__opts label {
    margin-left: 10px;
}
* html #media__opts label {
    margin-left: 5px;
}

#media__opts br {
    clear: left;
}

/* --- file list --- */

#media__content img.load {
    margin: 1em auto;
}

#media__content #scroll__here {
    border: 1px dashed #847C75;
}

#media__content .even, #media__content .odd {
    float: left;
    clear: left;
    width: 98%;
}

#media__content .odd {
    background-color: #f4eCe5;
    padding: 1%;
}

#media__content .even {
    padding: 1%;
}

#media__content a.mediafile {
    margin-right: 1.5em;
    font-weight: bold;
}

#media__content div.detail {
    padding: 0.3em 0 0.3em 2em;
}

#media__content div.detail div.thumb {
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 0.4em;
}


#media__content img.btn {
    vertical-align: text-bottom;
}

#media__content div.example {
    color: #666;
    margin-left: 1em;
}

/* --- upload form --- */

#media__content div.upload {
    font-size: 90%;
    padding: 0 0.5em 0.5em 0.5em;
}

#media__content form.upload {
    display: block;
    border-bottom: solid 1px #847C75;
    padding: 0 0.5em 1em 0.5em;
}
#media__content form.upload fieldset {
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
}
#media__content form.upload p {
    clear: left;
    text-align: left;
    padding: 0.25em 0;
    margin: 0;
    line-height: 1.0em;
}
#media__content form.upload label {
    float: left;
    width: 30%;
}
#media__content form.upload label.check {
    float: none;
    width: auto;
}
#media__content form.upload input.check {
    margin-left: 30%;
}

/* --- meta edit form --- */

#media__content form.meta {
    display: block;
    padding: 0 0 1em 0;
}

#media__content form.meta label {
    display: block;
    width: 25%;
    float: left;
    font-weight: bold;
    margin-left: 1em;
    clear: left;
}

#media__content form.meta .edit {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    float: left;
    width: 70%;
    padding-right: 0;
    padding-left: 0.2em;
    margin: 2px;
}

#media__content form.meta textarea.edit {
    height: 8em;
}

#media__content form.meta div.metafield {
    clear: left;
}

#media__content form.meta div.buttons {
    clear: left;
    margin-left: 20%;
    padding-left: 1em;
}

