/*
 * MediaWiki 'microformats' style sheet
 * Copyright Ben Ward - http://ben-ward.co.uk
 *
 * Some resource come from Dan Cederholm's Microformats.org blog theme
*/

html {
   background: #636958;
   margin: 0 20px;
   font-family: Verdana, sans-serif;
   font-size: small;
}

body {
	background: #fff url(images/greenbar-top.gif) repeat-x top left;
   padding: 10px 20px 0;
   margin: 0;
	color: #000;
	border: 4px solid #53584A;
	border-width: 0 4px;
}

/** Section: Hyperlinks */

a:link {
	text-decoration: none;
	color: #3080CB;
	background: none;
	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
}
a:visited {
	color: #5FB5E1;
	text-decoration: none;
  	border-bottom: 1px dotted #86D9F1;
}
a:active {
	background-color: #6CA300;
}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
}
a.stub {
	color: #772233;
}
a.new {
	color: #ba0000;
}
a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}

/** Section: HTML Headings */

h1, h2, h3 {
	padding: 0.5em 0 0;
	margin: 0 0 0.3em 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 160%;
	color: #000;
   font-weight: normal;
   border-bottom: 1px solid #DEE0BA;
}
h1 { font-size: 160%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 130%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 116%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 100%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 80%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }


/** Section: Page Header */
.header {
	background: #FFF url(images/header-bg.gif) left bottom repeat-x;
	padding: 0px;
	margin: 0 -20px;
   overflow: hidden;
}

.header h1.logo,
.header a.logo {
   font-size: 200%;
   text-decoration: none;
   border: none;
   width: 144px;
	height: 36px;
	margin: 0;
	padding: 20px 20px 18px 20px;
   font-weight: bold;
   float: left;
}
.header a.logo:hover {
   background: transparent;
}

/** Section: Header: Navigation */
.header .nav,
.header form {
   font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	text-transform: lowercase;
}

.header .nav {
	float: left;
	margin: 0;
	padding: 20px 0 18px 36px;
}
.header .nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
}
.header .nav a,
.header .nav span,
.header label {
	text-decoration: none;
	font-weight: bold;
	color: #6CA300;
	border: none;
}

.header .nav a,
.header .nav span {
   float: left;
   display: block;
   padding: 8px 10px;
}

	
/* Nav Items: Hover */

.header .nav li:hover {
	background: #E0E8B9 url(images/nhov-top.gif) no-repeat top left;
}
.header .nav a:hover,
.header .nav span:hover { /* a backup for IE's lack of li:hover support */
	background-color: #E0E8B9;
}
html>body .header .nav a:hover {
	background: transparent url(images/nhov-bottom.gif) no-repeat bottom right;
}
	
/* Nav Items: Active */

.header .nav li.active {
	background: url(images/nav-top.gif) no-repeat top left;
}
.header .nav li.active a,
.header .nav li.active span {
	color: #333;
	background: url(images/nav-bottom.gif) no-repeat bottom right;
}

/** Section: Header: Search Form */
.header form#search {
   clear: none;
   float: right;
   padding-top: 20px;
   padding-right: 10px;
}
.header form#search fieldset {
    margin: 0;
    padding: 6px 8px;

    /* No border in IE7 because square corners look nasty*/
    /border: none;
}
    

/** Section: Content */
.content {
   position: relative;
   width: 78%;
   float: right;
   padding: 30px 0 10px;
}

.content .entry-content {
    padding-right: 50px;
}

.content span.editsection {
   display: block;
   color: #FFF;
   padding-left: 16px;
   min-height: 20px;
   background: #FFF url(images/icons/page-edit.png);
   background-position: center left;
   background-repeat: no-repeat;
   text-transform: capitalize;   
}

.content .sub-title {
    font-size: 80%;
}

.content .noarticletext {
   margin: 1em 0;
   border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}

.content .last-modified {
   margin-top: 1em;
   font-size: 80%;
   font-style: italic;
   text-align: right;
}

.content .rfc2119 {
  text-transform: lowercase;
  font-style: italic;
}

.content a {
    background-position: center right;
    background-repeat: no-repeat;
}

.content a.external,
.content a[href^="gopher://"] {
	background-image: url(images/icons/url-external.png);
	padding-right: 12px;
}

