body {
	background-color: #ffffff;
	background-image: url(/skins/parvi/background.png);
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #a02000;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	text-decoration: none;
}

a:hover {
	border-style: solid;
}

a.bottom, span.bottom {
	margin-right: 1.2em;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

form div {
	display: inline;
}

input, textarea {
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Courier, fixed;
	width: 100%;
}

input:focus {
	border-color: #707070;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}

div, img, object {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

ul.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 2px;
}

ul.inline li a {
	color: #ffffff;
}

ul.inline li a.new {
	color: #ffc0c0;
}

div#page_center {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

div#leftbar {
	width: 170px;
}

div#rightbar {
	width: 800px;
}

div#header {
	background-color: #202020;
	height: 56px;
	/*
	border-width: 0px 0px 6px 0px;
	border-color: #505050;
	border-style: solid;
	*/
	background-image: url(/skins/parvi/header-border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#header a {
	border-style: none;
}

div#modules, div#tools, div#content, div#sidebar {
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

div#modules {
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: -1px;
	border-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-style: solid;
	border-color: #d0d0d0;
}

div#modules input#searchInput {
	color: #000000;
	background-color: #ffffff;
	background-image: url(/skins/parvi/magglass.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 3px 50%;
	width: 124px;
	padding: 3px;
	padding-left: 20px;
	margin-bottom: 1em;
}

div#modules a img {
	
}

ul.modules {
	margin: 0px;
	padding: 0px;
}

ul.modules li {
	list-style-type: none;
	padding-bottom: 0.1em;
}

ul.modules li a:hover {
	
}

ul.modules ul {
	margin: 0px;
	margin-left: 1.5em;
	padding: 0px;
}

ul.modules ul li {
	list-style-type: square;
}

ul.modules ul li a {
	font-size: 90%;
}

div#tools {
	color: #ffffff;
	background-color: #202020;
	width: 793px;
	height: 1.7em;
	padding-top: 1.3em;
	padding-right: 5px;
	text-align: right;
}

div#tools input:focus {
	border-color: #b0b0b0;
}

div#contentarea {
	background-color: #ffffff;
}

div#content {
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	margin: 0px;
}

div#sidebar {
	background-color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	border-right-color: #d8d8d8;
	border-top-color: #d8d8d8;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	width: 193px;
}

div#bottom {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 40px;
	text-align: center;
}

div.section {
	padding: 0em;
	padding-bottom: 0.5em;
}

div.section span {
	display: block;
	padding: 0.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
}
























/* general styles */

div#content table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: white;
}
div#content a {
	border: none;
	text-decoration: none;
	color: #002bb8;
	background: none;
}
div#content a:visited {
	border: none;
	color: #5a3696;
}
div#content a:active {
	border: none;
	color: #faa700;
}
div#content a:hover {
	border: none;
	text-decoration: underline;
}
div#content a.stub {
	color: #772233;
}
div#content a.new, div#content #p-personal a.new {
	color: #ba0000;
}
div#content a.new:visited, div#content #p-personal a.new:visited {
	color: #a55858;
}

div#content img {
	border: none;
	vertical-align: middle;
}
div#content p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
div#content p img {
	margin: 0;
}

div#content hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
div#content h1 { font-size: 188%; }
div#content h1 .editsection { font-size: 53%; }
div#content h2 { font-size: 150%; }
div#content h2 .editsection { font-size: 67%; }
div#content h3, div#content h4, div#content h5, div#content h6 {
	border-bottom: none;
	font-weight: bold;
}
div#content h3 { font-size: 132%; }
div#content h3 .editsection { font-size: 76%; font-weight: normal; }
div#content h4 { font-size: 116%; }
div#content h4 .editsection { font-size: 86%; font-weight: normal; }
div#content h5 { font-size: 100%; }
div#content h5 .editsection { font-weight: normal; }
div#content h6 { font-size: 80%;  }
div#content h6 .editsection { font-size: 125%; font-weight: normal; }

div#content ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
div#content ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
div#content li {
	margin-bottom: .1em;
}
div#content dt {
	font-weight: bold;
	margin-bottom: .1em;
}
div#content dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
div#content dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

div#content fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
div#content legend {
	padding: .5em;
	font-size: 95%;
}
div#content form {
	border: none;
	margin: 0;
}

div#content textarea {
	width: 100%;
	padding: .1em;
}

div#content input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
div#content select {
	vertical-align: top;
}
div#content abbr, div#content acronym, div#content .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
div#content q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
div#content code {
	background-color: #f9f9f9;
}
div#content pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

.printfooter {
	display: none;
}

/*
** the main content area
*/

#siteSub {
	display: none;
}
#jump-to-nav {
	display: none;
}

#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;
}
span.subpages {
	display: block;
}

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}
.firstHeading {
	margin-bottom: .1em;
}

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

#catlinks {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	margin-top: 1em;
	clear: both;
}
/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
	/* The summary text describing the document */
	font-weight: bold;
	display: block;
	margin: 1em 0;
	line-height: 1.5em;
}
.documentByLine {
	text-align: right;
	font-size: 90%;
	clear: both;
	font-weight: normal;
	color: #76797c;
}

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





#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
.hiddenStructure {
	display: none;
}

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible

#file img, .gallerybox .thumb img {
	background: url(Checker-16x16.png) repeat;
}
*/

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
div.townBox {
	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	padding: .3em;
	width: 200px;
	overflow: hidden;
	clear: right;
}
div.townBox dl {
	padding: 0;
	margin: 0 0 .3em;
	font-size: 96%;
}
div.townBox dl dt {
	background: none;
	margin: .4em 0 0;
}
div.townBox dl dd {
	margin: .1em 0 0 1.1em;
	background-color: #f3f3f3;
}

/*
** edit views etc
*/
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

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

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url("document.png") center right no-repeat;
	padding-right: 12px;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}
