table#toc {
  width: 100%;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  border: 1px solid silver;
  background: white;
}

#toc h2 {
  font-size: 12px;
}

#toc ul {
  margin: 0;
  padding: 0;
  margin-left: 12px;
}

div#right {
}

.floatright, .floatleft, .boxright, .boxleft {
  padding: 5px;
  margin: 10px;
  background: #f3f3f3;
  border: 1px solid #dedede;
  font-family: Verdana, Sans-Serif;;
}

.floatright, .boxright {
  float: right;
  margin-right: 0;
}

.floatleft, .boxleft {
  float: left;
  margin-left: 0;
}


table.layout td {
	vertical-align: top;
	width: 50%;
	font-size: 90%;
}

#article { padding: 4px; }
#content { margin: 0; padding: 0; }
#footer { padding: 4px;font-size:95%;clear: both; }
#pagestats { font-size: 9pt; }
#powersearch {
  background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
}
#quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
#topbar { padding: 4px;font-size:95%; }


/* Table of contents */
.toctoggle, .editsection { font-size: smaller; }

/* ... */
#toolbar { padding:0px; }
#infobox { background:#eeeeff;color:black;}
#editform { margin-top:1px;}

#mw-upload-form, textarea {
	font-family: Menlo, Consolas, Monospace;
	font-size: 11px;
	max-width: 100%;
}
a.interwiki, a.external { color: #3366BB; }
a.printable { text-decoration: underline; }
a.stub { color:#772233; text-decoration:none; }
a:visited { color: #5A3696; }
body { margin: 0px; padding: 4px; color: black; }
form.inline { display: inline; }
textarea { overflow: auto; }


h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
font-size:150%; }
h1.pagetitle .editsection { font-size: 66.7%; }
h2 { font-size: 120%; }
h2 .editsection { font-size: 83.3%; }
h2, h3, h4, h5, h6 { margin-bottom: 0;}
h3 { font-size: 106.25%; }
h3 .editsection { font-size: 94.1%; }
h4 { font-size: 103.125%; }
h4 .editsection { font-size: 97.0%; }
h5 { font-size: 100%; }
h5 .editsection { font-size: 100%; }
h6 { font-size: 95%; }
h6 .editsection { font-size: 105.3%; }
hr.sep { color:gray;height:1px;background-color:gray;}
hr {
  margin: 10px -10px 10px -10px;
  clear: both;
}
p.subpages { font-size:small;}
p.subtitle { padding-top: 0; margin-top: 0;}
.catlinks { font-size:small; margin-top:0; text-align:right;}
td { empty-cells:show; }
td.bottom { border-top: 1px solid gray; }
td.top { border-bottom: 1px solid gray; }
/* 
 * common.css
 * This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue
 */
#footer { clear: both }
/* images */
/*
div.floatright { float: right; margin: 0 0 1em 1em; }
div.floatright p { font-style: italic; }
div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
div.floatleft p { font-style: italic; }
*/


/* Print-specific things to hide */
.urlexpansion, .printfooter {
        display: none;
}

/* table standards */
table.rimage {
        float:right;
        margin-left:1em;
        margin-bottom:1em;
        text-align:center;
        font-size:smaller;
}

/* thumbnails */
div.thumb {
    margin: 5px;
    text-align: center;
    width: auto;
}
div.thumb div {
    border: 1px solid #8888aa;
    background-color: #f7f8ff;
    padding: 2px;
    text-align: center;
    overflow: hidden;
}
div.thumb div * { 
    border: none;
    background: none;
}
div.thumb img {
    border:1px solid #d8d8dA;
    margin-bottom:1px;
    background:#FFFFFF;
}
div.thumbcaption,
div.thumbcaption * {
    border: none !important;
    background: none !important;
}
div.thumbcaption {
    padding: 0.2em 0 0.2em 0 !important;
    text-align: left !important;
}
div.tright {
    float: right;
    margin-left:0.5em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: #4b4b4b; }
#pagehistory span.user { 
    margin-left: 1.4em;
    margin-right: 0.4em;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid White; }
#pagehistory li.selected { 
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}

table.diff { background:white; }
td.diff-otitle { background:#cccccc; }
td.diff-ntitle { background:#cccccc; }
td.diff-addedline { 
    background:#ccffcc;
    font-size: 94%;
}
td.diff-deletedline { 
    background:#ffffaa;
    font-size: 94%;
}
td.diff-context {
    background:#eeeeee;
    font-size: 94%;
}
span.diffchange { color: red; font-weight: bold; }

img { border: none; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }


#toc {
        border: 1px solid #8888aa;
        background-color: #f7f8ff;
        padding: 5px;
        font-size: 95%;
}
#toc .tocindent { margin-left: 2em; }
#toc .tocline { margin-bottom: 0px; }
#toc p { margin: 0 }
#toc .toctoggle { font-size: 95%; }
#toc .editsection { 
    margin-top: 0.7em; 
    font-size: 94%;
}

.error {
	color: red;
	font-size: larger;
}

/* preference page with js-genrated toc */
#preftoc { 
    float: left;
    margin: 1em 1em 1em 1em;
    width: 13em;
}
#preftoc li { border: 1px solid White; }
#preftoc li.selected { 
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
    color: #005189;
}
#prefcontrol { 
    clear: left;
    float: left;
    margin-top: 1em;
}
div.prefsectiontip { 
    font-size: 94%;
    margin-top: 1em;
}
fieldset.prefsection { margin-top: 1em }
fieldset.operaprefsection { margin-left: 15em }

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}
/* small for tables and similar */
.small, .small * { font-size: 94%; }
table.small { font-size: 100% }

div.townBox {
    position:relative;
    float:right;
    background:White;
    margin-left:1em;
    border: 1px solid gray;
    padding:0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 0.3em 0; 
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}
div.townBox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
}
/* use this instead of #toc for page content */
.toccolours { 
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
    font-size: 95%;
}
#siteNotice {
    border:1px solid #aaaaaa;
}
.redirectText {
	font-size:150%;
	margin:5px;
}
.searchmatch {
	color: red;
	font-weight: bold;
}
.sharedUploadNotice {
	font-style: italic;
}
span.unpatrolled {
	font-weight:bold;
	color:red;
}

span.updatedmarker {
	color:black;
	background-color:#00FF00;
}
span.newpageletter {
	font-weight:bold;
	color:black;
	background-color:yellow;
}
span.minoreditletter {
	color:black;
	background-color:#C5FFE6;
}

table.gallery {
        border: 1px solid #dedede;
        margin: 0;
        padding: 0;
}

table.gallery tr { 
        vertical-align:top;
}

table.gallery td {
      vertical-align:top;
      border: 0;
      padding: 0;
      margin: 0;
}

div.gallerybox {
        margin: 0;
        padding: 0;
}

div.gallerybox div.thumb {
        text-align: center;
        border: 0;
        margin: 0;
        padding: 0;
}       

div.gallerytext {
        padding: 0;
        margin: 0;
        text-align: center;
}       

#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
 margin-top: 5px;
}




div#content {
  padding-top: 100px;
}
span.editsection {
        float: right;
        font-size: 10px;
        display: block;
}

pre {
  padding-left: 3em;
  font-size: 12px;
  font-family: Menlo,Consolas, "Bitstream Vera Sans Mono", Monospace;
}

div#content img {
  max-width: 100%;
}

.video {
	text-align: center;
	margin: 10px;
}



