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

#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: #d9d7e0;
  color: black;
  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 */
/*
 * 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 */
/* default.css */
/* dev etc site-wide styles */
/* Created by Jonathon Mah on 2006-04-03 */

html, body {
	height: 100%; /* Make the page the full height of the viewport */
}


body {
	background: #231c4c;
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
}


#page-container {
	position: relative;
	min-height: 100%;
	height: auto;
}


#site-title {
	position: absolute;
	z-index: 1;
	left: 19px;
	top: 46px;
}


#main-container {
	position: relative;
	padding: 1em 1em 80px 112px;
	z-index: 1;
}


#page-title {
	font-size: 3em;
	font-family: "Trebuchet MS", sans-serif;
	color: white;
	text-shadow: black 0.05em 0.1em 0.15em;
	margin-top: 23px;
	margin-bottom: -0.1em;
}


#page-buttons {
	text-align: right;
	margin-right: 3px;
	margin-bottom: 0.1em;
	text-shadow: black 0.05em 0.1em 0.15em;
	color: white;
	text-transform: lowercase;
}


#page-buttons a {
	color: white;
	margin-left: 0.8em;
	margin-right: 0.8em;
	text-decoration: none;
}


#content-container {
	position: relative;
	border: 2px solid black;
	background-color: #d9d7e0;
	font-size: 10pt;
}


#content {
	padding: 0.2em 1em 0.1em 1em;
	margin: 0;
}


#content:first-child {
	margin-top: 0;
	padding-top: 0;
}


p {
	margin-bottom: 1em;
}


.clearer {
	clear: both;
	margin: 0;
	width: 0;
	height: 0;
}


.page-info {
	font-size: 0.9em;
	color: #333;
	text-align: center;
}


/* ---- Mode Bar ---- */
#mode-bar {
	height: 19px;
	padding-top: 4px;
	padding-left: 14px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/mode-bar/mode-bar-background.png);
	background-repeat: repeat-x;
	color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: black 0 1px 0;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}


ul#mode-bar-buttons {
	position: absolute;
	top: 3px;
	right: 0;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#mode-bar-buttons li {
	float: left;
	text-shadow: none;
	margin-right: 5px;
}

ul#mode-bar-buttons li,
ul#mode-bar-buttons li a {
	height: 17px;
}

ul#mode-bar-buttons li a {
	padding: 0 14px 2px 14px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/mode-bar/mode-bar-button-background.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #4d4d4d;
	text-decoration: none;
}

ul#mode-bar-buttons li a span.mode-bar-button-end {
	position: absolute;
	padding-left: 6px;
	width: 8px;
	height: 17px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/mode-bar/mode-bar-button-background.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ul#mode-bar-buttons li a:active,
ul#mode-bar-buttons li a:focus {
	background-image: url(/devetc/lib/tpl/silhouette/../images/mode-bar/mode-bar-button-focus-background.png);
}

ul#mode-bar-buttons li a:active span.mode-bar-button-end,
ul#mode-bar-buttons li a:focus span.mode-bar-button-end {
	background-image: url(/devetc/lib/tpl/silhouette/../images/mode-bar/mode-bar-button-focus-background.png);
}


/* ---- Nav Bar ---- */
#nav-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 23px;
	z-index: 3;
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-background.png);
	background-repeat: repeat-x;
	margin: 0;
}

#nav-bar ul {
	position: absolute;
	top: 0;
	height: 23px;
	z-index: 3;
	list-style-type: none;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0;
}

#nav-bar ul#nav-bar-left {
	left: 0;
}

#nav-bar ul#nav-bar-right {
	right: 0;
}

#nav-bar ul li {
	float: left;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#nav-bar ul li.nav-label,
#nav-bar ul li a {
	padding: 1px 7px 2px 7px;
	margin-top: -1px;
	margin-left: 1px;
	margin-right: 1px;
	height: 16px;
}

#nav-bar ul li.nav-label {
	color: black;
}

#nav-bar ul li a {
	color: #282828;
	text-shadow: #e2e2e2 0 1px 0;
	text-decoration: none;
}


