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_bz2 {  background-image: url(/lib/images/fileicons/bz2.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; }

/* 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#acl_manager div#acl__tree {
    font-size: 90%;
    width: 25%;
    height: 300px;
    float: left;
    overflow: auto;
    border: 1px solid #7490ac;
    text-align: left;
}

div#acl_manager div#acl__tree a.cur {
    background-color: #ff9;
    font-weight: bold;
}

div#acl_manager div#acl__tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#acl_manager div#acl__tree li {
    padding-left: 1em;
}

div#acl_manager div#acl__tree ul img {
    margin-right: 0.25em;
    cursor: pointer;
}

div#acl_manager div#acl__detail {
    width: 73%;
    height: 300px;
    float: right;
    overflow: auto;
}

div#acl_manager div#acl__detail fieldset {
    width: 90%;
}

div#acl_manager div#acl__detail div#acl__user {
    border: 1px solid #7490ac;
    padding: 0.5em;
    margin-bottom: 0.6em;
}

div#acl_manager table.inline {
    width: 100%;
    margin: 0;
}

div#acl_manager .aclgroup {
    background: transparent url(/lib/plugins/acl/pix/group.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .acluser {
    background: transparent url(/lib/plugins/acl/pix/user.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclpage {
    background: transparent url(/lib/plugins/acl/pix/page.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclns {
    background: transparent url(/lib/plugins/acl/pix/ns.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager label.disabled {
  color: __text_neu__!important;
}

#acl_manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

#acl_manager table {
  margin-left: 10%;
  width: 80%;
}

#acl_manager table tr {
    background-color: inherit;
}

#acl_manager table tr:hover {
    background-color: __background_alt__;
}

/*
 * 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 */
/* plugin:box */
div.box {
  width: 50%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
  overflow: hidden;
}

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

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

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

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

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

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

/* floating alignment */

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

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

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

div.box p.box_title, div.box p.box_caption { background: #dee7ec;}
div.box .box_content { background: #f7f9fa;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* IE fixes for unsupported child selector \*/

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

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

* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #dee7ec;}
* html div.box div.box .box_content { background: #f7f9fa;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end plugin:box *//* 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: #222;
  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 label {
    clear: both;
    display: block;
}

#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;
    position: relative;
    z-index: 1;
}

#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.gallery table td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

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

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

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

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

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

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

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

div.dokuwiki div.gallery_center {
    margin-left: auto;
    margin-right: auto;
}

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

/* for pagination */
div.dokuwiki div.gallery div.gallery_pages {
    float: none;
    text-align: left;
}

/* 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);
}
/*
 * WARNING:
 * This file was automatically created by the gCalendar-plugin.
 * Do NOT edit this file, because your changes will be overwritten !
 */

/* ############################ copied from file 'inc/standard.css' ############################ */

/*
 * standard.css is the main style-sheet for the dokuwiki-plugin gCalendar
 *
 * you should not edit this file. modify this files:
 *
 *   /user/background.css	--> to set background-pictures for specific events
 *   /user/events.css       --> to set event-Pictures and text-styles for your events
 *   /user/other.css        --> to optionally overwrite the styles in the standard.css file 
 */


/* main-table definition ----------------------------------------------------------------------- */

.gCal_table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid black;
	padding: 0px;
	margin: 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}

/* current-date in table-header ---------------------------------------------------------------- */

.gCal_currentDate {
	padding:5px;
	font-size:0.5em;
	color : gray;
}

/* navi-table (header of main-table) ----------------------------------------------------------- */

.gCal_naviTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #DDD;
	padding: 0px;
	margin: 0px;

	font-size: 2em;
	line-height: 1em;
	
	border-bottom: 1px solid black;
}

.gCal_link_prev {text-align: left}
.gCal_link_next {text-align: right} 


/* column-header ------------------------------------------------------------------------------- */

.gCal_columnHead {
	background-color: #EEE;
}

.gCal_header a,
.gCal_header a:visited,
.gCal_columnHead a,
.gCal_columnHead a:visited {color: blue}


/* definition of event to page links ----------------------------------------------------------- */

.gCal_pagelink a,
.gCal_pagelink a:visited {
	color: #888;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-top : 1px solid blue;
	border-bottom : 1px solid blue;
}

.gCal_pagelink a:hover {
  background: Blue;
  color: white;
  text-decoration: none;
}


/* hide some elements on printout -------------------------------------------------------------- */

@media print {  
	.gCal_currentDate,
	.gCal_link_prev,
	.gCal_link_next,
	.gCal_pagelink a		{display:none}
}


/* style of date and weekday in month-view */

.gCal_mv_day     {
	font-size: 1.2em; 
	font-weight: bold;
}

.gCal_mv_weekday {
	font-size: 0.8em; 
	font-weight: bold;
}

/* Weekdays  0=sunday ... 6=saturday */

td.gCal_wd {
	border: 1px solid black;
	padding: 3px;
}

td.gCal_wd_datecell {text-align: center}

.gCal_wd {
	background-color: transparent;
	font-size: 1em;
    color: black;
}

.gCal_wd_6 { /* saturday */
	background-color: #DDD;
}

.gCal_wd_0 { /* sunday */
	background-color: #FDD;
	color: red;
}

td.gCal_wd_0 { /* sunday */
	border-bottom: 2px solid black;
}

td.gCal_wd_6 { /* saturday */
	border-top: 2px solid black;
}

@media screen {
  td.gCal_today {
	background-color: yellow;
	border-top: 3px solid #FFA500; /*orange*/
	border-bottom: 3px solid #FFA500; /* orange*/
  }

  td.gCal_todayFrame {
    border-top: 3px solid #FFA500;
    border-bottom: 3px solid #FFA500;
  }
}


/* category-styles for date entries. The category has to be capitalized ! ---------------------- */

.gCal_event {  /* Standard definition of an event entry */
	display: block;
	font-size: 0.9em;
	color:black;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(/lib/plugins/gcalendar/images/date.gif) no-repeat center left;
}


/* ########################## copied from file 'user/background.css' ########################### */


/* This is the place to define background-styles like for holidays etc.    */

.gCal_cell_cat_VACATION,
.gCal_cell_cat_VACATIONS,
.gCal_cell_cat_HOLIDAY,
.gCal_cell_cat_HOLIDAYS,
.gCal_cell_cat_FERIEN,
.gCal_cell_cat_URLAUB
{
	background-image: url(/lib/plugins/gcalendar/images/holiday2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
}


.gCal_cell_cat_RED   {background-color: #FAA   }
.gCal_cell_cat_GREEN {background-color: #90EE90; }
.gCal_cell_cat_BLUE  {
	background-color: #ADD8E6;
}

/* ############################ copied from file 'user/events.css' ############################# */


/* category-styles for date entries. ----------------------------------------------------------- */

.gCal_cat_DOCTOR,
.gCal_cat_ARZTTERMINE
{
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(/lib/plugins/gcalendar/images/doc.gif);
}

.gCal_cat_DENTIST,
.gCal_cat_ZAHNARZT
{
	color: Red;
	font-weight: bold;
	background-image: url(/lib/plugins/gcalendar/images/dentist.png);
}

.gCal_cat_PARTY,
.gCal_cat_FEIERN
{
	color: Green;
	font-weight: bold;
	padding-left: 45px;
	padding-bottom: 10px;
	background-image: url(/lib/plugins/gcalendar/images/party.gif);
}

.gCal_cat_BIRTHDAY,
.gCal_cat_BIRTHDAYS,
.gCal_cat_GEBURTSTAGSLISTE,
.gCal_cat_GEBURTSTAG,
.gCal_cat_GEBURTSTAGE
{
	color: Green;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/lib/plugins/gcalendar/images/birthday.gif);
}

.gCal_cat_WERKSTATT,
.gCal_cat_REPAIR
{
	color: Green;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/lib/plugins/gcalendar/images/car-repair.gif);
}

.gCal_cat_SPIELPLAN,
.gCal_cat_SPIELFESTE,
.gCal_cat_PUNKTSPIELE,
.gCal_cat_FUSSBALL,
.gCal_cat_SOCCER,
.gCal_cat_SPORT
{
	color: Green;
	font-weight: bold;
	background-image: url(/lib/plugins/gcalendar/images/ball.gif);
}

.gCal_cat_POKALSPIELE
{
	color: Green;
	font-weight: bold;
	background-image: url(/lib/plugins/gcalendar/images/pokal.gif);
}

.gCal_cat_BILL,
.gCal_cat_ABRECHNUNG,
.gCal_cat_GELD,
.gCal_cat_MONEY
{
	color: Green;
	font-weight: bold;
	background-image: url(/lib/plugins/gcalendar/images/money.gif);
}

.gCal_cat_MUSIK,
.gCal_cat_MUSIC
{
	color: Green;
	font-weight: bold;
	background-image: url(/lib/plugins/gcalendar/images/musicnote.gif);
}

.gCal_cat_CALLCENTER
{
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(/lib/plugins/gcalendar/images/callcenter.gif);
}
/* ############################# copied from file 'user/other.css' ############################# */

/********************************************************************
Screen Styles for the Wrap Plugin (additional to all.css)
********************************************************************/

/* box
********************************************************************/

.dokuwiki .wrap_box {
    background: __background_alt__;
    color: #222;
/*
    overflow: hidden;
*/
}
.dokuwiki div.wrap_box {
    padding: 1em 1em .5em;
    margin-bottom: 1.5em;
}
.dokuwiki span.wrap_box {
    padding: 0 .3em;
}

/*____________ notes with icons ____________*/

/* general styles for all note divs */
.dokuwiki div.wrap_info, .dokuwiki div.wrap_information, .dokuwiki div.wrap_important, .dokuwiki div.wrap_warning, .dokuwiki div.wrap_tip, .dokuwiki div.wrap_help, .dokuwiki div.wrap_todo, .dokuwiki div.wrap_download {
    padding: 1em 1em .5em 70px;
    margin-bottom: 1.5em;
    min-height: 68px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    color: #000;
}
/* special treatment for IE6 */
* html .dokuwiki div.wrap_info, * html .dokuwiki div.wrap_information, * html .dokuwiki div.wrap_important, * html .dokuwiki div.wrap_warning, * html .dokuwiki div.wrap_tip, * html .dokuwiki div.wrap_help, * html .dokuwiki div.wrap_todo, * html .dokuwiki div.wrap_download {
    height: 68px;
}
/* general styles for all note spans */
.dokuwiki span.wrap_info, .dokuwiki span.wrap_information, .dokuwiki span.wrap_important, .dokuwiki span.wrap_warning, .dokuwiki span.wrap_tip, .dokuwiki span.wrap_help, .dokuwiki span.wrap_todo, .dokuwiki span.wrap_download {
    padding: 0 2px 0 20px;
    min-height: 20px;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    color: #000;
}
/* special treatment for IE6 */
* html .dokuwiki span.wrap_info, * html .dokuwiki span.wrap_information, * html .dokuwiki span.wrap_important, * html .dokuwiki span.wrap_warning, * html .dokuwiki span.wrap_tip, * html .dokuwiki span.wrap_help, * html .dokuwiki span.wrap_todo, * html .dokuwiki span.wrap_download {
    height: 20px;
}

/*____________ information ____________*/
.dokuwiki .wrap_info, .dokuwiki .wrap_information { background-color: #d1d7df; }
.dokuwiki div.wrap_info, .dokuwiki div.wrap_information { background-image: url(/lib/plugins/wrap/images/note/48/info.png); }
.dokuwiki span.wrap_info, .dokuwiki span.wrap_information { background-image: url(/lib/plugins/wrap/images/note/16/info.png); }

/*____________ important ____________*/
.dokuwiki .wrap_important { background-color: #ffd39f; }
.dokuwiki div.wrap_important { background-image: url(/lib/plugins/wrap/images/note/48/important.png); }
.dokuwiki span.wrap_important { background-image: url(/lib/plugins/wrap/images/note/16/important.png); }

/*____________ warning ____________*/
.dokuwiki .wrap_warning { background-color: #ffbcaf; }
.dokuwiki div.wrap_warning { background-image: url(/lib/plugins/wrap/images/note/48/warning.png); }
.dokuwiki span.wrap_warning { background-image: url(/lib/plugins/wrap/images/note/16/warning.png); }

/*____________ tip ____________*/
.dokuwiki .wrap_tip { background-color: #fff79f; }
.dokuwiki div.wrap_tip { background-image: url(/lib/plugins/wrap/images/note/48/tip.png); }
.dokuwiki span.wrap_tip { background-image: url(/lib/plugins/wrap/images/note/16/tip.png); }

/*____________ help ____________*/
.dokuwiki .wrap_help { background-color: #dcc2ef; }
.dokuwiki div.wrap_help { background-image: url(/lib/plugins/wrap/images/note/48/help.png); }
.dokuwiki span.wrap_help { background-image: url(/lib/plugins/wrap/images/note/16/help.png); }

/*____________ todo ____________*/
.dokuwiki .wrap_todo { background-color: #c2efdd; }
.dokuwiki div.wrap_todo { background-image: url(/lib/plugins/wrap/images/note/48/todo.png); }
.dokuwiki span.wrap_todo { background-image: url(/lib/plugins/wrap/images/note/16/todo.png); }

/*____________ download ____________*/
.dokuwiki .wrap_download { background-color: #d6efc2; }
.dokuwiki div.wrap_download { background-image: url(/lib/plugins/wrap/images/note/48/download.png); }
.dokuwiki span.wrap_download { background-image: url(/lib/plugins/wrap/images/note/16/download.png); }


/* mark
********************************************************************/

div.dokuwiki .wrap_hi {
    background-color: #ff9;
}

/* typography
********************************************************************/

/*____________ font colours ____________*/

div.dokuwiki .wrap_fgwhite {
    color: #fff;
}

/*____________ background colours ____________*/

div.dokuwiki .wrap_bgred {
    background-color: #fcc;
}
div.dokuwiki .wrap_bggreen {
    background-color: #cfc;
}
div.dokuwiki .wrap_bgblue {
    background-color: #ffc;
}
div.dokuwiki .wrap_bgcyan {
    background-color: #9ff;
}
div.dokuwiki .wrap_bgviolet {
    background-color: #f9f;
}
div.dokuwiki .wrap_bgyellow {
    background-color: #99f;
}
div.dokuwiki .wrap_bggrey {
    background-color: #ccc;
}
div.dokuwiki .wrap_bgwhite {
    background-color: #fff;
}
div.dokuwiki .wrap_bgblack {
    background-color: #000;
}


/* miscellaneous
********************************************************************/

/*____________ spoiler ____________*/

div.dokuwiki .wrap_spoiler {
    background-color: __background__ !important;
    color: __background__ !important;
    border: 1px dotted red;
}

.info_hof .even {
background-color:#feefd6;
}

.info_hof .odd {
background-color:#f2f0ed;
}/* ================================ GENERAL ================================= */
html, body 
{
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-size: 15px; /* Resets 1em to 10px, do NOT modify this! */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

body 
{
	margin: 0 0 0 0;
	background-color: #dc5f1b;
}

a:link,
a:visited {
	color: #ff8400;
	text-decoration: none;
}

a:hover,
a:active {
	color: #e9f809;
	text-decoration: underline;
}

.wikilink1 {color: #86b224;}
.wikilink2 {color: #D6CC17;}

a img { border: none; }

ol 
{
	line-height: 1.5em;
	margin: 0 0 .5em 2.0em;
	padding: 0;
}

ul 
{
	list-style-type: square;
	margin: 0 0 2.0em 2.0em;
	padding: 0;
	list-style-image: url(/lib/tpl/casa/images/doblebullet.gif);
}

html> body> #wrapper
{
	width: 950px;
	margin: 0px auto;
	height: 300px auto;
	background: #e8e232;
}

html> body> #dokuwiki 
{
	width: 940px; 
	margin: 0px auto; 
	background-color: #fff;
}

/* ================================ HEADER ================================== */
#header
{
	text-align: center;
	height: 176px;
	width: 940px;
	margin: 0px auto;
	background: #fff url(/lib/tpl/casa/images/header.png) repeat-y top left;
}
#header a {margin: 0px; padding: 0px; border: none}
#logo {margin-top: 0px;}

/* ================================= MENU =================================== */
.menu
{
	text-align: center;
	height: 20px;
	width: 940px;
	margin: 0px auto;
	padding-top: 138px;
	font-size: 20px;
	margin-left: 3px;
}
.menu ul 
{
	margin: 0;
	padding: 0;
	display: inline;
}
.menu ul li {display: inline; padding: 0 1em 0 1em;}
.menu ul li a 
{
	color: #e8e232;
	text-decoration: none;
	font-weight: bold;
}
.menu ul li a:hover {text-decoration: underline;}
.menu .level1, .menu .li {display: inline}


/* ================================== SIDE ================================== */

.sidebar strong
{
	color: #89bcc2; 
}


.sidebar .buscar {padding: 5px;}
.buscar input {width: 70px}
.sidebar ul {margin: 0px; padding: 0px; margin-bottom:10px;}
.sidebar li
{
	list-style:none;
	background: #fff url(/lib/tpl/casa/images/doblebullet.gif) no-repeat center right;
	padding-right: 15px;
	
}
.sidebar li a {text-decoration: none; font-size: 12px;}
.sidebar li a:hover {text-decoration: underline}


.actions
{
	margin: 0 0 0 4px;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: Opx;
}

.actions
{
	border: 1px solid #c6220c;
	height: 35px;
	background-color: #000000;
	margin: 0 0 0 0px;
	width: 468px;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}





/* ================================= CONTENT ================================ */
#Content
{
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 10px;
	color: #000;
	line-height: 20px;
	background-color: #f6f8af;
	border: 3px solid #c6220c;
	font-size: 12px;
}

#Content a {text-decoration: none}
#Content a:hover {text-decoration: underline}

/* ================================== BODY ================================== */
#body
{
	margin: 0px auto;
	background-color: transparent;
	color: #000;
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#body_top, #body_bottom
{
	height: 0px;
	background-color: transparent;
	color: #000;
}

#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 
{
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #cbad57; 
}

#body h1 { font-size: 2em; }
#body h2 { font-size: 1.8em; }
#body h3 { font-size: 1.6em; }
#body h4 { font-size: 1.4em; }

#body h1 a:hover, #body h2 a:hover, #body h3 a:hover, #body h4 a:hover, #body h5 a:hover, #body h6  a:hover
{
	text-decoration: none;
}


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

#body .sidebar h2{border-bottom: none; font-size: 1em;}


.code, .file 
{
	border: 1px dashed #999;
	background-color: #FAFAFA;
	padding: 5px;
	overflow: auto;
}
.code, .code * 
{
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}

/* ============================= DOKUWIKI LEVELS ============================ */
#body h1 { margin-left: 0em; }
div.level1 { margin: 1em 0 0 0; }
#body h2 { margin-left: 1em; }
div.level2 { margin: 1em 0 0 2em; }
#body h3 { margin-left: 2em; }
div.level3 { margin: 1em 0 0 3em; }
#body h4 { margin-left: 3em; }
div.level4 { margin: 1em 0 0 4em; }
#body h5 { margin-left: 4em; }
div.level5 { margin: 1em 0 0 5em; }


/* ================================== TABLE ================================== */
#body table
{
	border: solid 1px #999; 
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
#body table th
{
	border: solid 1px #999; background-color: #eee;
	padding: 2px 5px 2px 5px;
}

#body table td
{
	border: solid 1px #ccc; background-color: #fff;
	padding: 2px 5px 2px 5px;
}

#body table tr:hover { background-color: #ffffe5; }
#body table td.rightalign { text-align: right; }
#body table td.centeralign { text-align: center; }
#body table td.leftalign { text-align: left; }

.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
#body .gallery td { border: 1px solid #fff }

/* ================================= FOOTER ================================= */
#footer
{
	clear: both;
	text-align: center;
	float: right;
	height: 45px;
	width: 468px;
	margin: 0px auto;
	background-color: #000000;
	border: 1px solid #c6220c;
	margin-top: -62px;
	color: #fff;
	font-size: 13px;
}

#footer li { display: inline;}
#footer ul { padding: 0;margin-top: 15px;}

#footer li a
{
	color: #fff;
	font-weight: bold;
}
#footer li a:hover
{
	color: #dedede;
	text-decoration: none;
}


/* ==================================== RSK  =================================== */
/* ================================== BUTTONS ================================== */
.button .no{float: right; margin-bottom:3px}
.button
{
  background:  #fff url(/lib/tpl/casa/images/buttonshadow.png) repeat-x bottom;
  border: none;
}

/* ================================== TOC ================================== */
/* TOC control */
#dokuwiki div.toc {float: left;}
#dokuwiki div.tocheader {text-align: right;}
#dokuwiki #toc__inside {text-align: right;}

#dokuwiki ul.toc
{
  padding: 0;
  padding-right: 1em;
}

#dokuwiki ul.toc li
{
  background-position: right 0.6em;
  padding-right:0.4em;
  direction: rtl;
}

#dokuwiki ul.toc li.clear{padding-right:0.4em;}
#dokuwiki pre {text-align: left;}

#dokuwiki div.toc
{
  margin: 1.2em 0 0 2em;
  float: right;
  width: 215px;
  font-size: 80%;
  clear: both;
}

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

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

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

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

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

#dokuwiki #toc__inside
{
  border: 1px solid #7490ac;
  background-color: __background__;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
}

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

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

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

#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: #003366;}

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



/* ================================== TOOLBAR ================================== */
button.toolbutton
{
  background-color: __background__;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #7490ac;
  cursor: pointer;
}

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

}

div.picker
{
  width: 250px;
	border: 1px solid #ecf4d9;
  background-color: __background_alt__;
}

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

textarea
{
	border: 1px solid #dedede;
	background-color: #fafafa;
	width: 500px;
	font-size: 90%;
}
/* =================================== BLOG ==================================== */
#dokuwiki div.inclmeta
{
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
	border: 1px solid #ecf4d9;
	background-color: #faffee;
	margin-bottom: 40px;
	margin: 0px auto;
	color: #dee7c4;
	text-align: left;
}
#dokuwiki div.inclmeta a {font-size:10px}

#aaaContent .aaahentry
{
	background: url(/lib/tpl/casa/images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#dokuwiki div.inclmeta span.comment
{
  background: transparent url(/lib/tpl/casa/images/ico/comment.png) 0px 1px no-repeat;
  padding: 0px 0px 1px 20px;
}
#dokuwiki div.inclmeta abbr.published
{
  font-size: 11px;
  padding: 1px 0px 1px 20px;
  border-bottom: 0;
}
#dokuwiki div.inclmeta span.author
{
  background: transparent url(/lib/tpl/casa/images/ico/user.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}
#dokuwiki div.tags {display: inline;float: right;}
#dokuwiki div.tags span
{
  background: transparent url(/lib/tpl/casa/images/ico/tag.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  display: inline;
}
#dokuwiki div.inclmeta a.permalink
{
  background: transparent url(/lib/tpl/casa/images/ico/permalink.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}


/* ================================== DISCUSSION ==================================== */
#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(/lib/tpl/casa/images/tribal.gif) no-repeat top center;}
#discussion__comment_text {width: 475px}

#Content .comment_wrapper .comment_head
{
	background-color: #fff;
	background: #fff url(/lib/tpl/casa/images/comment-head.gif) no-repeat bottom left;
	height: 60px;
	margin: 0px;
	width: 450px;
}
#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}

#Content .comment_wrapper .comment_body
{
	text-align: left;
	margin: 0px; padding: 0px;
	background-color: #fafafa;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #fafafa;
	width: 450px;
}
#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
#Content .comment_wrapper .comment_form
{
	margin-top: 50px;
	text-align: right;
}

/* ================================== OTHER ==================================== */
.medialeft
{
	padding: 8px;
}

.breadcrumbs
{
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.center
{
	text-align: center;
	margin: 0px auto;
}
.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
.buttons li{display: inline; padding: 0px; margin: 0px;}
.buttons li .li {display: inline}

.tribal
{
	background: #fff url(/lib/tpl/casa/images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
/**
 * The CSS in here cotrols the appearance of the media manager
 */

#media__manager {
    height: 100%;
    overflow: hidden;
}

#media__left {
    width: 30%;
    border-right: solid 1px #7490ac;

    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
}

#media__right {
    width: 69.7%;

    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
}

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

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

#media__tree img {
    float: left;
    padding: 0.5em 0.3em 0 0;
}

#media__tree ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 1.5em;
}

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

/* --- options --- */

#media__opts {
    padding-left: 1em;
    margin-bottom: 0.5em;
}

#media__opts input {
    float: left;
    display: block;
    margin-top: 4px;
    position: absolute;
}
*+html #media__opts input,
* html #media__opts input {
    position: static;
}

#media__opts label {
    display: block;
    float: left;
    margin-left: 20px;
    margin-bottom: 4px;
}
*+html #media__opts label,
* html #media__opts label {
    margin-left: 10px;
}

#media__opts br {
    clear: left;
}

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

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

#media__content #scroll__here {
    border: 1px dashed #7490ac;
}

#media__content .odd {
    background-color: __background_other__;
    padding: 0.4em;
}

#media__content .even {
    padding: 0.4em;
}

#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: __text_neu__;
    margin-left: 1em;
}

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

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

#media__content form#dw__upload,
#media__content div#dw__flashupload {
    display: block;
    border-bottom: solid 1px #7490ac;
    padding: 0 0.5em 1em 0.5em;
}
#media__content form#dw__upload fieldset {
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
}
#media__content form#dw__upload p {
    text-align: left;
    padding: 0.25em 0;
    margin: 0;
    line-height: 1.0em;
}
#media__content form#dw__upload label.check {
    float: none;
    width: auto;
    margin-left: 11.5em;
}

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