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

/* ToC float */
#toc {

       align: center;
       margin: 1em;

}

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