/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */


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


/* --- TABLE DESIGN --- */

/* basic */
 table.light {
  border: 1px solid #aaa;
  padding: 5px;
  background: #F9F9F9;
  margin: 0.5em 0em 1em 0.5em;
 }
 table.light th {
  background-color: #ccf;
  padding: 0 0.5em;
 }
 table.light caption {
  font-size: 120%;
  font-weight: bold;   
 }
 table.light tr:not(:first-child) th {
    background-color: #ddf;
 }

.alt {background-color: #e9e9ff; }

/* </pre> */