/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/*** Main Page ***/
.MainPageBG-A,
.MainPageBG-B,
.MainPageBG-C {
     padding:0.5em;
}
.MainPageBG-A {
     background-color: #f5fffa;
     border:1px solid #cef2e0;
}
.MainPageBG-B {
     background-color: #f5faff;
     border:1px solid #cedff2;
}
.MainPageBG-C {
     background-color: #faf5ff;
     border:1px solid #ddcef2;
}

.MainPageHeading-A,
.MainPageHeading-B,
.MainPageHeading-C {
     padding: 0.2em 0.4em;
     color:#000;
     font-size:120%;
     font-weight:bold;
     text-align:left;
}
.MainPageHeading-A {
     background-color: #cef2e0;
     border:1px solid #a3bfb1;
}
.MainPageHeading-B {
     background-color: #cedff2;
     border:1px solid #a3b0bf;
}
.MainPageHeading-C {
     background-color: #ddcef2;
     border:1px solid #afa3bf;
}
/*** End Main Page ***/

/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
.allpagesredirect {
     font-style: italic;
}
 
.watchlistredir {
     font-style: italic;
}
/******************************************/
/* UnitBox                                */
/*                                        */
.unitbox{
    float: right;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    border: 1px solid #999;
    font-size: smaller;
}

.unitbox tr {
}

.unitbox th, .unitbox td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: left;
}
.unitbox th {
}

.unitbox td {
}
/*                                        */
/* End UnitBox                            */
/******************************************/

/******************************************/
/* Tnavbar                                */
.tnavbar {
    background-color:transparent;
    padding:0;
    white-space:nowrap;
    font-weight:normal;
    font-size:xx-small;
    border:none;
}
/* End Tnavbar                            */
/******************************************/
/******************************************/
/* Plain links never expand, for navboxes */
/*                                        */
.plainlinksneverexpand {
    background: none ! important;
    padding: 0 ! important;
}
.plainlinksneverexpand .urlexpansion {
    display: none ! important;
}
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}
/*                                            */
/* End Plain links never expand, for navboxes */
/**********************************************/


/*** 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; 
}


/* </pre> */


/* Remove "Main Page" heading from the main page, for neatness */


.page-Main_Page h1.firstHeading { display: none !important; }



/*********************************************/
/*********************************************/
/* Folding wiki tabs: folder-like tab style */
#foldtabBoxes {
  /*border:1px solid black;*/
  /*position: relative;*/
  /*z-index: 1;*/
}
.foldtabBox {
  /*padding:0.5em;*/
  /*background-color:#ffffff;*/
  overflow:auto;
  /*border:1px solid #0000aa;*/
}
#foldtabHead a { 
  border:1px solid #0000aa; 
  padding:.16em 1em;
  background-color:#e0e0ff;
  -moz-border-radius-topleft:.35em;
  -moz-border-radius-topright:.35em;
  text-decoration:none;
  color:#0000aa;
  font-size:75%;
  position: relative;
  z-index: 0;
}
#foldtabHead a.selected { 
  border-width:2px;
  border-bottom:none;
  background-color:#ffffff;
  z-index: 2;
}
#foldtabHead p { padding:0;margin:0; }
/* End folding wiki tabs */
/*********************************************/
/*********************************************/


/*********************************************/
/*********************************************/
/* Collapsibles: Show and Hide */
/* default skin for navigation boxes */
/* 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: #ccccff;
        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;
}
/* End collapsibles */
/*********************************************/
/*********************************************/

/*********************************************/
/*********************************************/
/* Begin Wikitable */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    /*margin: 0em 0em 0em 0em;*/
    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.prettytable code,
table.wikitable code {
    background-color: transparent;
}
/* End Wikitable */
/*********************************************/
/*********************************************/


/*********************************************/
/*********************************************/
/* Begin Infobox */
/* 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;
}
/* End Infobox */
/*********************************************/
/*********************************************/