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_bug {  background-image: url(/lib/images/interwiki/bug.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_pdf {  background-image: url(/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/lib/images/fileicons/txt.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_xml {  background-image: url(/lib/images/fileicons/xml.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_conf {  background-image: url(/lib/images/fileicons/conf.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: 0;
  height: 0;
  overflow:hidden;
}

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

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


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }
/* 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: #dee7ec;
  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 */
#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

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

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

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

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

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

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

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

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

/* end admin plugin styles */
/* 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 */
/**
 * 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: #dee7ec;
  text-align: left;
  vertical-align: middle;
}

div.dokuwiki .pagename a {
  color: #436976 !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: #dee7ec !important;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 2pt;
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  padding: 0.1em 0.15em;
  clear: both;
}

div.dokuwiki .bar-left {
  float: left;
}

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: #638c9c;
  font-size: 70%;
}

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

div.dokuwiki div.meta div.doc {
  text-align: right;
}
/**
 * Design elements for default Template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Anika Henke <henke@cosmocode.de>
 */

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

* { padding: 0; margin: 0; }

body {
  background-color: #fff;
  color: #000;
}

/* the document */
div.dokuwiki div.page {
  margin: 4px 2em 0 1em;
  text-align: justify;
}

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 1.0em 0;
}

div.dokuwiki hr {
  border: 0px;
  border-top: 1px solid #8cacbb;
  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 #8cacbb;
  padding: 0.5em;
  margin: auto;
}

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

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

div.dokuwiki input.edit,
div.dokuwiki select.edit {
  font-size: 100%;
  border: 1px solid #8cacbb;
  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/gcstar/images/inputshadow.png) repeat-x top;
}

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

div.dokuwiki input.missing {
  font-size: 100%;
  border: 1px solid #8cacbb;
  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;
}
#wiki__editbar img {
 margin:0;
}
div.dokuwiki .nowrap {
   white-space: nowrap;
}
div.dokuwiki div#draft__status {
  float: right;
  color: #638c9c;
}

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


div.dokuwiki input.button,
div.dokuwiki button.button {
  border: 1px solid #1c86ee;
  color: black;
  background-color: white;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
  margin: 1px;
  padding: 0.125em 0.4em;
}

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

.secedit {
 height:1em;
 margin-bottom:1em;
}

div.dokuwiki div.secedit input.button {
  border: 1px solid #cdad00;
  color: #6c7b8b;
  background-color: #fff;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  padding: 0.2em;
  font-size: 10px;
  cursor: pointer;
  float: right;
  display: inline;
  font-weight:bold;
}
div.dokuwiki div.secedit input.button:hover {
 background-color: #f8f8f8;
 color:#000000;
}

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

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

/* interwiki link (icon are set by dokuwiki) */
div.dokuwiki a.interwiki {
}

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


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

/* not existing wikipage */
div.dokuwiki a.wikilink2 {
  color: #f30 !important;
}

/* ------------- 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: #f5f5f5;
  color: #666;
  font-size: 80%;
  padding: 0 0 0 4px;
}

div.dokuwiki span.user {
  color: #ccc;
  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;
}

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

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


/* inline code words */
div.dokuwiki code {
  font-size: 120%;
  display:inline;
  background:transparent;
  border:0;
  margin:0;
  padding:0;
}

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


/* ---------------------------- 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 #8cacbb;
  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 span.diffchange {
  color: red;
}

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

div.dokuwiki div.footnotes {
  clear: both;
  border-top: 1px solid #8cacbb;
  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 {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background-color: #f7f9fa;
  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 --------------- */
div.dokuwiki .search_result {
  margin-bottom: 6px;
  padding: 0 10px 0 30px;
}

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

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

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

div.dokuwiki div.search_quickresult {
  margin: 0 0 15px 30px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dashed #8cacbb;
}
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 #8cacbb;
  background-color: #f7f9fa;
  text-align: left;
  padding: 4px;
}

/* --------- Toolbar -------------------- */
button.toolbutton {
  background-color: #fff;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #8cacbb;
  cursor: pointer;
}
button img {
 margin:0 ! important;
 padding:0 ! important;
}

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

div.picker {
  width: 250px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
}

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

/* ---------- 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 #8cacbb;
  color: #000;
  font-size: 14px;
  padding: 3px;
  background-color: #f7f9fa;
  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;
  margin-right: 0.5em;
}

div.dokuwiki dl.img_tags dt {
  font-weight: bold;
  background-color: #dee7ec;
}
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;
}

/* ---------------  top and bottom bar ---------------- */
#bar__top, #bar__bottom {
 border:0;
 background:#ffffff;
 margin:0.5em 0;
}