#nav-bar ul li.nav-bar-selected a,
#nav-bar ul li:not(.nav-bar-selected) a:hover,
#nav-bar ul li:not(.nav-bar-selected) a:active,
#nav-bar ul li:not(.nav-bar-selected) a:focus {
	color: white;
	text-shadow: #606060 0 1px 0;
}

#nav-bar ul li.nav-bar-selected a {
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-selected-background.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav-bar ul li.nav-bar-selected a span.nav-bar-item-end {
	position: absolute;
	margin-top: -1px;
	width: 8px;
	height: 16px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-selected-background.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav-bar ul li:not(.nav-bar-selected) a:hover {
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-hover-background.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav-bar ul li:not(.nav-bar-selected) a:active,
#nav-bar ul li:not(.nav-bar-selected) a:focus {
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-focus-background.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav-bar ul li:not(.nav-bar-selected) span.nav-bar-item-end {
	display: none;
}

#nav-bar ul li:not(.nav-bar-selected) a:hover span.nav-bar-item-end {
	display: inline;
	position: absolute;
	margin-top: -1px;
	width: 8px;
	height: 16px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-hover-background.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav-bar ul li:not(.nav-bar-selected) a:active span.nav-bar-item-end,
#nav-bar ul li:not(.nav-bar-selected) a:focus span.nav-bar-item-end {
	display: inline;
	position: absolute;
	margin-top: -1px;
	width: 8px;
	height: 16px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/nav-bar-focus-background.png);
	background-repeat: no-repeat;
	background-position: top right;
}


#search-bar {
	position: absolute;
	top: 22px;
	z-index: 4;
	height: 28px;
	right: 0;
	font-size: 0.75em;
	background-image: url(/devetc/lib/tpl/silhouette/../images/header/search-bar-background.png);
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-right: 9px;
}

#search-bar-left-edge {
	position: absolute;
	top: 0;
	left: -16px;
}


#search-bar fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


input.search-field {
	color: black;
	font-size: 0.9em;
	width: 15em;
	margin-right: 0.5em;
}


input.search-field.input-placeholder {
	color: #9b9b9b;
}


button.search-button {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: transparent;
	vertical-align: middle;
}


#footer {
	/* The order of these properties matter! */
	width: 100%;
	min-width: 200px;
	height: 239px;
	overflow: hidden;
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer-right {
	position: absolute;
	left: 1013px;
	right: 0;
	top: 173px; /* 239px - 66px */
	height: 66px;
	background-image: url(/devetc/lib/tpl/silhouette/../images/footer/right-repeat.png);
	background-repeat: repeat-x;
}


a img {
	border: none;
}


table.form-fields {
	margin-left: auto;
	margin-right: auto;
}

table.form-fields td.form-label {
	text-align: right;
}

table.form-fields td.form-field {
	text-align: left;
}


/* ---- GComment ---- */
span.commenthead {
	font-weight: bold;
}

img.gravatar {
	vertical-align: text-top;
	margin-right: 0.5em;
}



/* ---- Edit action ---- */
textarea#wiki__text {
	width: 100%;
	height: 20em;
}

div#size__ctl {
	float: right;
	height: 1em;
}

div#size__ctl img {
	cursor: pointer;
}

div#wiki__editbar {
	padding-top: 0.3em;
}

.nowrap {
	white-space: nowrap;
}


/* ---- Toolbar ---- */
button.pickerbutton,
button.toolbutton {
	background-color: white;
	padding: 0;
	margin: 1px;
	border: 1px solid #464646;
	cursor: pointer;
}

button.pickerbutton {
	font-size: 0.9em;
}

div.picker {
	width: 25em;
	border: 1px solid #464646;
	background: #f8f8f8;
	z-index: 10;
}


/* ---- Log in action ---- */
.login-form {
	text-align: center;
}


/* ---- Lists ---- */
ul.toc li.open {
	list-style-image: url(/devetc/lib/tpl/silhouette/../images/bullets/triangle-down.png);
}

