/* style.css
 * This sheet is for control of the stylistic aspects of the font and presentation of your wiki.
 * Mainly this files controls the appearance of the web elements rather than their positioning etc.
 * So changes to the colors, font styles, etc. are best made here, if there lacks a tag for a font
 * color, family, size, weight, it currently inherits from some other attribute, so feel free to change it.
 * */
/*************************************      Top of page *************/
/***** Logo & Banner    *************/
/* banner */
#banner {
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 10pt;
  font-family: ;
  border-bottom: 1px solid #AAAAAA;
}
/* Logo container */
.logo {
}
#logo { 
}
/* Logo  */
td.logo_banner {
}
.logo td {
}
/* Logo Text (used if no image */
#logo_text {
  font-size: 28pt;
  color: white !important;
  text-decoration: none !important;
}
/***** User Name, Password Area *****/
/* User name and settings */
td.user_banner {
}
td.user_banner table {
}
/* If Logged in Username & Welcome */
.user_area {
  color: #000;
}
.user_area a {
  color: #22569e!important;
}
.user_area table {
}
.user_area td {
}
.user_area .welcome { 
}
/* If not logged in */
/* See Et Cetera for input forms */
.login_area {
  color: #000;
}
.login_area input { font-size: x-small; }
.login_area a { color: #22569e !important; }
.login_area table {
}
.login_area td {
}

/*********** Navigation Tab Area ****/
/* Area which contains the tabs */
div.tabArea {
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}
div.tabArea a {
  color: #22569e;
}
div.tabArea a:hover {
  color: #22569e;
}
/* Primary navigational tabs */
a.tab.tab, a.tab:visited {
  text-decoration: none;
}
a.tab:hover {
  color: #22569e;
}
a.tab.notice { font-weight: bold;}
/* The tab for the current page, foremost tab */
a.tab.activeTab, a.tab.activeTab:visited {
  color: #22569e;
}

/*********** Switching button-icons **********/
/* Row that contains page icons (e.g. "Edit", "Info") */
.pageIcon {
  font-size: 7pt;
}
.pageIconSelected {
  font-size: 7pt;
  font-weight: bold;
  color: #000088;
}
#iconRow .pageIcon { 
}
#iconRow .pageIconSelected {
}
/* This is the action text, e.g. "Edit", "Info" */
.pageIcon span span, .pageIconSelected span span {
}
/* The search box */
#search_form { 
}
#search_form form {
}

/*************************************      Page content    *************/

/* Page Title */

#title {
  background-color: #fff;
  border-bottom: 0px solid #AAAAAA;
}
/* Title Text */
#title_text {height: 30pt; } 
#title h1 {
  font-size: 160%;
}
#title_text td {
}
#title_area_table {
  background-color: #fff;
}
#title_area_table table {
  border-left: 0px solid #AAAAAA;
}

/* Sub-title */
.minorTitle {
  font-size: x-large;
}

/************* Page Body *************/
body {
  font-family:  Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: black;
  background-color: #fff;
  max-width: 950px;
  margin: 1em auto 0 auto;
}

/* Page Content */
.content {
  background-color: #fff;
  border-left: 0px solid #AAAAAA;
}

#preview .content {
  border-left: none;
}

/* Standard Text */
pre {
  border: 1px solid #CBCBCB;
  background-color: #FFF8ED;
  color: black;
}

/* Table Of Contents */
.tableOfContents
{
 background-color:#fff;
 border: 1px solid #AAAAAA;
 
}
.floatLeftTOC
{
}
.floatRightTOC
{
}

/* Link Formatting */
a:link {
  background-color: inherit;
  color: #22569e;
}
a:visited {
  background-color: inherit;
  color: #22569e;
}
a:hover {
  background-color: inherit;
  text-decoration: none;
  color: #22569e;
}
a.nonexistent, a.badinterwiki {
  background-color: inherit;
  color: #c5070c;
  text-decoration: none;
  border-bottom: 1px solid #000088;
}
a.nonexistent:hover {
  border-bottom: 0px;
  cursor: pointer;
  color: green;
}
a.nonexistent:visited { color: #c5070c; }
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
  text-decoration: none;
  background-color: inherit;
  color: gray;
}
a.tinyNonexistent:hover {
  cursor: pointer;
  color: green;
}

/* Tables */
.wikitable td {
}
.wikitable {
}
/* Lists */
.wikipage ul {
}
.wikipage li { 
}

/* Headings */
h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
  color: black;
}
h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a{
  text-decoration: none;
}
h2 {
  font-size: 2em;
  font-weight: normal;
  border-bottom: 1px solid #aaaaaa;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
}
h4 {
  font-size: 1.3em;
  font-weight:normal;
}
h5 {
  font-size: 1.2em;
  font-weight: normal;
}
h6 {
  font-size: 1.1em;
  font-weight: normal;
}

/* Editable Subsections */
table.sectionEdit h2 
{ 
  border-bottom: none; 
  font-size: 2em; 
} 
table.sectionEdit 
{ 
  border-bottom: 1px solid #aaaaaa;
}
table.sectionEdit a { text-decoration: none; }
table.sectionEdit h2 a { color:black; }
table.sectionEdit td {
 }

/* Horizontal Rule */
hr {
    background-color: #CBCBCB;
    color: #CBCBCB;
}
/* Footnotes */
.footnotes div {
  border-top: 1px solid #CBCBCB;
}

/*************************************      Bottom of Page  *************/
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
#footer {
  background-color: #fff;
  border-top: 1px solid #AAAAAA;
}
#footer p {
}
#footer .license { font-size: 9px; }


