/* Start of CSS style sheet for news'*/

/* NEWS DISPLAY */

#NewsPostDetailDate
{
    width: 100%;
    color: #4F6270;
    font-size: 1.4em;
}

#NewsPostDetailTitle
{
    font-size: 20pt;
    font-weight: normal;
    color: #4F6270;
    padding-left: 0;
    margin-bottom: 24px;
    line-height: 1.1em;
}

#NewsPostDetailCategory, #NewsPostDetailAuthor, #NewsPostDetailSummary, #NewsPostDetailHorizRule
{
    display: none;
}

#NewsPostDetailContent, #NewsPostDetailPrintLink
{
    width: 100%;
}

#NewsPostDetailPrintLink
{
    margin-top: 24px;
}


/* NEWS SUMMARY LISTING */

.NewsSummaryAuthor, .NewsSummarySummary, .NewsSummaryMorelink, .NewsSummaryCategory, .NewsSummaryContent
{
    display: none;
}

.NewsSummary
{
    width: 100%;
    margin-bottom: 12px;
}

.NewsSummaryPostdate
{
    color: #4F6270;
}

#events .NewsSummaryPostdate
{
    display: none;
}

.NewsSummaryLink
{
    margin-left: 8px;
}

#events .NewsSummaryLink
{
    margin-left: 0;
    padding-bottom: 16px;
    width: 400px;
}

.NewsSummaryField img
{
    margin-bottom: 6px;
}


/* End of news */

