/**
 * CSS in this file is used by *all* skins (that have any CSS at all).  Be
 * careful what you put in here, since what looks good in one skin may not in
 * another, but don't ignore the poor non-Monobook users either.
 */
.mw-plusminus-null { color: #888; }

.texvc { direction: ltr; unicode-bidi: embed; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

/* add a bit of margin space between the preview and the toolbar */
/* this replaces the ugly <p><br /></p> we used to insert into the page source */
#wikiPreview.ontop { margin-bottom: 1em; }

/* Stop floats from intruding into edit area in previews */

#toolbar, #wpTextbox1 { clear: both; }

div#mw-js-message {
	margin: 10px;
	padding: 10px;
	border: solid 1px #d6d6d6;
	background-color: #f5f5f5;
}

/* Edit section links */
.editsection {
	float: right;
	margin-left: 5px;
}

/**
 * File histories
 */

table.filehistory {
	border: 1px solid #d6d6d6;
	border-collapse: collapse;
    margin: 10px;
}

table.filehistory th, table.filehistory td {
	padding: 5px;
	vertical-align: center;
	border: 1px solid #d6d6d6;
}
table.filehistory th {
	text-align: left;
}

table.filehistory td.mw-imagepage-filesize, table.filehistory th.mw-imagepage-filesize {
	white-space:nowrap;
}

table.filehistory td.filehistory-selected {
	font-weight: bold;
}

/*
 * rev_deleted stuff
 */

li span.deleted, span.history-deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

/**
 * Forms
 */
body.ltr td.mw-label { text-align: right; }
body.ltr td.mw-input { text-align: left; }
body.ltr td.mw-submit { text-align: left; }
body.rtl td.mw-label { text-align: left; }
body.rtl td.mw-input { text-align: right; }
body.rtl td.mw-submit { text-align: right; }

td.mw-label { vertical-align: top; }
td.mw-submit { white-space: nowrap; }

/**
 * Image captions
 */

body.rtl .thumbcaption { text-align:right; }
body.rtl .magnify { float:left; }

body.ltr .thumbcaption { text-align:left; }
body.ltr .magnify { float:right; }

/**
 * Hidden categories
 */

.mw-hidden-cats-hidden { display: none; }
.catlinks-allhidden { display: none; }

/* Convenience links to edit block, delete and protect reasons */
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
p.mw-filedelete-editreasons, p.mw-delete-editreasons {
	font-size: 10px;
	float: right;
}

/* Search results */

div.searchresult {
	font-size: 10px;
    margin: 5px 0;
}

.mw-search-results {
	margin: 0;
    padding: 0;
}
.mw-search-results li {
	padding-bottom: 20px;
	list-style: none;
}
.mw-search-result-data {
	color: #888;
	font-size: 10px;
}

td#mw-search-menu {
	padding-left: 96px;
	font-size: 10px;
}

div#mw-search-interwiki {
	float: right;
	width: 18em;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 1px;
	margin-top: 20px;
}

div#mw-search-interwiki li {
	font-size: 10px;
}

.mw-search-interwiki-more {
	float: right;
	font-size: 10px;
}

span.searchalttitle {
	font-size: 10px;
}

div.searchdidyoumean {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	/* Note that this color won't affect the link, as desired. */
	color: #f90;
}

div.searchdidyoumean em {
	font-weight: bold;
}

.searchmatch {
	font-weight: bold;
    color: #f90;
}

div.searchresults {
	border: 1px solid d6d6d6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
 * UserRights stuff
 */
.mw-userrights-disabled {
	color: #888;
}

table.mw-userrights-groups * td,table.mw-userrights-groups * th {
	padding-right: 20px;
}

/* 
 * OpenSearch ajax suggestions
 */
.os-suggest {
	overflow: auto; 
	overflow-x: hidden; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	background-color: white; 
	background-color: Window;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 1px;
	z-index:99; 
	visibility:hidden; 
	font-size: 11px;	
}

table.os-suggest-results {
	font-size: 11px;
	cursor: pointer; 
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

td.os-suggest-result, td.os-suggest-result-hl {
	white-space: nowrap;
	background-color: #fff; 
	background-color: Window;
	color: #444;
	color: WindowText;
	padding: 5px;
}
td.os-suggest-result-hl,
td.os-suggest-result-hl-webkit {
	background-color: #4C59A6; 
	color: #fff;
}
td.os-suggest-result-hl {
	/* System colors are misimplemented in Safari 3.0 and earlier,
	   making highlighted text illegible... */
	background-color: Highlight;
	color: HighlightText;
}

.os-suggest-toggle {
	position: relative; 
	left: 1ex;
	font-size: 10px;
}
.os-suggest-toggle-def {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10px;
	visibility: hidden;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: #888; }
#pagehistory .history-user {
    margin-left: 0.4em;
    margin-right: 0.2em;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid white; }
#pagehistory li.selected {
    background-color: #f5f5f5;
    border: 1px dashed #d6d6d6;
}

/*
 * Special:ListGroupRights styling
 * Special:Statistics styling 
*/

table.mw-listgrouprights-table,
table.mw-statistics-table {
	border: 1px solid #d6d6d6;
	border-collapse: collapse;
}

table.mw-listgrouprights-table tr  {
	vertical-align: top;
}

table.mw-listgrouprights-table td, table.mw-listgrouprights-table th,
table.mw-statistics-table td, table.mw-statistics-table th {
	padding: 10px;
	border: 1px solid #d6d6d6;
}

td.mw-statistics-numbers {
	text-align: right;
}

/* Special:SpecialPages styling */
h4.mw-specialpagesgroup {
	background-color: #e5e5e5;
	padding: 10px;
	margin: 5px 0 0 0;
}
.mw-specialpagerestricted {
	font-weight: bold;
}

#shared-image-dup, #shared-image-conflict {
	font-style: italic;
}

/* Special:EmailUser styling */
table.mw-emailuser-table {
	width: 98%;
}
td#mw-emailuser-sender, td#mw-emailuser-recipient {
	font-weight: bold;
}

/*
 * Recreating deleted page warning
 * Reupload file warning
 * Page protection warning
 * incl. log entries for these warnings
 */
div.mw-warning-with-logexcerpt {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #c33;
    background-color: #fcefee;
}
div.mw-warning-with-logexcerpt ul li {
	font-size: 11px;
}
