/*
 *****************************************************************
 Version: 1.9
 *****************************************************************

 Filename:    torrent.css
 Parent:      index.php
 Requires:    none/default.css
 Author:      Dungeon-Dave
 Date:        2007-05-04
 Updated:     2008-02-02

 Usage:
 - CSS stylesheet, used for the CLASSIC skin.

 ####### HISTORY ################################################

 1.1 2007-05-05 - DD - Copied NIGHT skin and Added header, tidied up styles
 1.2 2007-05-06 - DD - darkened the td.green style, gold and diamond styles
 1.3 2007-05-07 - DD - td.innerblocks added (padded central content)
 1.4 2007-05-20 - DD - added borders to shitlisted/leecher/banned styles
                     - added .alert class for warnings, alerts, etc.
                     - td.block height set to 20px for upper/lower bars
                     - updated .alert class
 1.5 2007-10-27 - DD - Amended td.innerblocks to fix IE overlapping bug
 1.6 2007-11-05 - DD - table.overlib popup style added
 1.7 2007-11-12 - DD - removed scrollbar colours, tweaked shitlist bg
 1.8 2007-11-19 - DD - moved common styles out into pd-common.css
 1.9 2008-02-02 - DD - darkened td.yellow for classic style
                     - brightened up the header links

 *****************************************************************

*/

/* ============== standard tags here ================= */

body
{
    /* --- background colours --- */
    background-image:url(light.gif);
}


/* ============== Tables ================= */

table
{
}

table.lista
{
    background-image: url(dark.gif);
}


/* ++++++++++++ block headings and listing text ++++++++++++ */
/* eg: "Online Users:" */
td.block
{
    background-image:url(block_back.png);
    border: 1px solid #2A6483;
}

/* eg: "User: ddadmin:" - not used that often */
td.blocklist
{
    background-image: url(dark.gif);
}


/* ++++++++++++ header fields: info boxes ++++++++++++++++++++ */
/* eg: "welcome back" */
td.header
{
    background-color: #2A6483;
    border: 1px solid #218db9;
    color:white;
}

/* eg: "Tracker Info:" */
td.lista
{
    background-image: url(dark.gif);
}


td.progress
{
    background-image: url(backprogress.gif);
    background-repeat: repeat-x;
}

/* -------- used for "coloured" text ---------- */
td.red
{
    background-image: url(dark.gif);
}


td.yellow
{
    background-image: url(dark.gif);
    color: #ce9d0b;
}


td.green
{
    background-image: url(dark.gif);
}


/* =============== links ====================== */

a,a:link,a:active,a:visited
{ color : #000000; }
a:hover
{ text-decoration: underline; color : #FF0000; }

td.header a
{
    color: #8cd5da;
}

td.header a:hover
{
    color: white;
}

/* -------- links in "coloured" text ---------- */
td.red a:link
{
}
td.red a:visited
{
}

td.yellow a:link
{
}
td.yellow a:visited
{
}

td.green a:link
{
}
td.green a:visited
{
}

/* ----------------- ALERT div boxes --------------- */
.alert_heading,.alert
{
}

/* -- links in warning boxes -- */
/* .alert a { color:blue } */

/* ------------------ member styles ----------------- */




span.rank_peach    { color:#E68A2E; }
span.rank_pear     { color:#33CC33; }
span.rank_pretzel  { color:#C4941D; }
span.rank_banana   { color:#B2B200; }
span.rank_bell     { color:#B2B200; }
span.rank_key      { color:#6EA6BF; }
span.rank_forummod { color:#7799E6; }
span.rank_lime     { color:#00CC00; }
span.rank_uploader { color:#26CC19; font-style:italic; }



span.rank_clyde           { color:#CC5200; }
span.rank_flaming_chicken { color:#CC5200; }
span.rank_inky            { color:#6666FF; }
span.rank_pinky           { color:#FF00FF; }
span.rank_pac   { color:#B2B200; }
span.rank_mspac     { color:#B2B200; }
span.rank_naked_ghost     { color:#B2817A; }


span.rank_bronze     {   color:#FFAC0B;  }


span.rank_member     {   color:#0Da3aa;  }

span.rank_redeeming  {   background-color:#cc33ff }
span.rank_leecher    {   background-color:#aaaaaa }
span.rank_shitlisted {   background-color:#DD8359; color:#7B2908 }
span.rank_banned     {   background-color:#ffcccc; color:#ff0000 }


span.rank_digdug          { color:#000000; }
span.rank_carnivalbear    { color:#000000; }
span.rank_brainwave       { color:#009999; }
span.rank_frogger         { color:#148800; }
span.rank_goomba          { color:#994C00; }
span.rank_knight          { color:#77778F; }
span.rank_evildoctor      { color:#B24939; }


span.rank_kiwi   { color:#B2B200; }
span.rank_worrior   { color:#B2B200; }
span.rank_jouster   { color:#B2B200; }
span.rank_1943bomber      { color:#995600; }
span.rank_mappy           { color:#6A6A7A; }


span.rank_burger_time     { color:#000000; }
span.rank_berzerk         { color:#000000; }
span.rank_pole_position   { color:#CC7200; }
span.rank_centipede       { color:#009900; }
span.rank_phoenix         { color:#0497DF; }


