/* Stats Info styles
------------------------------------*/

.online-list {
    background-image: url("./images/who_is_online.png");
    background-position: 12px 63px;
    background-repeat: no-repeat;
}

.online-list-viewforum-viewtopic {
    background-image: url("./images/who_is_online.png");
    background-position: 12px 40px;
    background-repeat: no-repeat;
}

.birthday-list {
    background-image: url("./images/birthday.gif");
    background-position: 11px 35px;
    background-repeat: no-repeat;
}

.statistics {
    background-image: url("./images/stats.gif");
    background-position: 11px 37px;
    background-repeat: no-repeat;
}

.permissions {
    background-image: url("./images/perm.gif");
    background-position: 14px 65px;
    background-repeat: no-repeat;
}

.stat-block {
    background-color: #404040;
    border: 6px ridge #7d7d7d;
    border-radius: 7px;
    color: #cdcdcd;
    margin-bottom: 11px;
    padding: 5px 10px;
}

.stat-block p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
	padding-left: 40px;
}

.stat-block h3 {
    margin: 0.5em 0;
}