/***** CSS placed here will be applied to all skins on the entire site. *****/

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

/* Infobox CSS, sporked from ENWP */
.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;
}

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

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

/* To make the polls fit the colouring scheme */
.poll {
background-color: #202020 !important;
padding:10px !important;
width:270px;    
}
.pollAjax {
background-color: #C8FAFF !important;
}
.pollAnswerVotes div {
background-color: #C8FAFF !important;
}

.poll .pollAnswerVotes {    
margin-left:0px !important;    
}
/* Standard table formatting */
/* <pre><nowiki> */
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #E3FCFF;
  border: 1px #70BDC5 solid; /*border*/
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #70BDC5 solid;  /*border*/
  padding: 0.2em;
}
 
table.wikitable td,
table.prettytable td {
  background: #E3FCFF;
}
 
table.wikitable th,
table.prettytable th {
  background: #C8FAFF;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}



#search_button {
background-image:url(http://images.wikia.com/chaotic/images/9/95/Search.png);
}
 
* html #search_button {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/chaotic/images/9/95/Search.png', sizingMethod='crop');
}
/* </pre> */