/* CSS placed here will be applied to all skins */
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.normalbg { background: rgb(183,173,150); }
.fightingbg { background: rgb(192,48,40); color: white; }
.flyingbg { background: rgb(168,144,240); }
.poisonbg { background: rgb(160,64,160); color: white; }
.groundbg { background: rgb(214,182,94); }
.rockbg { background: rgb(112,88,72); }
.bugbg { background: rgb(160,184,32); }
.ghostbg { background: rgb(112,88,152); color:white; }
.steelbg { background: rgb(184,184,208); }
.grassbg { background: rgb(120,200,80); }
.firebg { background: rgb(240,124,40); }
.waterbg { background: rgb(104,144,240); }
.electricbg { background: rgb(238,194,38); }
.psychicbg { background: rgb(248,88,136); }
.icebg { background: rgb(142,206,206); }
.dragonbg { background: rgb(112,56,248); }
.darkbg { background: rgb(94,80,76); color:white; }
.poisonbg a:link,.ghostbg a:link, .darkbg a:link { color: lightgray; }
.poisonbg .new:link,.ghostbg .new:link, .darkbg .new:link {color: pink; }
.poisonbg a:visited,.ghostbg a:visited, .darkbg a:visited {color: lightblue; }
.poisonbg b,.ghostbg b, .darkbg b {color:white;}
.otherbg { background: rgb(104,160,144); }
.header {text-align: center !important; }

.infobox { border-collapse: collapse; border: 1px solid black; margin: 0 0 0.5em 0.5em; }
.floatright { float: right; clear: right; }