/*
<pre>
*/
/* Skin changes */
.color1, .color1 a {
   background-color: #0171B9;
   color:            White;
}

.color2 {
   background-color: #D0F1FF;
}

#wikia_header {
   background: none;
   border: none;
   color: lightblue;
}
#wikia_logo {
	background: url(http://images1.wikia.nocookie.net/help/images//d/d9/Sapphire_wikia_logo.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/help/images//d/d9/Sapphire_wikia_logo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images1.wikia.nocookie.net/help/images//3/3a/Sapphire_header_button.png);
	color: #FFFFFF;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/help/images//3/3a/Sapphire_header_button.png', sizingMethod='crop');
}

#userData a, #wikiaBranding a {
	color: #000;
}

#background_strip { 
    background: none;
    border: none;
}

body { 
    background: url(http://images1.wikia.nocookie.net/spore/images/2/26/Background.png) top left;
}

.Monaco-sidebar_edit {
   font-size: 8pt;
   text-align: right;
}

#page_bar {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-radius-topleft: 5px;
   -webkit-border-radius-topright: 5px;
   margin: 0 !important;
   padding: 0 !important;
   background-image: url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png);
   background-position: left top;
   background-repeat: repeat-x;
   color: white;
   font-family: calibri,sans-serif;
   font-size: 11pt;
   overflow: hidden;

}

#page_controls {
 margin-left: 3px!important;
}

#page_tabs li {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-radius-topleft: 5px;
   -webkit-border-radius-topright: 5px;
}

#page_tabs {
   padding: 0 3px !important;
}

#wikia_page {
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

/*
</pre>
*/