.content a[href^="mailto:"],
.link-mailto {
	background-image: url(images/icons/url-email.png);
	padding-right: 18px;
}


.content a[href^="irc://"],
.link-irc {
	background-image: url(images/icons/url-irc.png);
	padding-right: 18px;
}

.content a[href$=".ogg"], 
.content a[href$=".OGG"],
.content a[href$=".mid"], 
.content a[href$=".MID"],
.content a[href$=".midi"], 
.content a[href$=".MIDI"],
.content a[href$=".mp3"], 
.content a[href$=".MP3"],
.content a[href$=".wav"], 
.content a[href$=".WAV"],
.content a[href$=".wma"], 
.content a[href$=".WMA"],
.link-audio {
	background-image: url(images/icons/url-audio.png);
	padding-right: 18px;
}

.content a[href$=".ogm"], 
.content a[href$=".OGM"],
.content a[href$=".avi"], 
.content a[href$=".AVI"],
.content a[href$=".mpeg"], 
.content a[href$=".MPEG"],
.content a[href$=".mpg"], 
.content a[href$=".MPG"],
.link-video {
	background-image: url(images/icons/url-video.png);
	padding-right: 18px;
}

.content a[href$=".pdf"], 
.content a[href$=".PDF"],
.content a[href*=".pdf#"], 
.content a[href*=".PDF#"],
.content a[href*=".pdf?"], 
.content a[href*=".PDF?"],
.link-document {
	background-image: url(images/icons/url-doc.png);
	padding-right: 18px;
}

/*.content a[href*="User:"] {
    background-image: url(images/icons/url-user.png);
    padding-right: 18px;    
}*/

/** Section: Content: Discussions */
.content .discussion {
   margin: 1em 0;
   padding: 4px;
   padding-right: 10px;
   background-color: #F7F9FA;
   border-left: 3px solid #DAE7DD;
}
.content .discussion.issues {
   background-color: #F9FBDF;
}
.content .discussion ul {
   padding-left: 0; margin-left: 0;;
}
.content .discussion li {
   list-style: none;
   background: transparent url(images/icons/thread-start.png) 5px 4px no-repeat;
   padding-left: 30px;
   margin: 0.4em 0;
}
.content .discussion.issues > ul > li {
   background-image: url(images/icons/issue.png);
}
.content .discussion li li {
   background-image: url(images/icons/thread-reply.png);
   background-position: 15px 4px;
   padding-left: 40px;
   border-left: 3px solid #DAE7DD;   
}

.content .discussion li li + li {
/*   border-top: 1px solid #E1E5BA;*/
   padding-top: 0.4em;
   background-position: 15px 0.4em;
}

/** Section: Categories Box */
.content #category-links {
/*    border: 1px solid #E1E5BA;
    padding: 5px 20px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}
.content #category-links h2 {
    border: none;
    font-size: 100%;
    font-weight: bold;
}
.content #category-links ul {
    padding: 0; margin: 0;
    list-style: none;
}
.content #category-links li {
    display: inline;
    padding: 0 5px 0 20px;
    background: transparent url(images/icons/category.png) top left no-repeat;
}

/** Section: Sidebar */

#sidebar {
   width: 18%;
   float: left;
   padding: 10px 0px;
}

#sidebar a { border-bottom: none; }

/** Section: Sidebar: Boxes */
.box {
	width: 100%;
	margin: 0 0 14px 0;
	background: #F8F7EC; /* url(images/box-tile.gif) repeat-y top left;*/
	border: 2px solid #E1E5BA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.box-inner {
	/*background: url(images/box-bottom.gif) no-repeat bottom left;*/
	}
.box h3 {
	margin: 0;
	padding: 15px 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	/*background: url(images/box-top.gif) no-repeat top left;*/
	}
.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 1em 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
	}
.box ul {
	list-style-type: none;
	list-style-image: none;	
	}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
	}
.box dl dd {
	margin: 0;
	padding: 0;
	}

/** Section: Sidebar: User Box */	
#user-box.vcard .logo {
   float: left;
   margin-top: -6px;
   margin-right: 4px;
   border: 2px solid #E0E8B9;
   height: 24px; width: 24px;
}
#user-box ul {
   clear: left;
   padding-bottom: 0px;
}
#user-box.box,
#user-box ul,
#user-box h3 { 
   background: none;
   border: none;
}
#user-box li {
   text-transform: capitalize;
}