#bar__top input, #bar__bottom input {
 font-size:90%;
 cursor: pointer;
}
#bar__top input:hover, #bar__bottom input:hover {
 background-color: #f8f8f8;
 color:#000000;
}
/* based on "undo default browser styles" by Tantek Celik */

ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
dl {margin: 0 0 0 0.5em;}
dl dt {margin: 0 0 .5em 1em;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 1.5em 1.5em 1.5em;}
ol {list-style: decimal;}
ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}
p {margin-bottom: 1em;}
ul {list-style: disc;}
ul li {margin: 0 0 0.5em 2em;}
ul li ul {margin: 0.5em 0 0.5em 1em;}
ul li ol {margin: 0.5em 0 0.5em 1em;}

/* body, p, a, h1, h2, h2 a, h3, img, ul, li, dl, dt, dd, code, pre,
table, caption, th, td, hr, strong, acronym, strong, acronym
******************************************************************/
body {
 color:#1c1c1c;
 font:80% "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
 background:#fff none;
}
p {
 text-align:justify;
 margin:1em 1.2em 1.4em 1.2em;
 clear:both;
}
a {
 font-weight:bold;
 color:#1c86ee;
}
a:hover, a:focus {color:#6c7b8b;}
#banner h1 { 
 background:transparent url(/lib/tpl/gcstar/./img/title_back2.png) no-repeat top right;
 padding:41px 0 0 4px;
 height:80px;
}
/* -- For IE/Win -- */
* html #banner h1 { 
 margin-bottom:-80px;
}

/* h1 span {display:none} */
.border {
 border-bottom:1px dotted #708090;
 width:99%;
 margin:0 0 1.4em 0.5em;
 line-height:1px;
 clear: both;
}
/* -- For IE/Win -- */
* html .border {border-bottom:1px solid #bec6cd;}

h2 {
 float:left;
 width:78%;
 font-size:140%;
 color:#6c7b8b;
 padding:0.5em 0 0 2px;
 margin:0 0 0.4em 0.5em;
 text-align:left;
}
/* -- For IE/Win -- */
* html h2 {width:73%;}

.top {
 text-decoration:none;
 text-align:right;
 font-size:95%;
 margin:1em 0 0.4em 80%;
 padding:1em 0 0 0;
 background-color:transparent;
 background-image:url(/lib/tpl/gcstar/./img/up_b.gif);
 background-repeat:no-repeat;
 background-position:100% 50%;
 min-height:20px;
}
.top a {
 display:block;
 padding-right:20px;
}
/* -- For IE/Win -- */ 
* html .top {
 text-align:center;
 margin-left:73%;
 padding:1.1em 0 4px 24px;
 width:18%;
}

h3 {
 font-size:120%;
 text-align:left;
 margin:30px 0 0 14px;
 padding:2px 0 4px 4px;
 color:#708090 ! important;
 border-bottom:1px dotted #708090;
}
h3 strong {
 color:#cdad00 ! important;
}
/* -- For IE/Win -- */ 
* html h3 {border-bottom:1px solid #bec6cd;}

img {
 border:0;
 padding:0;
 margin:1em;
}
ul {list-style:circle;}
li {
 text-align:left;
 margin-left:1em;
 margin-right:1em;
}
dd {
 text-align:justify;
 font-style:normal;
}
code,pre {
 font-family:courier,monospace;
 text-align:left;
}
code {
 white-space:normal;
 display:block;
 margin:1em;
 padding:0.4em 0.4em 0.8em 0.4em;
 background:#eeeedd none;
 border-top:1px solid #ccccbb;
 border-left:1px solid #ccccbb;
}
/* -- For IE/Win -- */
* html code {padding:0.5em 0.5em 1em 0.5em;}

pre {margin:2em 0.5em 2em 0.1em;}
table {
 width:98%;
 margin:0 auto 10px auto;
}
caption {
 font-size:100%;
 font-weight:bold;
 text-align:center;
 padding:4px;
 margin:0 auto 4px;
 width:98%;
 color:black;
 background:#eee none;
 border-right:1px solid white;
 border-left:2px solid white;
}
/* -- For IE/Win -- */
* html caption {
  border-right:2px solid white;
  border-bottom:4px solid white;
}

th {
 vertical-align:top;
 font-weight:bold;
 text-align:center;
 padding:0.3em;
 background:#e8e8e8 none;
}
td {
 vertical-align:top;
 font-weight:normal;
 padding:0.3em;
 background:#e8e8e8 none;
}
hr {display:none;}
strong {
 font-weight:bold;
 color:#cdad00;
}
acronym {
 font-weight:bold;
 font-style:normal;
 cursor:help;
 color:#6c7b8b;
 border-bottom:1px dotted black;
}
/* top-bar
******************************************************************/
#top-bar {
 font-size:90%;
 position:relative;
 text-align:left;
 margin:12px 0 -10px 130px;
 padding:0;
 z-index:99;
}
#top-bar a {
 color:#cdad00;
 text-decoration:none;
 font-weight:normal;
}
#top-bar a:hover {
 color:#6c7b8b;
 text-decoration:underline;
}
#top-bar ul, #top-bar li {
 margin:0;
 padding:0;
 list-style-type: none;
}
/* banner
******************************************************************/
#banner {
 font-size:180%;
 color:#fffced;
 /*
 margin:0 0 10px -220px;
 padding:0 0 0 268px;
 background:transparent url(/lib/tpl/gcstar/./img/title_back.png) no-repeat;
 */
 margin:0 0 10px -220px;
 padding:0 0 0 108px;
 background:transparent url(/lib/tpl/gcstar/./img/title_back_no_text.png) no-repeat;
 height:114px;
 position:relative;
}
/* main
******************************************************************/
#main {
 position:relative;
 margin:0em 0 1em 0;
 padding-left:244px;
 width:70%;
}
/* menu
******************************************************************/
#side_bar {
 position:absolute;
 top:116px;
 left:66px;
 width:160px;
}
#menu_main, #sponsor_left_main {
 background:transparent url(/lib/tpl/gcstar/./img/menu_dwn.gif) no-repeat bottom left;
 padding:10px 0 10px 0;
}
#sponsor_left_main {
 margin-top:2em;
}
#menu, #sponsor_left {
 background:transparent url(/lib/tpl/gcstar/./img/menu_top.gif) no-repeat top left;
}
#side_bar ul {
 margin:0;
 padding:0;
 list-style-type:none;
}
#side_bar li {
 margin:0;
 padding:0;
 border-top:1px solid white;
 border-right:1px solid #cdcdcd;
 border-bottom:1px solid #cdcdcd;
 background:#eee none;
}
#side_bar li a,  #side_bar li iframe { 
 display:block;
 margin:0px;
 padding:6px 0 6px 16px;
 text-decoration:none;
}

