/* For our aswiki app */
.wiki_content { padding: 5px; border: 1px solid #aaa; }
.wiki_content .nonexistent {
    background-color: #ccc;
}
.wiki_content table { text-align: center; border: 1px #555 solid; border-collapse: collapse;  }
.wiki_content table th { border: 2px #444 solid; padding: 5px; }
.wiki_content table td { border: 1px #777 solid; padding: 5px;}
.wiki_info { margin: 5px; padding: 5px; border: 1px solid #aaa; background: #eee; }
.wiki_controls { margin: 5px; border: 1px solid #aaa; background: #eee; }
.wiki_content_form { margin: 5px; }

/* Tables used by the nascent topics page */
table.nascent { border-spacing: 0px; border-collapse: true;
        border-top-style: solid;
        border-left-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-color: #aaa;
        border-width: 1px;
}
table.nascent td { padding: 2px; margin: 5px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #aaa;
}
table.nascent_inner td { border-spacing: 0px; margin: 2px; border: none; }