body {
    font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
}

.unread {
    color: blue;
}

.read {
    color: grey;
}

.active {
    color: blue;
}

.inactive {
    color: grey;
}

.shadowed {
    color: grey;
}

.field_label {
    font-weight: bold;
}

.help_text {
    font-size: small; font-style: italic;
}

.error_msg {
    color: red; font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.feed_headline {
    border-top: 1px solid black;
    border-bottom: 1px dotted black;
    margin-top: 1em;
    background: lightgray;
}

.feed_footline {
    border-bottom: 0px solid black;
}

.feed_background {
    background-color: #F7F7F7;
}

.header {
    font-weight: bold;
    font-size: x-large;
    color: black;
    background: lightgray;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    line-height: 2em;
    margin-top: 1em;
}

.footer {
    background: lightgray;
    border-top: 1px solid black;
    border-bottom: 2px solid black;
    margin-top: 1em;
}

img {
    border-style: none;
}

.image {
    /* pass */
}

.title {
    font-weight: bold; color: black;
    white-space: nowrap;
}

.avatar {
    border-radius: 5px;
}
