/* ------------------------------------------------------ *
 * QuakeNet:#php / stats screen style
 *
 * $Id: stats.css,v 1.1 2004-02-07 01:57:01 gix Exp $
 * ------------------------------------------------------ */


/* stuff for the crappy irc stats
 * YES... CRAPPY!
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.statsHdr {
    font-size: 11px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: dashed 1px #333399;
}
.headtext {
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}

.headlinebg {
    background-color: transparent;
    border-bottom: dashed 1px #333399;
    margin-bottom: 10px;
}
.asmall {

    font-size: 8px;
    color: black;
    background-color: transparent;
    padding: 1px;
}
.hirankc {
    background-color: #f7f7f7;
    border-right: dashed 1px #333399;
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
    margin-right: 4px;
    color: #666699;
}
.rankc {
    text-align: left;
    background-color: #f7f7f7;
    border-right: dashed 1px #333399;
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
    margin-right: 4px;
}
.rankc10 {
    font-size: 10px;
}
.tdtop {
    background-color: #f7f7f7;
    text-align: left;
    font-size: 11px;
}
.hicell10 {
    font-size: 9px;
}
.title {
    font-size: 14px;
    font-weight: bold;
}
td {
    text-align: left;
}
.small {
    font-size: 10px;
}