a.interwiki { background: transparent url(/grout/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/grout/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/grout/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/grout/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/grout/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/grout/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/grout/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/grout/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/grout/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/grout/lib/images/interwiki/phpfn.gif)}a.iw_coral {  background-image: url(/grout/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/grout/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/grout/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/grout/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/grout/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/grout/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/grout/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/grout/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/grout/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/grout/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/grout/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/grout/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/grout/lib/images/fileicons/zip.png)}a.mf_pdf {  background-image: url(/grout/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/grout/lib/images/fileicons/txt.png)}a.mf_ps {  background-image: url(/grout/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/grout/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/grout/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/grout/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/grout/lib/images/fileicons/rtf.png)}a.mf_xml {  background-image: url(/grout/lib/images/fileicons/xml.png)}a.mf_swf {  background-image: url(/grout/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/grout/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/grout/lib/images/fileicons/deb.png)}a.mf_conf {  background-image: url(/grout/lib/images/fileicons/conf.png)}a.mf_sxw {  background-image: url(/grout/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/grout/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/grout/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/grout/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/grout/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/grout/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/grout/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/grout/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/grout/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/grout/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/grout/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(/grout/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(/grout/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(/grout/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(/grout/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%;
}
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end plugin:configmanager */
/*
 * 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;
	width: 4%;
}

.gCal_wd_0 { /* sunday */
	background-color: #DDD;
	width: 4%;
}


@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 */
	text-align: left;
	display: block;
	font-size: 0.9em;
	color:black;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	background: url(/grout/lib/plugins/gcalendar/images/date.gif) no-repeat center left;
	border-bottom: 1px dotted lightblue;
	border-top: 1px dotted lightblue;

}


/* ########################## 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(/grout/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(/grout/lib/plugins/gcalendar/images/doc.gif);
}

.gCal_cat_DENTIST,
.gCal_cat_ZAHNARZT
{
	color: Red;
	font-weight: bold;
	background-image: url(/grout/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(/grout/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(/grout/lib/plugins/gcalendar/images/birthday.gif);
}

.gCal_cat_WERKSTATT,
.gCal_cat_REPAIR
{
	color: Green;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/grout/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(/grout/lib/plugins/gcalendar/images/ball.gif);
}

.gCal_cat_POKALSPIELE
{
	color: Green;
	font-weight: bold;
	background-image: url(/grout/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(/grout/lib/plugins/gcalendar/images/money.gif);
}

.gCal_cat_MUSIK,
.gCal_cat_MUSIC
{
	color: Green;
	font-weight: bold;
	background-image: url(/grout/lib/plugins/gcalendar/images/musicnote.gif);
}
.gCal_cat_QUIZZES
.gCal_cat_CALLCENTER
{
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(/grout/lib/plugins/gcalendar/images/callcenter.gif);
}

.gCal_cat_READING { background-image: url(/grout/lib/plugins/gcalendar/images/book_open.png); }

.gCal_cat_CLASS { background-image: url(/grout/lib/plugins/gcalendar/images/user_comment.png); }
.gCal_cat_HOMEWORK { background-image: url(/grout/lib/plugins/gcalendar/images/page_edit.png); }
.gCal_cat_WRITING { background-image: url(/grout/lib/plugins/gcalendar/images/monitor_edit.png); }
.gCal_cat_GROUP { background-image: url(/grout/lib/plugins/gcalendar/images/group_edit.png); }
.gCal_cat_COMMENT { background-image: url(/grout/lib/plugins/gcalendar/images/comments.png); }



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

/*
* overridden from standard.css; using only __replacements__
* also less big, less bold, and less borders .. *-pike-splitbrain@kw.nl 200701
*/

 
/* main-table definition 
----------------------------------------------------------------------- */
 
.gCal_table {
	border: 1px solid __border__;
	font-family: sans-serif;
}
 
/* current-date in table-header 
---------------------------------------------------------------- */
 
.gCal_currentDate {
	font-size:.8em;
	font-weight:normal;
	color : __text__;
}
 
/* navi-table (header of main-table) 
----------------------------------------------------------- */
 
.gCal_naviTable {
	background-color: __background_alt__;
	font-size:1.2em;
	line-height: 1.2em;
	border-bottom: 0px solid __border__;
}
.gCal_naviTable td.gCal_header { font-size:1.2em;padding:.3em; } 
.gCal_link_prev {font-weight:normal; vertical-align:top;}
.gCal_link_next {font-weight:normal; vertical-align:top;} 
 
 
/* column-header 
------------------------------------------------------------------------------- */
 
.gCal_columnHead {
	background-color: __background_nue__;
	border:1px solid __border__;
	text-align:left;
	padding-left:.2em;
}
 
.gCal_header a,
.gCal_header a:visited {color: __text__}

.gCal_columnHead a,
.gCal_columnHead a:visited {color: __text_alt__}
 
 
/* definition of event to page links 
----------------------------------------------------------- */
 
.gCal_pagelink a,
.gCal_pagelink a:visited {
	color: #090;
	border-top : 0px;
	border-bottom : 0px;
//	font-style:italic;
//	padding-left:0.1em;
}
 
.gCal_pagelink a:hover {
	background-color:white;
	color: __text_alt__;
	text-decoration:underline;
}
 
/* style of date and weekday in month-view */
 
.gCal_mv_day	 {
	font-size: 1em; 
	font-weight: normal;
}
 
.gCal_mv_weekday {
	font-size: 0.8em; 
	font-weight: normal;
}
 
/* Weekdays	 0=sunday ... 6=saturday */
 
td.gCal_wd {
	border: 1px solid __border__;
}
 

td.gCal_wd_datecell {
	background-color: __background_neu__;
	text-align: left
}
 
.gCal_wd {
	font-size: 1em __text__;
}
 
.gCal_wd_6 { /* saturday */
	background-color: __background_alt__;
	color: __text_alt__;
}
 
.gCal_wd_0 { /* sunday */
	background-color: __background_alt__;
	color: __text_alt__;
}
 
td.gCal_wd_0 { /* sunday */
	background-color: __background_alt__;
	border-bottom: 1px solid __border__;
}
 
td.gCal_wd_6 { /* saturday */
	background-color: __background_alt__; 
	border-top: 1px solid __border__;
}
 
@media screen {
	td.gCal_today {
		background-color: #ff9;
		border-top: 1px solid __border__;
		border-bottom: 1px solid __border__;
		color: __text__;
	  }
 
	td.gCal_todayFrame {
		background-color: #ff9;
		border-top: 1px solid __border__;
		border-bottom: 1px solid __border__;
	}
}
 
 
/* category-styles for date entries. The category has to be capitalized ! 
---------------------- */
 
.gCal_event {  /* Standard definition of an event entry */
	color:__text__;
}
.gCal_event + .gCal_event { 
	border-top: 1px dotted __border__;

}
/*
 * 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 */
/* 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 {
	height:35px;
	padding:2px 0 2px 2px;
}

div.dokuwiki .pagename {
	/* height:25px;*/
	float:right;
	font-size:130%;
	font-weight:bolder;
	color: #dee7ec;
	text-align:left;
	vertical-align:middle;
	padding:9px 1px 0 0;
}

div.dokuwiki .pagename a:link, div.dokuwiki .pagename a:visited, div.dokuwiki .pagename a:hover, div.dokuwiki .pagename a:active {
  color: #436976;
  text-decoration:none;
}

div.dokuwiki .logo {
	float:left;
	font-size:220%;
	font-weight:bolder;
	text-align:left;
	vertical-align:middle;
        padding: 1px 0 0 0;
}

div.dokuwiki .logo a:link, div.dokuwiki .logo a:visited, div.dokuwiki .logo a:hover, div.dokuwiki .logo a:active {
	color: #8cacbb;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

div.dokuwiki .tagline {
	float:left;
        color:#666666;
	font-size:130%;
	font-weight:normal;
	text-align:left;
        vertical-align:middle;
	padding:9px 0 0 30px;
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  border-top:1px solid #8cacbb;
  border-bottom:1px solid #8cacbb;
  background: #dee7ec;
  padding: 0.1em 0.15em;
  margin:0;
  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: #436976;
  font-size:70%;
}

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

div.dokuwiki div.meta div.doc{
  text-align:right;
}

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

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

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

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

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

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

div.dokuwiki .mediaref_ref {
  color: #090;
}

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

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

/* ---- Current ID highlighting ---- */
div.dokuwiki .curid {
  font-weight: bold;
}
/**
 * Design elements for default Template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Anika Henke <henke@cosmocode.de>
 */

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

body {
  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: Black;
  margin: 0;
  padding: 0;
}

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

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

div.dokuwiki tr, div.dokuwiki td, div.dokuwiki th {padding:0; margin:0;}

div.dokuwiki img {border:0}

div.dokuwiki p {padding:0; 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;
  margin: 0;
  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;
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  font-size:14px;
  padding: 3px;
  width:100%;
}

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

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

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

/* 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:40px;
   height:2.7em;
}
div.dokuwiki #size__ctl img {
   cursor: pointer;
}
div.dokuwiki div#wiki__editbar div.editButtons {
   float: left;
   padding: 0 1.0em 0.7em 0;
}
div.dokuwiki div#wiki__editbar div.summary {
   float: left;
}
div.dokuwiki .nowrap {
   white-space:nowrap;
}

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


div.dokuwiki input.button, div.dokuwiki button.button{
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #fff;
  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;
}

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

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

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

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

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

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

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

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

div.dokuwiki a {
  color:#436976;
  text-decoration:none;
}
div.dokuwiki a:hover {
  color:#000;
  text-decoration:underline;
}
div.dokuwiki h1 a, div.dokuwiki h2 a, div.dokuwiki h3 a, div.dokuwiki h4 a, div.dokuwiki h5 a, div.dokuwiki h1 a:hover, div.dokuwiki h2 a:hover, div.dokuwiki h3 a:hover, div.dokuwiki h4 a:hover, div.dokuwiki h5 a:hover {
  color:#000;
  text-decoration:none;
}

/* external link */
div.dokuwiki a.urlextern{
    background: transparent url(/grout/lib/tpl/sidebar/images/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
    color:#436976;
    text-decoration:none;
}
div.dokuwiki a.urlextern:visited {
  color:Purple;
}
div.dokuwiki a.urlextern:hover {
  text-decoration:underline;
}

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

/* interwiki link (icon are set by dokuwiki) */
div.dokuwiki a.interwiki{
    color:#436976;
    text-decoration:none;
}
div.dokuwiki a.interwiki:visited {
  color:Purple;
}
div.dokuwiki a.interwiki:hover {
  text-decoration:underline;
}

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

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

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

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


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

div.dokuwiki div.preview{
  background:#f7f9fa;
  margin-left:2em;
  padding: 4px;
  border: 1px dashed #000;
}

div.dokuwiki div.breadcrumbs{
  background-color: #f5f5f5;
  font-size:80%;
  color: #666;
  padding-left: 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-left: auto;
  margin-right: auto;
}

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

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

/* general headline setup */
div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #8cacbb;
    clear: left;
}

/* special headlines */
div.dokuwiki h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
div.dokuwiki h2 {font-size: 150%; margin-left: 20px;}
div.dokuwiki h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
div.dokuwiki h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}

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

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

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

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

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

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

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

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

/* code blocks by indention */
div.dokuwiki pre.pre {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

/* code blocks by code tag */
div.dokuwiki pre.code {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

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

/* code blocks by file tag */
div.dokuwiki pre.file {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #dee7ec;
  overflow: auto;
}

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

div.dokuwiki table.inline th {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
}

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

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

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

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

div.dokuwiki div.tocheader img {
  width:0.8em;
  height:0.8em;
  float:right;
  margin-top:0.3em;
  margin-right:3px;
  cursor: pointer;
}

div.dokuwiki #toc__inside {
  border: 1px solid #8cacbb;
  background-color: #fff;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
}

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

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

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

div.dokuwiki a.toc {
  color: #436976;
  text-decoration:none;
}

div.dokuwiki a.toc:hover {
  color: #000;
  text-decoration:underline;
}

/* ---------------------------- Diff rendering --------------------------*/
div.dokuwiki table.diff {
  background:#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 td.diff-addedline {
    background:#ddffdd;
    font-family: monospace;
    font-size: 100%;
}
div.dokuwiki td.diff-deletedline {
    background:#ffffbb;
    font-family: monospace;
    font-size: 100%;
}
div.dokuwiki td.diff-context {
    background:#f7f9fa;
    font-family: monospace;
    font-size: 100%;
}
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: #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 --------------- */
div.dokuwiki .search_result{
  margin-bottom: 6px;
  padding-left: 30px;
  padding-right: 10px;
}

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: #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;
  padding: 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: #eef3f8;
  text-align: left;
  padding: 4px;
}

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

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

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

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

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

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

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

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


/**
 * Design elements for sidebar
*/

/* the document */
div.dokuwiki div.page_with_sidebar {
  margin-top: 4px;
  margin-left:  0em;
  margin-right: 0em;
  padding-left: 1em;
  text-align: justify;
  width: 75%;
  float: left;
  border-left: 1px solid #8cacbb;
}

div.dokuwiki pre {width: 100%;}


/* ---- Sidebar ---- */
div.dokuwiki div#sidebar {
  margin-top: 1em;
  margin-left:  0em;
  margin-right: -1px;
  border-right: 1px solid #8cacbb;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
  padding-left: 0em;
  text-align: justify;
  float: left;
  background-color: #f5f5f5;
  width: 20%;
  font-size: 80%;
}

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

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

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

div.dokuwiki #sidebar a {
  color: #436976;
  text-decoration:none;
}

div.dokuwiki #sidebar a:hover {
  color: #000;
  text-decoration:underline; 
}

/* special headlines */
div.dokuwiki #sidebar h1 {font-size: 100%; margin-left: 4px; margin-bottom: 0.5em; border-bottom: none;}


