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_wpde {  background-image: url(/lib/images/interwiki/wpde.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_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.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: #66cc66; }
.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: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.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;
}

#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
div.dokuwiki div.newentry_form {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}

div.dokuwiki #blog__newentry_form input.edit {
  width: 95%;
}

div.dokuwiki tr.draft,
div.dokuwiki div.draft {
  opacity: 0.5;
}div.dokuwiki div#cloud { margin-bottom: 1em; }
div.dokuwiki div#cloud a.cloud1 { font-size: 10px; color: #d9e8ff; padding: 0.5em; }
div.dokuwiki div#cloud a.cloud2 { font-size: 12px; color: #c2daff; padding: 0.5em; }
div.dokuwiki div#cloud a.cloud3 { font-size: 14px; color: #9ec5ff; padding: 0.5em; }
div.dokuwiki div#cloud a.cloud4 { font-size: 16px; color: #61a0ff; padding: 0.5em; }
div.dokuwiki div#cloud a.cloud5 { font-size: 18px; color: #06f; padding: 0.5em; }/* 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.label {
    padding: 0.8em 0 0.6em 1em;
    vertical-align: top;
}

#config__manager td.label span.outkey {
    font-size: 70%;
    margin-top: -1.7em;
    margin-left: -1em;
    display: block;
    background-color: __background__;
    color: __text_neu__;
    float: left;
    padding: 0 0.1em;
}

#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.comment_wrapper {
  background-color: __background_alt__;
  margin: 1em -1em;
  padding: 0.5em 1em;
  clear: both;
}

div.dokuwiki div.comment_form {
  margin-top: 2em;
  clear: both;
}

div.dokuwiki #discussion__comment_form label input.edit {
  width: 75%;
}

div.dokuwiki .comment_head {
  font-size: 80%;
  color: __text_neu__;
  padding-top: 0.5em;
  margin-top: 1em;
  clear: both;
}

div.dokuwiki .comment_head abbr {
  border-bottom: 0;
}

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

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

div.dokuwiki .comment_body {
  padding-top: 0.5em;
}

div.dokuwiki div.comment_replies {
}

div.dokuwiki div.comment_hidden {
  opacity: 0.5;
}

div.dokuwiki div.comment_buttons {
  float: right;
  font-size: 10px;
  cursor: pointer;
  display: inline;
}

div.dokuwiki div.comment_buttons input.button {
  border: 1px solid __border__;
  color: __text__;
  background-color: __background__;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 0.5em;
}

div.dokuwiki div.comment_line {
  padding-top: 0.5em;
  border-bottom: 1px solid __border__;
}

div.dokuwiki div.newthread_form {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}

div.dokuwiki #discussion__newthread_form input.edit {
  width: 95%;
}

div.dokuwiki ul.admin_discussion li.hidden {
  opacity: 0.5;
}

div.dokuwiki ul.admin_discussion span.abstract {
  color: __text_neu__;
}
table.gallery {
  margin-left: auto;
  margin-right: auto;
}

table.gallery td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

table.gallery img.tn {
  padding: 0.4em;
  border: 1px solid #000;
}

