/*<pre><nowiki>*/

/*########## Page Layout & Positioning ##########*/

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}

#wikia_header {
   background: #5d747a;
   border: 0;
}

#background_strip {
   background: #5d747a;
   border: 0;
}

#wikia_page {
        background-color: #ffffff;
        color: #000000;
        padding: 2px;
       -moz-border-radius-topright: 2em;
       -moz-border-radius-bottomright: 0em;
       -moz-border-radius-topleft: 2em;
       -moz-border-radius-bottomleft: 0em;
}


#monaco_footer
{
       top: -65px !important;
}

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

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

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

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

#page_bar {
       -moz-border-radius-topright: 1em;
       -moz-border-radius-bottomright: 0em;
       -moz-border-radius-topleft: 1em;
       -moz-border-radius-bottomleft: 0em;
}

/*########## Wikia Logo Options ##########*/
#wikia_logo {
   background-image: url(http://images3.wikia.nocookie.net/lostpedia/images/b/b2/Whitelogo.png);
}

* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/lostpedia/images/b/b2/Whitelogo.png', sizingMethod='crop');
}

/*########## Page Tabs ##########*/
#page_tabs li {
    border: 3px solid #003399;
    border-left: 3px solid #003399;
    border-right: 3px solid #003399;
    border-bottom: 0px solid #003399;
    background-color:#eeeeee;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 0em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomleft: 0em;
}

#page_tabs li.selected {
    color: #99ccff;
    border-color: #CC0000;
    border-left: 3px solid #CC0000;
    border-right: 3px solid #CC0000;
    border-bottom: 0px solid #CC0000;
    background: #ffffff;
}

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

/*########## Misc Decorations ##########*/
#wikia_page a,
#wikia_footer a {
  color: #003399;
}
#wikia_footer th {
        display: none;
}
#wikia_footer td {
        text-align: center;
}

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

.color2 {
   background-color: #ffffff;
   color: #000000;
}

.color1 {
   background-color: #003399;
   color: #ffffff;
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/lostpedia/images/d/dc/Whiteheaderbutton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/lostpedia/images/d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}

body.color2 {
   background-color: #cedff2;
}

#articleFooter {
   background-color: #ffffff;
}

#page_controls a {
   color:            #CCCCCC !important;
}

ul#userData li a {
   color: #ffffff;
}

#search_button {
        background-image: url(http://images.wikia.com/starwars/images/2/22/Monaco_search.png);
}

* html #search_button {
        background-image: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/starwars/images/2/22/Monaco_search.png', sizingMethod='crop');
}

ul#userData li#header_username a {
   color: #ffffff;
}

.headerMenuButton dt {
   color: #003399;
}

.community_details,
#link_box {
   background-color: #e0e0d9;
   color: #000000;
}

.usermessage {
   background-color: #5b5f5e;
   color: #ffffff;
   border-color: #fec423;
}

.community_details li {
   color: #000000;
}

.diff {
  background-color: transparent;
}

#bodyContent a.external,
#bodyContent a.extiw {
  color: #7098B8;
}

/* TabView extension */

/*set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li
{
  background-color: #99CCFF;
  padding-left: 10px;
  padding-right: 10px;
}

/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected
{
  background-color: #FFFFFF;
}


/** style the 'on' tab **/
.yui-navset .yui-nav .selected {
border-style: solid;
border-width: 2px 1px 0 1px;
border-top-color: #CC0000;
}


/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}

.accent {
 background-color: #003399;
       -moz-border-radius-topright: 1em;
       -moz-border-radius-bottomright: 0em;
       -moz-border-radius-topleft: 1em;
       -moz-border-radius-bottomleft: 0em;
}

#user_masthead h2 {
 color: White;
}

.dark_text_1 {
 color: White;
}

.dark_text_2 {
 color: Black;
}

/* inactive tab text color */
#user_masthead li a {
        background-color: #999999;
        color: #000000;
        padding: 4px;
       -moz-border-radius-topright: 0.5em;
       -moz-border-radius-bottomright: 0em;
       -moz-border-radius-topleft: 0.5em;
       -moz-border-radius-bottomleft: 0em;
}

/* active tab text color */
#user_masthead li.selected a {
    color: #000000;
}




/*</nowiki></pre>*/