/** Section: Content Control Toolbar */
#content-controls { 
   position: absolute; 
   top: 12px;
   right: 0;
}
#content-controls ul {
   margin: 0;
   padding: 0;
}
#content-controls h2 { display: none; }
#content-controls li { 
   list-style: none;
   float: left;
   margin: 0;
   padding-left: 18px;
   padding-right: 10px;
   min-height: 20px;
   background-position: left center;
   background-repeat: no-repeat;
}
#content-controls li#ca-nstab-main {
   background-image: url(images/icons/content-page.png);
}
#content-controls li#ca-edit {
   background-image: url(images/icons/content-edit.png);
}
#content-controls li#ca-history {
   background-image: url(images/icons/content-history.png);
}
#content-controls li#ca-move {
   background-image: url(images/icons/content-move.png);
}
#content-controls li#ca-delete {
   background-image: url(images/icons/content-delete.png);
}
#content-controls li#ca-undelete {
   background-image: url(images/icons/content-undelete.png);
}
#content-controls li#ca-protect {
   background-image: url(images/icons/content-protect.png);
}
#content-controls li#ca-unprotect {
   background-image: url(images/icons/content-unprotect.png);
}
#content-controls li#ca-watch,
#content-controls li#ca-unwatch {
   background-image: url(images/icons/content-watch.png);
}
#content-controls li#mf-issues {
   background-image: url(images/icons/content-issues.png);
}

#footer {
   clear: both;
   border-top: #DEE0BA solid 2px;
   padding: 10px 20px 15px;
   margin: 10px -20px 0 -20px;
	background: #F6F5EA url(images/greenbar-top.gif) repeat-x bottom left;
	text-align: center;
}
#footer address {
   font-style: normal;
}
#footer ul li {
   display: inline;
   list-style: none;
   padding: 0 5px;
   border-right: 1px solid #DEE0BA;
}
#footer ul li:last-child {
   border: none;
}
#footer a {
	color: #6CA300;
}

#footer a:hover {
	background-color: #E0E8B9;
}

/** Section: Page Variants */
body.specification .content,
body.pattern .content,
body.specification #sidebar {
   float: none;
   width: auto;
}
body.specification .header {
   background: none;
   border-bottom: #DEE0BA solid 1px;
}
body.specification .content {
   margin-left: -20px;
   padding-left: 40px;
   background: #FFF url(images/microformat-spec.png) no-repeat left 1.5em;
}
body.draft .content {
   background: #FFF url(images/microformat-draft.png) no-repeat left 1.5em;
}

body.specification #sidebar {
    border-top: #DEE0BA solid 1px;
    background: #F9FAEF;
    margin: 10px -20px 0 -20px;
    padding: 0 22px;
    overflow: hidden;
}
body.specification #user-box {
    width: 50%;
}
body.specification .box {
    width: 24%;
    float: left;
    border: none;
    background: none;
}

body.specification #footer {
   margin-top: 0;
}

/** Section: Hidden Page Elements */

#jump-to-nav,
.content .printfooter {
   display: none;
}


/** Section: Page: Edit Page */
.editOptions br {
   margin-top: 0.5em;
}
.editButtons {
   margin: 0.5em 0;
   width: 25em;
   overflow: hidden;
}
.editButtons input {
   float: left;
   text-transform: capitalize;
   font-size: 100%;
}
.editButtons #wpPreview{
   font-weight: bold;
}
.editButtons #wpSave{
   float: right;
}
.editHelp {
   display: block;
   clear: both;
   padding: 0.5em 0 0 10px;
}
#editpage-copywarn {
    font-size: 80%;
}

/** Section: Page: Account Preferences */
/*  JavaScript Enabled Prefences TOC */ 

#preftoc {
   clear: both;
	margin: 1em 0;
	padding: 5px;
	}
#preftoc li {
	margin: 0;
	padding: 0;
	color: #333;
	background: none;
	display: inline;
	font-weight: bold;
	}
#preftoc li a {
	color: #6CA300;
	border: none;
	padding: 0 .7em;
	text-decoration: none;
   display: block;
}
#preftoc li a:hover {
	color: #fff;
	background: #6CA300;
}

