/*
 * WoWAce.com's Files Redesign
 *
 * Author      : Iknowwhoiam
 * Added       : July 6, 2008
 * Description : Your Personal Modification
 * Usage       : Use with the Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://files.wowace.com/"),
               url-prefix(http://files.wowace.com/index.html),
               url-prefix(http://files.wowace.com/cat-action-bars),
               url-prefix(http://files.wowace.com/cat-auction),
               url-prefix(http://files.wowace.com/cat-audio),
               url-prefix(http://files.wowace.com/cat-pvp),
               url-prefix(http://files.wowace.com/cat-buffs),
               url-prefix(http://files.wowace.com/cat-chat),
               url-prefix(http://files.wowace.com/cat-combat),
               url-prefix(http://files.wowace.com/cat-compilations),
               url-prefix(http://files.wowace.com/cat-data-export),
               url-prefix(http://files.wowace.com/cat-development-tools),
               url-prefix(http://files.wowace.com/cat-frame-modifications),
               url-prefix(http://files.wowace.com/cat-guild),
               url-prefix(http://files.wowace.com/cat-interface-enhancements),
               url-prefix(http://files.wowace.com/cat-inventory),
               url-prefix(http://files.wowace.com/cat-library),
               url-prefix(http://files.wowace.com/cat-mail),
               url-prefix(http://files.wowace.com/cat-map),
               url-prefix(http://files.wowace.com/cat-misc),
               url-prefix(http://files.wowace.com/cat-party),
               url-prefix(http://files.wowace.com/cat-quest),
               url-prefix(http://files.wowace.com/cat-raid),
               url-prefix(http://files.wowace.com/cat-tradeskill),
               url-prefix(http://files.wowace.com/cat-unitframe),
               url-prefix(http://files.wowace.com/cat-caster),
               url-prefix(http://files.wowace.com/cat-druid),
               url-prefix(http://files.wowace.com/cat-healer),
               url-prefix(http://files.wowace.com/cat-hunter),
               url-prefix(http://files.wowace.com/cat-mage),
               url-prefix(http://files.wowace.com/cat-paladin),
               url-prefix(http://files.wowace.com/cat-priest),
               url-prefix(http://files.wowace.com/cat-rouge),
               url-prefix(http://files.wowace.com/cat-shaman),
               url-prefix(http://files.wowace.com/cat-tank),
               url-prefix(http://files.wowace.com/cat-warlock),
               url-prefix(http://files.wowace.com/cat-warrior),
               url-prefix(http://files.wowace.com/cat-unknown),
               url-prefix(http://files.wowace.com/sw-a),
               url-prefix(http://files.wowace.com/sw-b),
               url-prefix(http://files.wowace.com/sw-c),
               url-prefix(http://files.wowace.com/sw-d),
               url-prefix(http://files.wowace.com/sw-e),
               url-prefix(http://files.wowace.com/sw-f),
               url-prefix(http://files.wowace.com/sw-g),
               url-prefix(http://files.wowace.com/sw-h),
               url-prefix(http://files.wowace.com/sw-i),
               url-prefix(http://files.wowace.com/sw-j),
               url-prefix(http://files.wowace.com/sw-k),
               url-prefix(http://files.wowace.com/sw-l),
               url-prefix(http://files.wowace.com/sw-m),
               url-prefix(http://files.wowace.com/sw-n),
               url-prefix(http://files.wowace.com/sw-o),
               url-prefix(http://files.wowace.com/sw-p),
               url-prefix(http://files.wowace.com/sw-q),
               url-prefix(http://files.wowace.com/sw-r),
               url-prefix(http://files.wowace.com/sw-s),
               url-prefix(http://files.wowace.com/sw-t),
               url-prefix(http://files.wowace.com/sw-u),
               url-prefix(http://files.wowace.com/sw-v),
               url-prefix(http://files.wowace.com/sw-w),
               url-prefix(http://files.wowace.com/sw-x),
               url-prefix(http://files.wowace.com/sw-y),
               url-prefix(http://files.wowace.com/sw-z)
{

body
{background-color: white !important; 
color: black !important
}

#header
{font-size: 16px !important;
color: inherit !important; 
background-color: black !important}

#quicklinks, #startswith
{font-size: 12px !important;
color: white !important;
background-color: inherit !important}

.row2
{background-color: #EEE !important;
color: inherit !important}

a:link {
color: #5B5B5B !important;
text-decoration: none !important;
background-color: inherit !important;
}

a:visited {
color: #5B5B5B !important;
text-decoration: none !important;
background-color: inherit !important;
}

a:hover {
color: #006E92 !important;
text-decoration: none !important;
position: relative !important;
left: 2px !important;
top: 1px !important;
background-color: inherit !important;
}

a:active {
color: #015D8D !important;
text-decoration: none !important;
background-color: inherit !important;
}

/* goodbye adware-spyware-keyloggers! */
#askyscraper, #aleaderboard, #analytics
{display: none !important}

}