﻿#newsItemBox
{
}

.featuresListBox
{
    border: 1px solid black;
    margin: 20px 20px 20px 0;
}

.featuresListBox h3
{
    background-color: Black;
    color: White;
    padding: 4px;
}

.featuresListBox ul
{
    margin: 5px 5px 5px 20px;
}

#newsList
{
    list-style: none;
    margin: 20px 20px 60px 20px;
    padding: 0;
}

#newsList li
{
    padding: 0;
    position: relative;
    margin: 15px 0 0 0;
    width: 100%;
}

#newsList li a
{
    color: White;
}

#newsList li a:hover
{
    color: black;
}

#newsList h3
{
    font-size: small;
    background-color: #0201FF;
    margin: 0 0 0 0;
    padding: 5px 0 5px 5px;
    width: 100%;
    color: White;
    top: 0;
    left: 0;
}

.newsDate
{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    color: White;
    font-size: smaller; 
}

.newsHeaderRow
{
	 background-color: black; 
	 color: white; 
	 font-weight: bold;
}

.releaseDate
{
    display: block;
    margin: 5px 20px !important;
    font-size: 1.1em;
    font-style: italic;
}

#rssFeedIcon_news
{
    position: absolute;
    top: 30px;
    right: 12px;
    border: none;
}

.mediaBox
{
    float: right;
    padding-bottom: 4px;
    border: 1px solid #CCCCCC;
    margin: 5px 20px 5px 20px;
}

.mediaBox img
{
    margin: 4px 4px 0 4px;
    border: none;
}

.attachmentInfo
{
    display: block;
    margin-top: 20px;
    background-color: #F8F8F8;
    float: left;
    border: 1px solid #CCCCCC;
    border-left: none;
}

.attachmentInfo h3
{
    margin-right: 4px;
    margin-left: 4px;
}

.icon
{
    float: left;
    margin: 4px 4px 4px 4px !important;
    border: none;
}

#ctl00_ContentPlaceHolder1_newsText
{
    padding: 10px;
    background-color: #E8E8E8;
    border: 1px dashed #0201FF;
    color: Black;
    font-size: 12px;
    margin: 0 20px 30px 20px;
}

#ctl00_ContentPlaceHolder1_newsText p
{
    font-size: 12px;
    margin-left: 0;
}