/*************************************      Edit Page   *************/
/* This is the page editing area (textarea, in our case) */
#savetext { font-family:  Verdana, sans-serif;
 font-size: 13px;
 background-color: White;
 font-weight: normal;
 color: black;
}
/* Input button used for some actions (e.g. "Rename" page) */
.formbutton {
  cursor: hand;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}
/* The comment area for making a page edit */
#editComment {
}

/* The editor markup buttons */
#editButtonRow {
  border: 0;
}
#editButtonRow .editActions {
  background-color: #ccddff;
  border: 1px solid #AAAAAA;
}

/*************************************      History Page    *************/
/* Content of the tab area */
#tabPage {
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important;
}
#tabPage h3 {
}
/* The tabs themselves */
#tabmenu {
     font-size: 8pt;
}
#tabmenu li {
     border: 1px solid #CCC;
     list-style-type: none;
     border-bottom: none;
}
#tabmenu li.active {
     border-bottom: 3px solid white !important;
     _border-bottom: 3px solid white !important; /*ie hack*/
}
#tabmenu li a { text-decoration: none; }
#tabmenu li.active a {
     border-bottom: 3px solid white !important;
     _border-bottom: 1px solid white !important; /*ie hack*/
}
/* Info area history */
#pageHistory td {
 }
div.editInfo {
 }


/* The 'differences' view */
.diff {
  border: 1px solid gray;
}
.diff td {
  border: 1px solid gray;
}
/* One side of the differences */
.diff-item { 
}
/* Area that marks the line numbers where things change */
.diff-title { background-color: #C0C0C0; }
/* Added area */
.diff-added span { background-color: #80FF80; }
/* Removed area */
.diff-removed span { background-color: #FFFF80; }

/*************************************  Recent Changes Page *************/

.recentchanges { }

/* Editor's name */
.rceditor {
  color: #000088;
}
/* Editor's comment */
.rccomment {
  color: #4d4d4d;
}

/* Recent Changes / Bookmarks change display */

/* Entry and Line Formatting */
.rcEntry {
 }
.rcpageline {
}

/* Link to Page */
.rcpagelink { font-size: 14px; }
.rcpagelink span {
}

/* Recent changes modified time */
.rctime {
  font-size: 14px;
  color: #4d4d4d;
}
/***** Recent Changes Tag Stuff *****/
/* General Tag Formatting */
.rcTag {
  font-size: 80%;
  background-color: none;
}
.rcTag a { text-decoration: none; }
/* "New" tag */
.rcTagNew {
  background-color: #ffff77;
}
/* "Changes" tag */
.rcTagChanges {
  background-color: #dfdfdd;
}
/* "Deleted" tag */
.rcTagDeleted {
  background-color: #ff9999;
}

/*************************************  User's Stuff    *************/
/* User Link area, "logout/settings/watch" */
.user_area .user_items {
  font-size: 80%;
}

/***** Bookmarks display (user's bookmarks) *****/
/* Edit time */
.favtime {
  font-size: 12px;
  color: #4d4d4d;
}
/* Page editor */
.faveditor {
  color: #000088;
  font-size: 12px;
} 
/* Edit comment */
.favcomment {
  color: #4d4d4d;
  font-size: 12px;
}

/* Change Display */
.bookmarks {
}
.bookmarks .rcpagelink {
}

/* Formatting for [[Userstats()]] */
#useredits table { 
}
#useredits table td {
}
/*************************************      Map Stuff   *************/

/* Contains the map */
#mapContainer {
  background-color: #ccddff;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-top: 5px solid #ccddff;
}
/* Contains just the map */
#map {
  border: 1px solid gray;
}

/*************************************      Et cetera   *************/
/* Inline editing box stuff */
.inlineEditHighlight {
  background-color: #CCDDFF;
}
/* The warning / notification message box */
#message {
  font-size: 120%;
  background-color: #FFFFAA;
  border: 1px solid #ff0000;
  color: red;
}

/* Non-warning/alert style dialog.  Such as used for search results. */
.dialogBox {
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
}
.dialogBox td {
}

/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
.actionBoxes { 
 }
td .actionBoxes {
}
td .actionBoxes span {
}
.actionBoxes a { text-decoration: none; } 
span.actionBoxSelected {
  border: none !important;
  font-weight:bold;
}
.actionBoxes span {
  font-size: 8pt;
  border:1px solid rgb(170, 170, 170);
  background-color:#f5f5f5;
}
.actionBoxes a { text-decoration: none; } 

/* "optional" or minor points are made using minorText. */
.minorText {
  color: gray;
}
.minorText a {
   color: #22569e;
   text-decoration: none;
}
.minorText a:hover {
   color: #22569e;
   text-decoration: none;
}

/* used for [action here] boxes with brackets around them */
.minorActionBox { 
  font-size: 10pt;
}

/* Input field for forms (e.g. username/password fields) */
.formfields {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}



/* Icon used when linking to other wikis using interwiki-style links.
* also used when displaying certain links to other wikis, such as search results
*/
img.interwiki_icon {
  border: none;
}

/* more wikispot stuff */
.wikiSpotFrontPage td {
}

.wikiGlobalFooter {
  background-color: white;
}

a {
  color: #22569e !important;
}
/*
     FILE ARCHIVED ON 00:55:39 Mar 11, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:18:53 Apr 05, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 52.106 (3)
  esindex: 0.008
  captures_list: 68.88
  CDXLines.iter: 11.022 (3)
  PetaboxLoader3.datanode: 45.455 (4)
  exclusion.robots: 0.168
  exclusion.robots.policy: 0.156
  RedisCDXSource: 2.419
  PetaboxLoader3.resolve: 32.495
  load_resource: 55.722
*/