#menu li a:hover { 
 display:block;
 color:#6c7b8b;
 background:#e8e8e8 none;
 text-decoration:none;
}
#menu ul.sub {border-left:0;}
/* -- For IE/Win -- */
* html #menu ul.sub {padding:1.4em 0 0 0;}

#menu ul.sub li a {
 padding:6px 6px 6px 18px ! important;
 background:#f8f8f8 none;
}
#menu ul.sub li a:hover {background:#eee none;}
ul.sub a {font-weight:normal;}
ul.sub li.selected a {font-weight:bold;}
/* footer
******************************************************************/
#footer {
 font-size:90%;
 color:#6c7b8b;
 text-align:center;
 padding:0.5em;
 border-top:1px solid #e8e8e8;
}
/* -- For IE/Win -- */
* html #footer {font-size:85%;}
#footer p {
 margin:0.1em;
 text-align:center;
}
#footer p a:hover, #footer p a:focus {
 border:0;
 background:white;
 color:#6c7b8b;
}
#footer a {
 white-space:nowrap;
}
#footer a:hover, #footer a:focus {
 background:#499ef1 none;
 border:1px solid #499ef1;
}
#footer ul {
 padding:0;
 margin:1em 0 0.5em;
}
#footer li {
 display:inline;
 list-style-type:none;
 margin:0;
}
#footer li a {
 font-size:80%;
 text-decoration:none ! important;
 padding-right:0.5em;
 margin:0.5em;
 color:white;
 border:1px solid #ccc;
 background:#ccc none;
}

