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

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

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; 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(/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;
}

/* Table formatting used for this wiki*/
table.standard,
table.wikitable,
table.prettytable {
    border: 0px #aaaaaa solid;
    border-collapse: separate;
    cellspacing: 2px;
    cellpadding: 2px;
}
.standard caption,
.wikitable caption,
.prettytable caption {
    font-weight: bold;
    color: #000000;
}
.standard th,
.wikitable th,
.prettytable th {
    background: #3750E5;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.standard tr,
.wikitable tr,
.prettytable tr {
    background: #f0f0ee;
    text-align: center;
    color: #333;
}

.location tr {
    vertical-align: top;
}

table.classes {
    width: 60%;
}

table.guild {
    width: 100%;
}
.guild th {
}
.guild tr {
}

table.combatart {
    width: 100%;
}
.combatart th {
    background: #AC4456;
    color: #ffffff;
}
.combatart tr {
    background: #ffd0d0;
}
.combatart tr.none {
    background: #ffd0d0;
}
.combatart tr.nimble {
    background: #ffc8c0;
}
.combatart tr.mighty {
    background: #ffc0c8;
}
.combatart tr.swift {
    background: #ffb8b0;
}
.combatart tr.peerless {
    background: #ffb0b8;
}

table.mysticart {
    width: 100%;
}
.mysticart th {
    background: #3366CC;
    color: #ffffff;
}
.mysticart tr {
    background: #e3e6ff;
}

table.itemart {
    width: 100%;
}
.itemart th {
    background: #FEC423;
    color: #333;
}
.itemart tr {
    background: #feeecc;
}

table.specialart {
    width: 100%;
}
.specialart th {
    background: #669966;
    color: #ffffff;
}
.specialart tr {
    background: #ccffcc;
}

table.formation {
    width: 100%;
}
.formation th {
    background: #3366CC;
    color: #ffffff;
}
.formation tr {
    background: #e3e6ff;
}

table.soldier {
    width: 100%;
}
.soldier th {
}
.soldier tr {
    background: #e3e6ff;
}
.soldier tr.mitra {
    background: #e6ffe3;
}
.soldier tr.qsiti {
    background: #ffffcc;
}
.soldier tr.yama {
    background: #e3e6ff;
}
.soldier td.mitra {
    background: #e6ffe3;
}
.soldier td.qsiti {
    background: #ffffcc;
}
.soldier td.yama {
    background: #e3e6ff;
}

/* weapon upgrades - no fixed table width to allow it to fit beside the infobox */
.weaponupgrade th {
	text-align:left;
}
.weaponupgrade td {
	vertical-align: top;
	text-align:left;
	padding-right: 15px;
}

/* accessories tables */
table.accessories {
    border: 0px #aaaaaa solid;
    border-collapse: separate;
    cellspacing: 2px;
    cellpadding: 2px;
    background: #d0d0d0;
}
.accessories caption {
    font-weight: bold;
    color: #000000;
}
.accessories th {
    background: #3750E5;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.accessories tr {
    background: #ffffff;
    text-align: left;
    color: #333;
}
.accessories tr.altbg {
    background: #ffffc0;
}
.accessories tr.epix {
    background: #ffe0e0;
}

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