.small {
    font-size: small;
}

.tiny {
    font-size: normal;
}

.agoraSectionName {
    font-size: x-large;
    line-height: 100%;
}

.agoraSection {
    margin-bottom: 30px;
}

.agoraSubSection {
    background-color: #333;
    color: #BFBFBF;
    padding: 10px;
    margin-top: 10px;
    border-left: 5px solid #DD0000;
}

.agoraSubSection a {
    color: #FFF;
}

.agoraSubSectionLast {
    margin-top: 1em
}

.topicPost {
    margin-bottom: 20px;
    background-color: #333;
    color: #BFBFBF;
    padding: 10px;
    -moz-border-radius: 10px;
}

.topicPost a {
    color: #FFF;
}

.topicPostTop {
    margin-bottom: 1em;
    background-color: #BFBFBF;
    color: #444;
    -moz-border-radius: 5px;
    padding: 5px;
}

.topicPostTop * {
    color: #444;
}

.topicPostBottom {
    margin-top: 1em;
    background-color: #BFBFBF;
    color: #000;
    padding: 5px;
    -moz-border-radius: 5px
}

.topicPostAvatar a {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
    -moz-border-radius: 5px;
    border: 5px solid #BFBFBF;
}

.topicPostSignature a {
    color: #2A62A8;
}

.topicPostContent a {
    color: #306FBF;
}