.w3c {
 margin-right:0.5em;
 padding:0 0.4em;
 color:#77B6F5;
 background:#fff none;
}
/* content
******************************************************************/
.chapter {
 margin:0 1.5em 4em 0.5em;
 padding:0;
}
.chapter p, ul, li, dl, dt, dd, img, code, code.terminal {
 margin-right:14px; 
 margin-left:24px;
}
.chapter li {
 list-style-image:url(/lib/tpl/gcstar/./img/bullet.png);
 list-style-type: none;
 padding:0;
}
.map li {list-style-image:url(/lib/tpl/gcstar/./img/bullet_light1.png);}
.section li {list-style-image:url(/lib/tpl/gcstar/./img/bullet_light.png);}
#main dl {
 margin-bottom:1em;
}
#main dt {
 font-weight:bold;
 color:#cdad00; 
 margin:0 14px 0 24px;
 list-style-image:url(/lib/tpl/gcstar/./img/bullet.png);
 list-style-type: none;
 display:list-item;
}
#main dd {
 margin:0 2em;
}
/* -- For IE/Win -- */
* html .chapter li {padding-left:8px;}

.chapter img {margin-top:1.5em;}
#intro, #extra {
 font:1.28em serif;
 color:#6c7b8b;
 background:#f8f8f8 url(/lib/tpl/gcstar/./img/back.gif) right repeat-y;
 margin-right:2px;
 margin-bottom:1.5em;
}
/* -- For IE/Win -- */
* html #intro,* html #extra {
  margin-right:4px;
  padding:2em 0 2em 0;
  border-top:1px solid #eee;
  border-right:1px solid #eee;
  border-left:1px solid #eee;
  background:#f8f8f8 url(/lib/tpl/gcstar/./img/tl_ie.gif) no-repeat top left;
}

#intro:before, #extra:before {
 content: url(/lib/tpl/gcstar/./img/tl.gif);
 background: url(/lib/tpl/gcstar/./img/tr.gif) no-repeat top right;
 display:block;
 margin:0 0 -20px 0;
}
#intro:after, #extra:after {
 content: url(/lib/tpl/gcstar/./img/bl.gif);
 background: url(/lib/tpl/gcstar/./img/br.png) no-repeat bottom right;
 display:block;
 margin:-32px 0 0 0;
 height:47px;
 line-height:0.1;
}
#intro p, #extra p {
 font-style:italic; 
 padding:0 64px 20px 68px; 
 margin:0;
}
ul.toc {
 margin:0 1em 2em 2em ;
 padding:0.2em 0.2em 0.5em 0.2em;
 clear:both;
}
/* -- For IE/Win -- */
* html ul.toc {
  margin:0 1em 2em 1.2em;
}

ul.toc li {
 text-align:left;
 list-style-type: none;
 list-style-image:url(/lib/tpl/gcstar/./img/toc.gif);
 padding:0 0 0 0.5em;
}
/* -- For IE/Win -- */
* html ul.toc li {margin:0 0.5em 1em 0;}

.subtoc li
{
 margin-left:1em;
 list-style-image:url(/lib/tpl/gcstar/./img/bullet.png);
 list-style-type: none;
 padding:0 0 0 0.5em;
}

#page-footer {margin:1em 0.2em;}
.up {
 text-align:left;
 text-decoration:none;
 font-size:98%;
 padding:0 6px 0 20px;
 background:transparent url(/lib/tpl/gcstar/./img/up_b.gif) no-repeat top left;
}
/* -- For IE/Win -- */
* html .up, * html .home {
 height:16px;
 font-size:85%;
}

.home {
 float:right;
 text-align:right;
 font-size:98%;
 margin:0;
 padding:0 6px 0 22px;
 background:transparent url(/lib/tpl/gcstar/./img/back_home.gif) no-repeat;
}
.link-separator {display:none;}
.table-spacer {margin:1em 2em;}
.maj-spacer {margin:2em 5% 0;}
#maj caption {
 margin:0 5% 0.5em;
 width:90%;
}
#maj th {
 text-align:left;
 background:#fff none;
}
#maj td {background:white;}
#maj ul {
 margin:0;
 padding:0;
}
#maj li {list-style-type:none;}
.terminal {
 color:#fff;
 background:#6b7b8b none;
 border:0.2em ridge #c0c0c0;
 margin:-0.5em 1em 1em 1em;
}
.screenshot {
 margin:22px -8px 0 6px;
 padding-bottom:10px;
 border-top:1px solid #ededed;
 border-right:1px solid #e8e8e8;
 border-bottom:1px solid #e8e8e8;
 border-left:1px solid #ededed;
 text-align:center;
}
.screenshot ul {
 margin:12px 12px 0 12px;
 padding:10px;
 background:#f8f8f8 none;
}
/* sponsor
******************************************************************/
#sponsor_header {
 margin-bottom:1em;
}
#sponsor_content {
 margin:0 auto 2em;
 width:468px;
 border:1px solid #e8e8e8;
}
#sponsor_box {
 background:#eeeeee;
 padding:1em 0 0 1em;
 border-top:1px solid white;
 border-right:1px solid #cdcdcd;
 border-bottom:1px solid #cdcdcd;
}
#don {
 text-align:center;
}
/* news
******************************************************************/
.comments {
 text-align:right;
}

