/* CSS placed here will be applied to all skins. See also: [[MediaWiki:Monobook.css]]*/

@import "/index.php?title=MediaWiki:Common.css/hilite&action=raw&ctype=text/css";

/* Poll autoformatting */
.ajax-poll {
  width: auto !important;/*inline style override for poll extension*/
}

/* Wikitable/Prettytable class for skinning normal tables. */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #F9F9F9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #F2F2F2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.wikibox {
  border-collapse: collapse;
}
table.wikibox td, table.wikibox th {
  border: solid 1px #aaaaaa;
  padding: .2em;
}
table.wikibox th {
  background: #e0eeff;
}

/* Colour the number of characters added/removed in the recent changes/ */
.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}