/* CSS placed here will be applied to all skins */
.mainArticleBlock {
 font-style:italic;
 margin-bottom:0.5em;
 padding-left:2em;
}
.infoBoxBlock {
 float:right;
 border:1px solid #aaa;
 clear:right;
 margin:0.5em 0 0.5em 1em;
 padding:0.2em;
 font-size:90%;
 width:auto;
}
.infoBoxTitle{
 text-align:center;
 font-size:125%;
 font-weight:bold;
 background-color:#9cf;
}
.infoBoxImage{
 text-align:center;
}
.wikitable1{
 border-collapse:collapse;
}
.wikitable1 th, .wikitable1 td {
 border:1px solid #aaa;
 padding:1px 3px;
}
.wikitable1 th{
 background-color:#b7c8fe;
}