#preftoc li.selected a {
	background-color: #F7F6EC;
	color: #000;
	cursor: default;
}
#prefcontrol {
	padding-top: 1em;
	clear: both;
}
#preferences {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F7F6EC;
}
#preferences table {
   background: none;
}
#preferences .prefsectiontip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666;
}
#preferences .mainLegend {
   display: none;
}
#preferences .preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}
#preferences .prefcache {
	font-size: 90%;
	margin-top: 2em;
}

/** Section: HTML Elements */

table {
	background-color: white;
}

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

ul, ol {
	line-height: 1.5em;
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ul {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
ul ul {
	list-style-type: square;
	list-style-image: url(images/bullet-grey.png);
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted #AAA;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: #000;
	background-color: #f9f9f9;
	line-height: 1.1em;
	overflow-x: scroll;
}


/** Section: Forms */

fieldset {
   border: 1px solid #DADFB5;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   margin-top: 8px;
}
legend {
   font-weight: bold;
}
textarea {
	width: 100%;
	padding: 5px;
}

input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}


/** Section: Content: User Messages */
.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: 120%;
}
.errorbox, .successbox {
	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;
}


/*
** content styles
*/

/** Section: Content: TOC */
#toc {
    width: 33%;
}
#toc,
.toc,
.mw-warning {
	background: #F8F7EC; /* url(images/box-tile.gif) repeat-y top left;*/
	border: 2px solid #E1E5BA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	font-size: 95%;
}
#toc,
.toc {
    float: right;
    margin: 0 -50px 0 2em;    
}
* html #toc, * html .toc{
    margin: 0 -25px 0 1em;
}

#toc:first-child {
    margin-top: -35px;
}


#toc h2,
.toc h2 {
	display: block;
	border: none;
	padding: 0;
	font-size: 110%;
	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 1em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

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

/** Section: Content: Legacy: Floated Content */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
}
div.floatleft p { font-style: italic; }


/** Section: Content: Image 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;
}
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;
}

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

/* TODO: #t-iscite is only used by the Cite extension, come up with some
 * system which allows extensions to add to this file on the fly
 */
#t-ispermalink {
	color: #999;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 2em;
	background-color: #f9f9f9;
	float: left;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #f9f9f9;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha,
div#userloginForm .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	background-color: white;
}


#userloginprompt, #languagelinks {
	font-size: 85%;
}

#login-sectiontip {
	font-size: 85%;
	line-height: 1.2;
	padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
	width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
	font-weight: bold;
}

.redirectText {
	font-size: 150%;
	margin: 5px;
}

.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	clear: both;
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.searchmatch, span.bot {
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}

span.searchmatch {
	color: red;
}
.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: black;
	background-color: #0f0;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

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

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.previewnote p {
	margin: 0;
	padding: 0;
}

.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

table.mw_metadata caption {
	font-weight: bold;
}

table.mw_metadata th {
	font-weight: normal;
}

table.mw_metadata td {
	padding: 0.1em;
}

table.mw_metadata {
	border: none;
	border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.mw_metadata th {
	background-color: #f9f9f9;
}

table.mw_metadata td {
	background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
	display: none;
}


/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

input#wpSummary {
	width: 80%;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}

#editform .editOptions {
	display: inline;
}

#wpSave {
	font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}


/** Section: Search? */

div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}

div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}

div#searchTarget ul li {
	list-style: none;
}

div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}

div#searchTargetHide {
	float:right;
	border:solid 1px black;
	background:gainsboro;
	padding:2px;
}

/** Section: Page: Special:Version */

table#sv-ext, table#sv-hooks, table#sv-software {
	margin: 1em;
	padding:0em;
}

#sv-ext td, #sv-hooks td, #sv-software td,
#sv-ext th, #sv-hooks th, #sv-software th {
	border: 1px solid #A0A0A0;
	padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th, #sv-software th {
	background-color: #F0F0F0;
	color: black;
	padding: 0 0.15em 0 0.15em;
}
tr.sv-space{
	height: 0.8em;
	border:none;
}
tr.sv-space td { display: none; }

/* Convenience links on Special:Ipblocklist */
p.mw-ipb-conveniencelinks {
	font-size: 90%;
	float: right;
}