﻿.heading {
    height: auto;
    background: #eaf4f5 none repeat scroll 0 0;
    margin: 12px auto;
    width: 780px;
    color: #00f
}

.RSS_Header {
    width: 100%;
    height: 22px;
    font-weight: 700;
    text-indent: 5px;
    line-height: 22px;
    overflow: hidden;
    background-color: #36c;
    color: #fff
}

    .RSS_Header a {
        color: #fff;
        font-size: 12px
    }

.RSS_Content {
    font-family: lucida grande,verdana,arial,helvetica,sans-serif;
    width: 90%;
    min-height: 50px;
    margin-bottom: 20px;
    margin-left: 20px
}

    .RSS_Content a {
        color: #36c;
        margin-right: 5px;
        font-weight: 700;
        font-size: 14px;
        width: 550px;
        overflow: hidden
    }

.RSS_Expand {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: auto;
    margin-top: 5px;
    margin-left: 20px
}

.pubDate {
    clear: both;
    color: #777;
    font-size: 80%;
    font-style: italic;
    font-weight: lighter;
    margin-right: 20px;
    text-align: center;
    width: 20%
}

.imageButton {
    text-align: center;
    cursor: pointer
}

.hr {
    border: 1px inset;
    color: gray;
    display: block;
    height: 2px;
    margin: .5em auto
}

.Feed_Collapse, .Feed_Expand {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 5px
}