/* User info and top bar*/

.button-bar {
 float:right;
 width:auto;
 text-align:right;
 color:#6c7b8b;
 font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
#user-info {
 position:absolute;
 bottom:1.6em;
 right:0.4em;
 font-size:50%;
}
.button-bar ul {
 margin:0;
 padding:0;
}
.button-bar li {
 display:inline;
 list-style:none;
 margin:0 0.4em;
 padding:0;
}
.button-bar a {
 text-decoration:none ! important;
 font-weight:normal ! important;
 border: 1px solid #cdad00;
 color: #6c7b8b;
 background-color: #fff;
 cursor: pointer;
 padding:0.1em 0.3em;
}
.button-bar a:hover {
 background-color: #f8f8f8;
 color:#000000;
}

/* search */
#gcstar-search {
 position:absolute;
 top:0;
 right:10%;
 margin:0;
 text-align:right;
}
#gcstar-search input, #gcstar-search select {
 color:#000000;
 border:1px solid #1c86ee;
 padding:0 0.3em;
 margin:0 0.2em;
 font-size:90%;
 background:white ! important;
 cursor:text;
}
#gcstar-search #search-submit {
 cursor:pointer;
}
#gcstar-search input#search-submit:hover {
 background:#eeeeee ! important;
}
#gcstar-search select {
 padding:0;
 cursor:default;
}
#gcstar-search fieldset {
 border:0;
}
/* Opera Only Styles */

@media all and (min-width:0px) {body, #footer li a {font-size:85%;}}
@media all and (min-width:0px) {h2 a {margin:0;}}
@media all and (min-width:0px) {.chapter li {padding:0 0 0 8px;}}
@media all and (min-width:0px) {#intro, #extra {font-size:1.2em;}}
.page h1 {
 display:none ! important;
}
h2 a {
 color:#6c7b8b ! important;
}
h3 {
 margin-bottom:1em;
}
h3 a {
 color:#708090 ! important;
}
#banner {
 position:relative;
}
ul.toc {
 margin-top:1em;
}
ul.toc ul {
 margin:0 0 1em 0;
 padding:0;
}
li.level2 {
 margin:0;
 padding:0;
 list-style-image:url(/lib/tpl/gcstar/./img/bullet_light.png) ! important;
 list-style-type: none;
}
#toc__header {
 display:none;
}
.page li.level1 {
 list-style-image:url(/lib/tpl/gcstar/./img/bullet.png);
 list-style-type: none;
 padding:0;
}
.page li.level2 {
 list-style-image:url(/lib/tpl/gcstar/./img/bullet_light.png);
 list-style-type: none;
}
.page ol {
 margin:1em;
}
.page ol li.level1 {
 list-style:decimal ! important;
}
.page ol li.level2 {
 list-style:lower-alpha ! important;
}
.page p, ul, li, dl, dt, dd, img, code, code.terminal {
 margin-right:14px; 
 margin-left:24px;
}
* html li {
 padding-left:0.5em ! important;
}
* html .page dt {
 padding-left:2em ! important;
 margin-left:0 ! important;
 list-style-position:outside;
}
div.dokuwiki pre {
 font-family:courier,monospace;
 white-space:pre;
 text-align:left;
 display:block;
 margin:1em;
 padding:0.4em 0.4em 0.8em 0.4em;
 background:#eeeedd none;
 border-top:1px solid #ccccbb;
 border-left:1px solid #ccccbb;
 overflow: auto;
}
div.dokuwiki pre.terminal {
 color:#fff;
 background:#6b7b8b none;
 border:0.2em ridge #c0c0c0;
 margin:-0.5em 1em 1em 1em;
}
/**
 * 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 #8cacbb;

    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 ! important;
    margin:0 ! important;
}

#media__tree ul {
    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 */

/* --- options --- */

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

#media__opts input {
    float: left;
    position: absolute;
}
* html #media__opts input {
    position: static;
}

#media__opts label {
    display: block;
    float: left;
    margin-left: 30px;
}
* 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 #8cacbb;
}

#media__content .odd {
    background-color: #f7f9fa;
    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: #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 #8cacbb;
    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;
}