ul.toc li.closed {
	list-style-image: url(/devetc/lib/tpl/silhouette/../images/bullets/triangle-right.png);
}

ol, ul {
	margin: 0 0 0.5em 1.5em;
	padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	/* Consecutive lists */
	margin-bottom: 0;
}


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


/* ---- Table of Contents ---- */
div.toc {
	margin-left: 1em;
	margin-top: 0.5em;
	margin-right: -0.5em;
	float: right;
	width: 200px;
	font-size: 0.95em;
	clear: right;
	background-color: #f8f8f8;
	border: 1px solid #888888;
}

div.toc a {
	color: black;
	text-decoration: none;
}

div.toc a:hover {
	text-decoration: underline;
}

div.tocheader {
	padding: 0.2em;
	border-bottom: 1px solid #888888;
	background-color: #ddddff;
	text-align: left;
	font-weight: bold;
	margin-bottom: -1px;
}

div.tocheader img {
	width: 0.8em;
	height: 0.8em;
	margin-top: 0.3em;
	margin-right: 0.2em;
	cursor: pointer;
}

div#toc__inside {
	padding-top: 0.3em;
	font-size: 0.9em;
}

div#toc__inside ul {
	margin-left: 0.3em;
	list-style-type: none;
}

div#toc__inside ul li {
	background: transparent url(/devetc/lib/tpl/silhouette/../images/bullets/small-square.gif) 0 0.5em no-repeat;
	padding-left: 0.4em;
}

div#toc__inside ul ul {
	/* Non-toplevel headings */
	margin-left: 1.2em;
}



/* ---- Buttons ---- */
input.button,
button.button {
	cursor: pointer;
}


/* ---- Links ---- */
a[href] {
	color: #1111aa;
}

a:visited {
	color: #5511aa;
}

a.wikilink2 {
	/* Non-existing page */
	color: #991133;
}

a.urlextern {
	background-image: url(/devetc/lib/tpl/silhouette/../images/buttons/external-link.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}

a.mail {
	background-image: url(/devetc/lib/tpl/silhouette/../images/buttons/mailto-link.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}


/* ---- Embedded Images ---- */
img.media {
	margin: 0.1em;
}

img.medialeft {
	float: left;
	margin: 0.5em;
}

img.mediaright {
	float: right;
	margin: 0.5em;
}

img.mediacenter {
	display: block;
	margin: 1em auto;
}

img.middle {
	vertical-align: middle;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaaaaa;
}


/* ---- Headings ---- */
h1, h2, h3, h4, h5 {
	clear: left;
	border-bottom: 1px solid #231c4c;
	margin: 0.8em 0 0.2em 0;
}

h1 {
	font-size: 1.6em;
	margin-left: 0;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	margin-left: 1em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin-left: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin-left: 3em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	margin-left: 4em;
	font-weight: bold;
}


/* ---- Code ---- */
code, pre {
	font-size: 7pt;
}

pre.pre,
pre.code {
	/* Code blocks */
	border-top: 1px solid #334433;
	border-right: 1px solid #334433;
	border-bottom: 1px solid #334433;
	border-left: 8px solid #334433;
	background-color: white;
	padding: 0.2em;
	margin: 1em 2em;
}

code {
	/* Inline code */
}

blockquote {
	border-left: 8px solid #666666;
	margin: 0 3em;
	padding: 0.5em;
}


/* ---- Inline Tables ---- */
table.inline {
	background-color: white;
	border-spacing: 0;
	border-collapse: collapse;
}

table.inline th {
	padding: 0.2em 0.5em;
	border: 1px solid #888888;
	background-color: #ddddff;
}

table.inline td {
	padding: 0.2em 0.5em;
	border: 1px solid #cccccc;
}


/* ---- Diff ---- */
table.diff {
	width: 100%;
	background-color: white;
	border: 1px solid #cccccc;
}

table.diff th {
	border-bottom: 1px solid #464646;
	font-size: 1.2em;
	width: 50%;
	font-weight: normal;
	text-align: left;
}

table.diff td {
	font-family: monospace;
	font-size: 7pt;
}

table.diff td.diff-blockheader {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

table.diff td.diff-addedline {
	background: #ddffdd;
}

table.diff td.diff-deletedline {
	background: #ffe6e6;
}

table.diff td.diff-context {
}

table.diff span.diffchange {
	color: red;
}


/* ---- Search Results ---- */
.search_result {
	margin-left: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.search_cnt {
	font-size: 0.9em;
}

.search_snippet {
	color: #444444;
	font-size: 0.8em;
	margin-left: 1.5em;
}

.search_sep {
	color: black;
}

.search_hit {
	color: black;
	background: #ffffcc;
}

div.search_contenthits,
div.search_quickresult {
	margin-bottom: 1em;
}

div.search_contenthits h3,
div.search_quickresult h3 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	border: none;
}

ul.search_quickhits {
	font-weight: bold;
}

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


#qsearch-container {
	position: absolute;
	right: 2em;
	top: 3em;
	width: 15em;
	opacity: 0.9;
	padding: 0.2em;
	display: none;
	line-height: 1.2em;
	border: 1px solid #464646;
	background: white;
}

#qsearch-container div.qsearch-header {
	font-weight: bold;
}

#qsearch-container #qsearch__out {
	min-height: 3em;
	padding: 0.2em;
}

