/* CSS placed here will be applied to all skins */

.pdwarn {
  background: #FFF86C url(http://cdn.pokemondeluge.com/images/notification_warning.png) center no-repeat;
  background-position: 10px 50%;
  border: 1px solid #FF9D00;
  background-color:;
  padding:15px 10px 15px 60px;
  margin:5px;
}

.pdinfo {
  background: #FFF url(http://cdn.pokemondeluge.com/images/info.png) center no-repeat;
  background-position: 10px 50%;
  border: 1px solid #000;
  background-color:#FFF;
  padding:15px 10px 15px 60px;
  margin:5px;
}

.extimg {
  margin: 15px 30px;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

#mainpagebox {
    width:60%;
    background-color:#e8e8e8;
    border:1px solid #000;
    padding:20px 50px;
    font-size:110%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}