div.gallery {
  clear: left;
  width: 80%;
  text-align: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

div.gallery div {
  float: left;
}

div.gallery img.tn {
  margin: 9px;
  vertical-align: middle;
  padding: 0.4em;
  border: 1px solid #000;
}

/* 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: #333;
    background-color: #eee;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

* html #gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlayie.png);
}
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(/lib/plugins/include/images/link.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta abbr.published {
  background: transparent url(/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(/lib/plugins/include/images/user.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta span.comment {
  background: transparent url(/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;
}.newpagelabel {
	font-weight: bold;
}

/*
 * 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 */
div.dokuwiki div.tags {
  border-top: 2px dotted __border__;
  font-size: 95%;
  text-align: right;
  clear: both;
}

div.dokuwiki div.tags span {
  background: transparent url(/lib/plugins/tag/images/tag.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
div.dokuwiki a.feed {
  background: transparent url(/lib/plugins/feed/images/rss_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
/* 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.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;
}.dokuwiki #plugin__captcha_wrapper img {
    margin: 1px;
    vertical-align: bottom;
    border: 1px solid __border__;
}

div.dokuwiki div.linkback_wrapper {
  background-color: __background_alt__;
  margin: 1em -1em;
  padding: 0.5em 1em;
  clear: both;
}

div.dokuwiki .linkback_head {
  font-size: 80%;
  color: __text_neu__;
  padding-top: 0.5em;
  margin-top: 1em;
  clear: both;
}

div.dokuwiki .linkback_head a.urlextern {
  background: none;
  padding: 1px 0px 1px 0px !important;
  margin-left: 0px;
}

div.dokuwiki .linkback_head span.sender {
  padding: 1px 0px 1px 0px;
}

div.dokuwiki .linkback_head .sender .medialeft {
	margin: 0px 14px 0px 0px !important;
}

div.dokuwiki .linkback_head abbr {
  border-bottom: 0;
}

div.dokuwiki .linkback_head abbr.received {
  background: transparent url(/lib/plugins/linkback/images/date.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki .linkback_body {
  padding-top: 0.5em;
}

div.dokuwiki div.linkback_hidden {
  opacity: 0.5;
}

div.dokuwiki div.linkback_buttons {
  float: right;
  font-size: 10px;
  cursor: pointer;
  display: inline;
}

div.dokuwiki div.linkback_buttons input.button {
  border: 1px solid __border__;
  color: __text__;
  background-color: __background__;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 0.5em;
}

div.dokuwiki div.linkback_line {
  padding-top: 0.5em;
  border-bottom: 1px solid __border__;
}

.dokuwiki #plugin__linkback_wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
}
/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 * @author Michael Klier <chi@chimeric.de>
 *
 * Modification for mmClean Theme
 * @author Marcin Mierzejewski <marcin@mierzejewski.net>
 */


/* -------------- top row --------------- */

div.page b.rtop, 
div.page b.rbottom
{
    display:block;
    background: #111;
}

div.page b.rtop b, 
div.page b.rbottom b
{   
    display:block;
    height: 1px;
    overflow: hidden;
    background: #181c24;
}

div.header b.rtop,
div.header b.rbottom
{
    display:block;
    background: #181c24;
}

div.header b.rtop b,
div.header b.rbottom b
{   
    display:block;
    height: 1px;
    overflow: hidden;
    background: #555;
}

div.footer b.rtop,
div.footer b.rbottom
{
    display:block;
    background: #181c24;
}

div.footer b.rtop b,
div.footer b.rbottom b
{   
    display:block;
    height: 1px;
    overflow: hidden;
    background: #555;
}

b.r1
{
    margin: 0 5px
}

b.r2
{
    margin: 0 3px
}

b.r3
{
    margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px
}

.header 
{
    margin-bottom: 0px;
    background: #555;
/*
    border:1px solid #c3c3c3;
    background-image: url(/lib/tpl/mmClean/../images/header.png);
    background-position: top left;
    background-repeat: no-repeat;
*/
}

.stylefoot 
{
  display:block;
  border-top:1px solid #666;
  margin-top:10px;
  font-weight:normal;
  text-align:right;
}

.pagename a:link, .pagename a:visited 
{
  color: #ccc;
  text-decoration:none;
}

.pagename a:hover, .pagename a:active 
{
  color: #fff;
}

.logo 
{
/*	float:right;*/
	font-weight:normal;
	text-align:right;
    margin-right:13px !important;
    margin-right:9px;
    margin-top:9px;
    height: 132px;
}

.logo a:link, .logo a:visited, .logo a:hover, .logo a:active 
{
	color:#f8f8f8;
	text-decoration:none;
	letter-spacing:2pt;
}

#bar_bottom {
  display:block;
  margin-bottom:3px;
}

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

div.meta {
  clear: both;
  color:#666;
  font-size:0.8125em;
  text-align:right;
}

div.meta div.user {
}

div.meta div.doc{
}

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #666;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #666;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
	margin-left:0.5em;
}

div.mediaref .search_result {
	padding-left:1em;
}

.mediaref_ref {
	color:#009900;
}

div.mediaref_hidden {
	margin-top:1em;
	text-align:center;
	font-size:1.2em;
	color:#BB0000;
}

div.mediaref_footer {
	margin-top:1em;
	text-align:center;
}

/**
 * main layout by
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Anika Henke <henke@cosmocode.de>
 * @author Michael Klier <chi@chimeric.de>
 *
 * Modification for mmClean template
 * @author Marcin Mierzejewski <marcin@mierzejewski.net>
 */

/* -------------- general elements --------------- */

body 
{
  font: 80% Verdana, "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size:  0.8125em;
  margin: 0;
  padding: 0;
  margin-top:10px;
  margin-bottom:10px;
  background-attachment:scroll;
  line-height:120%;
  background:#111;
}

div.page
{
  margin: auto;
  width: 770px;
  background: #181c24;
  color: #999;
}

div.container
{
    padding: 10px;
    padding-top: 8px;
    width: 750px;
}

div.content_with_sidebar, div.content
{
  text-align: justify;
  float:left;
  width:580px;
  padding: 10px;
}

div.content 
{
  width: 730px;
  background-color: #181c24;
}

table 
{
  padding:0;
  margin:0;
/*   font-size:0.8125em; */
}

tr,td,th 
{
    padding:0; 
    margin:0;
    vertical-align:top;
}

tr:hover 
{
/*   background:#f8f8f8; */
}

img 
{
    border:0
}

p 
{
    margin: 0 0 1.0em 0;
    margin: 0;
    padding:0; 
/*     font-size:0.8125em; */
    color: #999;
}

hr 
{
  border: 0px;
  border-top: 1px solid #666;
  text-align:center;
  height: 0px;
}

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

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

form {
  border: none;
  margin: 0;
  display: inline;
}

div.searchform 
{
    float:right;
     margin-right:11px !important;
/*     margin-bottom:11px !important; */
}

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

label.simple {
text-align: left;
font-weight: normal;
}

label input.edit {
width: 50%;
}

fieldset {
width: 300px;
text-align: center;
border: 1px solid #666;
padding: 0.5em;
}

textarea.edit {
font-family:monospace;
border: 1px solid #666;  
color: #333;
background-color: #fdfdfd;
font-size:11px;
padding: 3px;
width:99%;
}

input.edit,select.edit {
border: 1px solid #666;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
height:14px;
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
padding: 1px;
display: inline;
}

input#qsearch_in {
width:128px !important;
width:134px;
}

input.missing {
font-size: 80%;
border: 1px solid #666;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
color: #333;
background-color: #ffcccc;
vertical-align: middle;
padding: 1px;
display: inline;
}

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


input.button, button.button{
border: 1px solid #666;  
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
text-decoration:none;
cursor: pointer;
font-size:0.8125em;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
margin: 1px;
display: inline;
}

div.secedit input.button {
border: 1px solid #666;
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
text-decoration:none;
margin: 0px;
padding: 0px;
font-size: 10px;
cursor: pointer;
height: 15px !important;
max-height: 15px !important;
min-height: 15px !important;
float:right;
display: inline;
margin-top:10px;
margin-bottom:10px;
}

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

div.pagenav {
margin-top:1em;
}

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

div.pagenav-prev input.button {
margin-right:5px;
}

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

div.pagenav-next input.button {
margin-left:5px;
}

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

a {
color:#fff;
text-decoration:none;
}
a.link:hover {
color:#fff;
text-decoration:underline;
}

/* windows share */
a.windows{
/*  background: transparent url(/lib/tpl/mmClean/../images/windows.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;*/
  color:#444;
  text-decoration:none;
} 
a.windows:visited {
color:#444;
}
a.windows:hover { 
text-decoration:underline;
}

/* interwiki link */
a.interwiki{
/*  background: transparent url(/lib/tpl/mmClean/../images/interwiki.png) 0px 1px no-repeat;
  padding-left: 16px;*/
  color:#fff;
  text-decoration:none;
}
a.interwiki:visited {
color:#444;
}
a.interwiki:hover {
text-decoration:underline;
}

/* link to some embedded media */
a.media {
color:#fff;
text-decoration:none;
}
a.media:hover {
color:#fff;
text-decoration:underline
}

/* email link */
a.mail {
/*background: transparent url(/lib/tpl/mmClean/../images/mail_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;*/
color:#fff;
text-decoration:none;
}
a.mail:hover {
text-decoration:underline;
}

/* existing wikipage */
a.wikilink1:link    { color:#fff; text-decoration:none }
a.wikilink1:visited { color:#ccc; text-decoration:none }
a.wikilink1:hover   { color:#fff; text-decoration:underline }

/* not existing wikipage */
a.wikilink2:link    { color:#f00; text-decoration:none }
a.wikilink2:visited { color:#f00; text-decoration:none }
a.wikilink2:hover   { color:#f00; text-decoration:underline }

/* external link */
a.urlextern{
/*  background: transparent url(/lib/tpl/mmClean/../images/link_icon.png) 0px 0px no-repeat;
  padding: 1px 0px 1px 18px;*/
  color:#fff;
  text-decoration:none;
}
a.urlextern:visited {
color:#fff;
}
a.urlextern:hover {
text-decoration:underline;
}


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

div.preview{
padding: 4px;
border: 1px dashed #c3c3c3;
}

div.breadcrumbs{
color: #666666;
float:left;
line-height:140%;
margin-left:2px;
font-size:11px;
width:187px;
}

span.user{
color: #cccccc;
}

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

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

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

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

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

/* general headline setup */
h1, h2, h3, h4, h5 
{
  color: #333;
  font-family: Verdana, Georgia, "Lucida", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-left:    0;
  margin-right:   0;
  margin-top:     0.5em;
  margin-bottom:  0.5em;
  padding-left:   0;
  padding-right:  0;
  padding-bottom:  0px;
  clear: left;
  font-size: 11px;
}

/* special headlines */
h1 { border-bottom: 1px solid #666; font-size: 17px; margin-top: 1em; margin-bottom: 1em;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}

/* unordered lists */
ul 
{ 
line-height: 1.5em;
/* font-size:0.8125em; */
list-style-type: square;
padding: 0;
margin: 0px;
margin-left: 20px;
margin-bottom: 10px;
list-style-image: url(/lib/tpl/mmClean/images/bullet.gif);
}

/* ordered lists */
ol {
/* font-size:0.8125em; */
line-height: 1.5em;
margin-left:25px;
padding: 0;
color: #999;
font-weight: bold;
list-style-image: none;
}

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

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

li.open {
list-style-image: url(/lib/tpl/mmClean/images/open.gif);
}

li.closed {
list-style-image: url(/lib/tpl/mmClean/images/closed.gif);
}

blockquote {
font-size:11px;
border-left: 2px solid #666;
padding-left: 3px;
margin-left: 0;
}

/* code blocks by indention */
pre.pre {
padding: 0.5em;
border: 1px dashed #666;
color: #000;
background-color: #555;
overflow: auto;
}

/* code blocks by code tag */
pre.code {
padding: 0.5em;
border: 1px dashed #c3c3c3;
color: #000;
background-color: #555;
overflow: auto !important;
overflow: scroll;
width:90%;
line-height:140%;
}

/* inline code words */
code {
}

/* code blocks by file tag */
pre.file {
padding: 0.5em;
border: 1px dashed #666;
color: #333;
background-color: #dee7ec;
overflow: auto;
}

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

table.inline th {
padding: 3px;
border: 1px solid #666;
background-color: #dee7ec;
}

table.inline td {
padding: 3px;
border: 1px solid #666;
}

.leftalign{
text-align: left;
}

.centeralign{
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #666;
}

.rightalign{
text-align: right;
}

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

div.toc {
margin-left: 10px;
margin-bottom: 0;
margin-top: 10px !important;
margin-top: 10px;
margin-bottom:20px;
float:right;
width: 250px;
clear:both;
}

div.tocheader {
border: 1px solid #c3c3c3;
background-color: #fdfdfd;
text-align: left;
font-weight:bold;
margin-bottom: 1px;
padding-left:5px;
font-size:11px;
}

div.toctoggle {
float:right;
margin-top:0.5em;
margin-right:5px;
}

div.toctoggle img {
width:0.8em;
height:0.8em;
}

#tocinside {
border: 1px solid #c3c3c3;
background-color: #fdfdfd;
text-align: left;
padding-top: 0.5em;
padding-bottom: 0.7em;
}

ul.toc {
font-size:10px;
list-style-type: none;
list-style-image: none;
line-height: 1.2em;
margin: 0;
padding: 0;
padding-left: 0.8em;
}

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

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

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

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

/* ---------------------------- Diff rendering --------------------------*/
table.diff { background:#fdfdfd; }
td.diff-blockheader {font-weight:bold}
td.diff-header {
border-bottom: 1px solid #666;
font-size:120%;
}
td.diff-addedline {
  background:#ddffdd;
  font-family: monospace;
  font-size: 100%;
}
td.diff-deletedline { 
  background:#ffffbb;
  font-family: monospace;    
  font-size: 100%;
}
td.diff-context {
  background:#f7f9fa;
  font-family: monospace;
  font-size: 100%;
}
span.diffchange { color: red; }

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

div.footnotes{
    
    height: 35px;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

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

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

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

/* insitu-footnotes */
div.insitu-footnote {
font-size: 80%;
line-height: 1.2em;
border: 1px solid #666;
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 */
* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
padding-bottom: 18px;
}

/* --------------- search result formating --------------- */
.search_result{
margin-bottom: 6px;
padding-left: 16px;
padding-right: 10px;
}

.search_snippet{
color: #999999;
font-size: 12px;
margin-left: 20px;
}

.search_sep{
color: #000000;
}

.search_hit{
/*   color: #000000; */
  background: #283c44;
}

div.search_quickresult{
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-left: 8px;
  padding-right: 10px;
  background: url(/lib/tpl/mmClean/images/hborder.jpg) repeat-x 0px 15px;
}

div.search_quickhits {
  margin-left: 8px;
  float:left;
  background: transparent url(/lib/tpl/mmClean/images/bullet.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 8px;
  width: 30%;
}

/* ------------------ Additional ---------------------- */
.footer
{
  font-size: 80%;
  height: 50px;
  background: #555;
  color: #ccc;
  padding: 0px;
}

.footer a
{
    font-weight: bold;
    color: #ccc;
}

.footer a:hover
{
  color: #fff;
  text-decoration: none;
}

/* ---- Admin --- */

div.acladmin label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

div.acladmin table{
  margin-left: 10%;
  width: 80%;
}

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

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

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

a.spell_error {
  color: #ff0000;
  text-decoration: underline;
}

div#spell_suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fdfdfd;
  padding: 2px;
  border: 1px solid #000;
  font-size:80%;
  z-index: 2;
}

div#spell_result {
  display:none;
  font-family:monospace;
  border: 1px solid #666; 
  color: #333;
  font-size:14px;
  padding: 3px;
  background-color: #f7f9fa;
  overflow: auto;
  z-index: 1;

  
  /*#fdfdfd-space: pre-wrap;       /* css-3 */
  /*#fdfdfd-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  /*#fdfdfd-space: -pre-wrap;      /* Opera 4-6 */
  /*#fdfdfd-space: -o-pre-wrap;    /* Opera 7 */
  /*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span.spell_noerr {
  color: #009933;
}

span.spell_wait {
  color: #0066cc;
}

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

div.img_big {
  float: left;
  margin-right: 0.5em;
}

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

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

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

/* -------------- Media Popup ---------------------- */

div.mediaselect-right li, div.uploadform { 
  clear: both;
}

div.mediaedit div.data label{
	display: block;
  text-align: right; 
  width: 20%;
  float: left;
  margin-right: 0.5em;
}

div.mediaedit div.data input, div.mediaedit div.data textarea{
  width: 75%;
  padding: 0.1em;
  margin: 0.1em;
}

div.mediaedit div.data input.button {
  width: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.img_detail
{
    border:0;
}

tr, td, th {padding:0; margin:0;}

img {border:0}

p {padding:0; margin: 0 0 1.0em 0;}

/* ------------ blog -------------- */

div.tags {
    float:right;
    font-style: italic;
}
div.tags:before {content: "Tags: ";}
/**
 * css for mmClean template 
 *
 * @author Michael Klier <chi@chimeric.de> 
 *
 * Modification for mmClean Theme
 * @author Marcin Mierzejewski <marcin@mierzejewski.net>
 */

div.topbar a.wikilink2:link,
div.topbar a.wikilink2:active,
div.topbar a.wikilink2:visited,
div.topbar a.wikilink1:link,
div.topbar a.wikilink1:active,
div.topbar a.wikilink1:visited,
div.topbar a.interwiki:link,
div.topbar a.interwiki:active,
div.topbar a.interwiki:visited,
div.topbar a.urlextern:link,
div.topbar a.urlextern:active,
div.topbar a.urlextern:visited
{
    font-size: 11px;
    font-weight: bold;
    
    height: 22px;
    display: block;
    padding-right: 10px; 
    padding-left: 10px; 
    text-decoration: none;
    color: #CCCCCC;
    margin-left: 5px;
    white-space: nowrap;
    text-align: center;
/*    width: 50px;*/
    float: left;
}

div.topbar a.wikilink2:hover,
div.topbar a.wikilink1:hover,
div.topbar a.interwiki:hover,
div.topbar a.urlextern:hover 
{
    text-decoration: none; 
    height: 2em;
/*     border-bottom: 2px solid #fff; */
    color: #fff;
    background: #333;
}


div.topbar h1,
div.topbar h2,
div.topbar h3,
div.topbar h4,
div.topbar h5,
div.topbar h6 
{
  font-size:0.8125em;
  font-family: Verdana;
  font-weight:bold;
  padding-bottom: 0px;
}

div.topbar
{
    height: 22px;
    border: 0px;
    background: #555;
    width: 100%;
    list-style: none;
}

div.topbar ul
{ 
    padding: 0px;
	margin: 0px;
    padding-top: 0px;
    list-style: none;
    white-space: nowrap;
}

div.topbar li
{ 
    width: auto !important;
    float: left;
    margin: 0px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    margin-right: 1px;	
}
/**
 * css for mmClean template 
 *
 * @author Michael Klier <chi@chimeric.de> 
 *
 * Modification for mmClean Theme
 * @author Marcin Mierzejewski <marcin@mierzejewski.net>
 */

div.sidebar a.wikilink2:link,
div.sidebar a.wikilink2:active,
div.sidebar a.wikilink2:visited,
div.sidebar a.wikilink1:link,
div.sidebar a.wikilink1:active,
div.sidebar a.wikilink1:visited,
div.sidebar a.interwiki:link,
div.sidebar a.interwiki:active,
div.sidebar a.interwiki:visited,
div.sidebar a.urlextern:link,
div.sidebar a.urlextern:active,
div.sidebar a.urlextern:visited
{
  font-size: 11px;
  text-decoration:none;
  color:#000;
  line-height:140%;
  display: block;
  padding: 0.2em;
  padding-left: 5px
}

div.sidebar li.level2 a.wikilink1
{
    padding-left: 15px;
}

div.sidebar li.level3 a.wikilink1
{
    padding-left: 25px;
}

div.sidebar li.level2 a.urlextern
{
    padding-left: 15px;
}

div.sidebar li.level3 a.urlextern
{
    padding-left: 25px;
}

div.sidebar li.level2 a.feed
{
    padding-left: 15px;
}

div.sidebar li.level3 a.feed
{
    padding-left: 25px;
}

div.sidebar a.wikilink2:hover,
div.sidebar a.wikilink1:hover,
div.sidebar a.interwiki:hover,
div.sidebar a.urlextern:hover 
{
    text-decoration: none; 
   border-right: 4px solid #fff;
    color: #fff;
    background: #333;
}

div.sidebar h1,
div.sidebar h2,
div.sidebar h3,
div.sidebar h4,
div.sidebar h5,
div.sidebar h6 
{
    color:#000;
    font-weight:bold;
    font-size: 11px;
    padding-left: 5px;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.sidebar h1
{
    border-bottom: 1px solid #000000;
}

div.sidebar strong
{
    padding: 0.2em; 
    padding-left: 5px;
}

div.sidebar
{
    float: left;
    width: 150px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #555;
}

div.sidebar ul
{ 
    padding: 0;
    margin: 0;
    list-style-image: none;
}

div.sidebar li
{ 
    display: block;
    background: 0;
}

div.sidebar b.rtop,
div.sidebar b.rbottom
{
    display:block;
    background: #181c24;
}

div.sidebar b.rtop b,
div.sidebar b.rbottom b
{   
    display:block;
    height: 1px;
    overflow: hidden;
    background: #555;
}

