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

/* 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 #aaaaaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 10px 5px;
}
.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(http://images3.wikia.nocookie.net/fallout/images/4/4e/Forum_new.gif?1)
     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;
}
.forumlist {
   border: 1px solid #aaa;
}
.forumlist th.forum_title, .forumlist th.forum_edited, .forumlist th.forum_editor {
     border:none;
     background: url(http://images3.wikia.nocookie.net/fallout/images//d/d3/ConcreteBackground.jpg?1);
     background-color: #565B45;
     color:white;
}
.forumlist td.forum_title, .forumlist td.forum_edited, .forumlist td.forum_editor {
     border:none;
     background-color: #DDDDDD;
}

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

.hubmodule {
   border:1px solid #005826;
   width: auto;
   height: 200px;
   margin-bottom: 5px;
   padding:3px;
   background-color: #transparent;
   background: url(http://images3.wikia.nocookie.net/fallout/images//6/67/Background2.jpg?1);
  -moz-border-radius:0.5em;
  color: black;
}

a.hubmodule {
  color: #3366BB;
}

table.hubmodule th, div.hubmodule h2 {
    background-color: #005826;
    color: white;
    text-align:center;
    font-size: 150%;
    font-weight:bold;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
    -moz-border-radius:0.5em;
}

/* top right box with location, quest, item, character info */

/* black frame around the info box, with an 1.5 em margin to the text to the left */
.FO3-infobox-box-box { 
  align: right;
  clear: right;
  position: relative;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  border-collapse: collapse;
  border-color: #222;
  border-style: solid
}

/* the table */
.FO3-infobox-box { 
  border-collapse: collapse;
  border-color: #FFF;
  background: #010;
  color: #FFF;
  border-style: solid
}

/* no editing in the box */
.FO3-infobox-box .editsection {
  display:none;
}

/* missing pages are very red */
.FO3-infobox-box a.new {
  color: #f11 !important;
  background: #400;
}

/* table-in-table */
.FO3-infobox-inner-table { 
  border-collapse: collapse;
  border-color: none;
  background: none;
  color: #FFF;
  margin-left: 1px;
  margin-right: 1px;
}

