/* hide title on Main */
body.page-Pagina_Principal h1.firstHeading, body.page-Pagina_Principal #mp-newsline, body.page-Pagina_Principal #contentSub {
  display:none;
}

div.ajax-poll { width:auto !important ; }

/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}

.wikia_ad, .wikia_spotlight, .wikia_ad_placeholder {display: none !important;}
body.with-adsense #content {margin: 2.8em 0 0 12.2em !important; border-right: 0 !important;}

.color1, .color1 a {
   background-color: #20B2AA;
   color:            Black;
}

.color2 {
   background: #DCDCDC;
}

#wikia_header {
   background: #008B8B;
   border: 1;
   height: 49px;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/help/images/1/13/Black_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images/1/13/Black_wikia_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images3.wikia.nocookie.net/help/images/0/03/Grey_Header_Button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images/0/03/Grey_Header_Button.png', sizingMethod='crop');
}

/* change the logo */
#wiki_logo {
	top: 0px; !important
}

#background_strip {
   background: black url(http://images2.wikia.nocookie.net/lostpedia/pt/images/e/e5/Newheader.jpg);
   border: 4;
   border-color: gray;
}

#wikia_page {
   margin-top: 0;
   top: -20px !important;
   padding: 2px;
   -moz-border-radius-topright: 0.4em;
   -moz-border-radius-bottomright: 0.4em;
   -moz-border-radius-topleft: 0.4em;
   -moz-border-radius-bottomleft: 0.4em;
}

/*########## Rounded Corners on Objects ##########*/
#navigation_widget {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dl {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#search_box {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_bar {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
       background-color:
}

#page_controls a {
   color:            black !important;
   font-size: 13px;
}

/*########## Page Tabs ##########*/
#page_tabs li {
    border: 3px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: none;
    background-color:#EEEEEE;
    font-size:12px;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}

#page_tabs li.selected {
    color: #8B0000;
    border-color: #00BFFF ;                  /* COR DA TAB */
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background: White;
    font-size:12px;
}

#page_tabs li a,
#page_tabs li a:visited {
   color: #000000;
}

/*########## Misc Decorations ##########*/

#wikia_page a,
#wikia_footer a {} /* COR DOS LINKS AQUI */

#wikia_footer th {
        display: none;
}
#wikia_footer td {
        text-align: center;
}

#wikia_page .usermessage a {
   color: #fec423;
}

#navigation a {
   background-color: silver;
   color: black;
}


#link_box, #link_box a {
   background-color: silver;
   background: #DCDCDC;
   color: black;
}

.community_details {
   background-color: white;
   background: white;
   color: black;
   border: 2px solid silver;
    -moz-border-radius-bottomleft: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
}
#wikiaBranding a {
	color: #ffffff;
}
#userData a {
	color: #ffffff;
}
#header_username a {
	color: black;
}
#search_box {
        background-color: slate;
        -moz-border-radius-topleft: 0.8em;
        -moz-border-radius-topright: 0.8em;
}
#wikia_footer {
        color: black;
}
#wikia_footer a {
        color: black;
}
#wikia_corporate_footer a {
        color: black;
}

#monaco_footer
{
  top: 0;
}

.widget dt {
   background-color: #20B2AA;
   color: #000000;
}


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.4em;
  -moz-border-radius-topright: 0.4em;
}
#content { 
  -moz-border-radius-topleft: 0.6em; 
  -moz-border-radius-bottomleft: 0.6em;
}
div.pBody {
  -moz-border-radius-topright: 0.4em;
  -moz-border-radius-bottomright: 0.4em;