#qsearch-container #qsearch__out img {
	vertical-align: middle;
	margin-left: 1.5em;
}

#qsearch__out ul {
	margin: 0 0 0 2em;
}


/* ---- Media ---- */
#mediaselect {
}

#mediaselect h1 {
	color: white;
	padding-left: 1em;
}

.mediaselect-namespaces,
.mediaselect-files {
	color: black;
	border: 1px solid #888888;
}

.mediaselect-files {
	width: 60%;
	position: absolute;
	right: 0;
	background-color: #f8f8f8;
	padding: 0.5em;
}

.mediaselect-namespaces {
	width: 35%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #eeeeee;
	font-size: 0.9em;
	padding: 0.5em;
}

.mediaselect-namespaces div#media__opts {
}

.mediaselect-namespaces div#media__tree {
	margin-top: 1em;
}

.mediaselect-namespaces ul {
	list-style-type: none;
}

.mediaselect-namespaces ul li img {
	/* The expand/compact buttons */
	margin-right: 0.5em;
}

.mediaselect-namespaces div.li {
	display: inline;
}

.mediaselect-header {
	background-color: #ddddff;
	border-bottom: 1px solid #888888;
	font-weight: bold;
	padding: 0.1em 1em;
	margin-bottom: 0.5em;
}

.media-uploadform {
	margin-top: 1em;
	font-size: 0.9em;
	clear: both;
	border-top: 1px solid #888888;
	padding: 1em;
}


h1#media__ns {
	padding: 0;
	/* Ugly hack; should be done better */
	margin-top: -1.6em;
}


#mediadetail h1 {
	color: white;
	padding-left: 0.5em;
}

div.thumb img {
	margin: 1em;
	border: 1px solid black;
}

div.img_big {
	text-align: center;
	margin: 0.5em 1em;
}

div.img_big img {
	border: 2px solid black;
}

div.img_detail {
	background-color: #d9d7e0;
	border: 1px solid #888888;
	padding: 0.2em 1em;
	margin: 1em;
}

div.img_detail p.img_caption {
	border-bottom: 1px solid #888888;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}

div.img_detail dl.img_tags {
	font-size: 0.9em;
}

div.img_detail dl.img_tags dt {
	font-weight: bold;
	background-color: #ffffcc;
}

div.img_detail dl.img_tags dd {
	font-family: monospace;
	font-size: 0.95em;
}


/* ---- Page History ---- */
span.user {
	color: #666666;
	font-size: 0.9em;
	padding-left: 0.5em;
}

span.user:before {
	content: "(";
}

span.user:after {
	content: ")";
}

li.minor {
	color: #666666;
	font-style: italic;
}