/* table header (and footer) */
.FO3-infobox-header { 
  margin:0;
  padding:2px;
  font-size: 0.9em;
  line-height: 1.1em;
  background: url(http://images1.wikia.nocookie.net/falloutfanon/images/8/8d/Concretebackground2.png);
  color: #FFF;
}

/* titles like "Quest:" "Clip size:" etc */
.FO3-infobox-title { 
  font-size: 0.9em;
  line-height: 1.3em;
  background: url(http://images2.wikia.nocookie.net/falloutfanon/images/e/e0/Widgetbackground2.png);
  color: #FFF;
  vertical-align: middle;
}

/* data like "23", "[[Megaton]]", etc */
.FO3-infobox-data { 
  font-size: 0.9em;
  line-height: 1.2em;
  margin-left: 2em;
  border-collapse: collapse;
  border-color: #FFF;
/*  background: url(http://images2.wikia.nocookie.net/falloutfanon/images/e/e0/Widgetbackground2.png); */
  background-color: #010;
  color: #FFF;
}

/* console id data */
.FO3-infobox-data-console { 
  font-size: 0.9em;
  line-height: 1.2em;
  margin-left: 2em;
  border-collapse: collapse;
  border-color: #FFF;
  background-color: #010;
  color: #DDF;
  font-family:monospace;
  font-weight:bold;
}

/* links are on dark background */
.FO3-infobox-box a:link { 
  color: #afa000;
}
.FO3-infobox-box a:active { 
  color: #fff;
}
.FO3-infobox-box a:visited { 
  color: #afa000;
}
.FO3-infobox-box a:hover { 
  background: #000;
  color: #fff;
}

/* links are on gray background */
.FO3-infobox-header a:link { 
  color: #cfc000;
}
.FO3-infobox-header a:active { 
  color: #fff;
}
.FO3-infobox-header a:visited { 
  color: #cfc000;
}
.FO3-infobox-header a:hover { 
  background: #000;
  color: #fff;
}

.fallout-table {
  color: black;
  line-height: 1.3em;
  font-size: 0.9em;
  font-weight: normal;

  border: 2px solid #505050;
  border-collapse: collapse;
  empty-cells: show;
}

.fallout-table tr {
  background: #ececd4;
}

.fallout-table tr td {
  border: 1px solid black;
  padding: 3px 3px 3px 3px;
}

.fallout-table th {
  background: url(http://images2.wikia.nocookie.net/falloutfanon/images/e/e0/Widgetbackground2.png?1);
  color: white;
  font-size: 0.90em;
  line-height: 1.25em;
  font-weight: normal;
  border: 1px solid white;
  padding: 3px 3px 3px 3px;
};

.fallout-table a { 
}
.fallout-table a:link { 
  color: #11b;
}
.fallout-table a:active { 
  color: #000;
}
.fallout-table a:visited { 
  color: #448;
}
.fallout-table a:hover { 
  color: #004;
}

.fallout-table th a { 
}
.fallout-table th a:link { 
  color: #ff4;
}
.fallout-table th a:active { 
  color: #fff;
}
.fallout-table th a:visited { 
  color: #ee0;
}
.fallout-table th a:hover { 
  background: #000;
  color: #fff;
}


.fallout-table-special { 
  color: #080;
}
.fallout-table-special a { 
}
.fallout-table-special a:link { 
  color: #080;
}
.fallout-table-special a:active { 
  color: #fff;
}
.fallout-table-special a:visited { 
  color: #464;
}
.fallout-table-special a:hover { 
  color: #004;
}

/* missing pages are very red */
.fallout-table a.new {
  color: #f11 !important;
}

table.fallout_navbox_box {
   padding: 0px;
   border: 1px solid #aaa;
   text-align: center;
   border-collapse: separate;
   font-size: 100%;
}

table.nb_bottom + table.nb_bottom {
   border-top-style: none;
   border-top-style: hidden;
}

th.fallout_navbox_innertable_title,
th.fallout_navbox_box_title {
   padding: 2px;
   font-weight: normal;
   color:white;
   font-size: 80%;
}

th.fallout_navbox_box_title {
   background: url(http://images2.wikia.nocookie.net/falloutfanon/images/e/e0/Widgetbackground2.png?1);
   background-color: #0D592F;
   border: 3px solid white;
}

th.fallout_navbox_innertable_title {
   background: url(http://images1.wikia.nocookie.net/falloutfanon/images/8/8d/Concretebackground2.png?1);
   background-color: #565B45;
   border-top: 0;
   border-bottom: 2px solid white;
   border-left: 3px solid white;
   border-right: 3px solid white;
}

th.fallout_navbox_box_title span.fallout_navbox_maintitle {
   font-weight: bold;
   font-size: 115%;
}

th.fallout_navbox_innertable_title span.fallout_navbox_maintitle {
   font-weight: bold;
   font-size: 125%;
}

td.fallout_navbox_cont {
   padding: 0px;
   border: 0px;
}

table.fallout_navbox_innertable, 
table.fallout_navbox {
   margin: 0px; 
   padding: 0px;
   border-collapse:separate;
   empty-cells:show;
}

table.fallout_navbox {
   font-size: 85%;
   border-bottom: 1px solid white;
}

table.fallout_navbox_innertable {
   font-size: 100%;
}

td.fallout_navbox_header, td.fallout_navbox_footer, 
td.fallout_navbox_cell, td.fallout_navbox_groupcell,
td.fallout_navbox_group, td.fallout_navbox_subgroup {
   border-top: 0;
   border-bottom: 2px solid white;
   border-left: 3px solid white;
}

td.fallout_navbox_header, td.fallout_navbox_footer, 
td.fallout_navbox_cell, td.fallout_navbox_groupcell {
   border-right: 3px solid white;
}

td.fallout_navbox_header, td.fallout_navbox_footer {
   padding: 2px;
   background: url(http://images1.wikia.nocookie.net/falloutfanon/images/8/8d/Concretebackground2.png?1);
   background-color: #565B45;
   color:white;
   text-align: center;
}

td.fallout_navbox_header {
   font-weight: bold;
}

td.fallout_navbox_footer {
   font-size: 90%;
}

td.fallout_navbox_subgroup, td.fallout_navbox_group {
   padding: 2px;
   text-align: center;
   white-space: nowrap;
   border-right: 0;
   font-weight: bold;
}

td.fallout_navbox_group {
   background: url(http://images2.wikia.nocookie.net/falloutfanon/images/9/9e/Concretebackgroundlight2.png?1);
   background-color: #BAC29B;
}

td.fallout_navbox_subgroup {
   background-color: #DDDDDD;
}

td.fallout_navbox_groupcell, td.fallout_navbox_cell {
   padding: 2px;
   background-color: #DDDDDD;
}

td.fallout_navbox_groupcell {
   text-align: left;
}

td.fallout_navbox_cell {
   text-align: center;
}

/* do not wrap links in content fields if nowraplinks is set */
table.fallout_navbox_nowraplinks td.fallout_navbox_cell a,
table.fallout_navbox_nowraplinks td.fallout_navbox_groupcell a {
   white-space:nowrap;
}

/* header bar needs brighter links */
table.fallout_navbox_box th a:link { 
   color: #AFA000;
}
table.fallout_navbox_box th a:active { 
   color: #fff;
}
table.fallout_navbox_box th a:visited { 
   color: #B6A700;
}
table.fallout_navbox_box th a:hover { 
   color: #fff;
}
table.fallout_navbox_box th a.new {
   color: #f11 !important;
}

/* headers and footer need brighter links */
td.fallout_navbox_header a:link, 
td.fallout_navbox_footer a:link { 
   color: #cfc000;
}
td.fallout_navbox_header a:active , 
td.fallout_navbox_footer a:active { 
   color: #fff;
}
td.fallout_navbox_header a:visited , 
td.fallout_navbox_footer a:visited { 
   color: #B6A700;
}
td.fallout_navbox_header a:hover , 
td.fallout_navbox_footer a:hover { 
   color: #fff;
}

@media print {
   table.fallout_navbox_box {
       display: none;
   }
}
/* Template:Mbox */
table.mbox {
   color: #000;
   background-color: #DDD; 
   border: 1px solid #AAA; 
   padding: 0; 
   margin: 0 10% 1em;
   font-size: 90%;
   line-height: normal; 
   border-collapse: collapse;
}

table.mbox + table.mbox {
   margin-top: -0.75em;
}

table.mbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.mbox td {
   padding-left: 0.5em;
   width: 100%;
}