/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monaco.css]] */
/* <pre> */

/* Hide main page title */
body.page-Domo_Wiki h1.firstHeading { display:none !important }

/* Gallery */
table.gallery {
background-color:#fff;
border:none;
}

table.gallery td {
background-color:#fff;
border:none;
color:#000;
}

div.gallerybox {
border-color:#fff;
}

div.gallerybox div.thumb {
background-color:#F9F9F9;
border:1px solid #CCCCCC;
}

div.gallerybox div.thumb:hover,div.gallerybox div.thumb div:hover {
background-color:#EDEDED;
}

/* List */
ul { margin-top: 0; margin-bottom: 0; margin-right: 0 }

/* Poll */
div.ajax-poll { width:auto !important; }

/* Recipe maps */
.npc-name { 
margin-left: 1px; 
background: #FED924; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #712530;
}

.npc-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
color: #FED924; 
background: #712530;
}

/* Collection maps */
.forestry { 
margin-left: 1px; 
background: #DEFFB8; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #336633;
color: #336633;
}

.forestry-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #336633;
color: #DEFFB8; 
}

.mining { 
margin-left: 1px; 
background: #F1D6FF; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #663399;
color: #663399;
}

.mining-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #663399;
color: #F1D6FF; 
}

.herding { 
margin-left: 1px; 
background: #FFDBEC; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #cc0099;
color: #cc0099;
}

.herding-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #cc0099;
color: #FFDBEC; 
}

.fishing { 
margin-left: 1px; 
background: #DCF8FE; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #006699;
color: #006699;
}

.fishing-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #006699;
color: #DCF8FE; 
}

.farming { 
margin-left: 1px; 
background: #FFEAC7; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #e14e25;
color: #e14e25;
}

.farming-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #e14e25;
color: #FFEAC7; 
}

.meditation { 
margin-left: 1px; 
background: #FFE0E0; 
font-size: 10px; 
font-weight: bold; 
padding: 1px; 
border: 1px solid #CC0000;
color: #CC0000;
}

.meditation-coords {
line-height: 9px; 
margin-left: 1px;
font-size: 9px; 
padding: 1px; 
font-weight: bold; 
background: #CC0000;
color: #FFE0E0; 
}

/* Table with border */
table.border { border: 1px solid #AAAAAA; border-collapse: collapse; }
table.border td, table.border th { border: 1px solid #AAAAAA }

/* Table without border */
table.none { border: 0; }
table.none td, table.none th { border: 0; padding: 0px !important; }

/* Table header */
.header { font-weight: bold; text-align: center; background: #F7D27A; font-size: 11px }

/* Table row */
tr.b { background: #F9F9F9 }
tr.c { background: #FDF6D8 !important }
tr.a:hover, tr.b:hover, tr.c:hover { background: #EDEDED !important }

/* Small reference list */
ol.references {
   font-size: 100%;
}

.references-small { font-size: 90%;}

/* stop references with groups from line-breaking */
sup.reference a {white-space: nowrap }

/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
 
.same-bg { background: none }

/* Skills */
tr.skillsb:hover, td.skillsb:hover {background: #FDEEB3}
tr.skillsb, td.skillsb {background: #f5f5f5} 
tr.skillsa:hover, td.skillsa:hover {background: #FDEEB3}

/* Job Skills */
.jskills { width: 50%; height: 100% }
.jskillsvoid { width: 50% }
td.jskills:hover { background: #FDEEB3 }
.jicons { width: 42px; text-align: center } 

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

.plateHead {
   margin:0;
   background:#cef2e0;
   font-size:120%;
   font-weight:bold;
   border:1px solid #a3bfb1;
   text-align:left;
   padding:0.2em 0.4em;
}

/* Infobox template style */
.infobox {
   width: 250px; 
   float: right; 
   border: 1px solid #aaa; 
   margin-left: 1em; 
   margin-bottom: 1em; 
   background: #FBFBFB; 
    clear: right
}
.infobox td,.infobox th {
   vertical-align: top;
   font-size: 11px
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; color: black; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(http://images3.wikia.nocookie.net/central/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}
/* </pre> */



/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #F7D27A;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* default skin for navigation boxes */

table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#F7D27A;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#FDE4A0;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#FDF6D8;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}