/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Giving headers and TOC a little extra space */
h2 {margin-top: 20px;}

.toc {margin-top: 20px;}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}


/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}
div.thumb {
    margin: 2px;
}

div.thumbinner {
    background: inherit;
    border: none;
}
#article div.thumb {
    color:inherit;
}

/*****************************************************************/
/* NWN Wiki style                                                */
/*****************************************************************/

/* Categories were on top of the "red bar" when previewing edits */
/* using the standard skin. If this global change messes up      */
/* others, I'll try a specific one.                              */
#new_edit_page_preview_notice {
	margin-top: 0px;
}


/* Giving list items a little extra space */
li {margin-top: 0.5ex}


/* Messagebox template style */
.messagebox {
    border: 1px solid #aaaaaa;
    background-color: #f0f0f9;
    color: black;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}


/* NWN Wiki pre-made table formats */

/* "wikitable" and "centertable" are the basic table formats.
   wikitable is indented a bit, while centertable is centered.
   "compacttable" is like centertable, but with less padding. */
/* Adding "tabletop" as a class will align all non-header text
   to the top of cells. To align headers to the top, use
   "headertop". */

table.wikitable { margin-left: 3em }
table.centertable, table.compacttable { margin-left:auto; margin-right:auto }

table.wikitable, table.centertable, table.compacttable {
    background:#f9f9f9;
    color:#000000;
    border-collapse:collapse;
    border: medium inset black;
}

table.wikitable caption, table.centertable caption, table.compacttable caption {
    font-size: larger;
    font-weight: bold;
    margin-bottom:0.75em;
}

table.wikitable td, table.centertable td,
table.wikitable th, table.centertable th {
    padding: 0.5ex 0.5em;
    border: thin solid black
}
table.compacttable td,
table.compacttable th {
    padding: 0.2ex 0.25em;
    border: thin solid black
}

table.wikitable th, table.centertable th, table.compacttable th {
    background:#d8d8d8;
    text-align: center;
    font-weight: bold
}

table.tabletop td, table.headertop th {
    vertical-align:top
}

/* </pre> */