/* News Articles Custom Styles */
.articlemetadata
{
}

#tellafriendlinks
{
float: right;
padding: 5px;
width: 120px;
height: 50px;
border: dotted 0px #cdcdcd;
}
.NormalWhite 
{
    font-family: TrebuchetMS, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
}
.NormalBold
{
    color: #0053A0 !important; 
}

.articleQuote { font-family: TrebuchetMS, Arial, Helvetica; font-size: 8pt; border-top: solid 0px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle { font-size : 12px; font-weight : bold; color : #333333; }

.articleTable { background-color: transparent; margin: 0px; }
.articleTopCell 
{
    background-color: transparent; 
    color: #333333; 
    font-weight: bold; padding: 20px 0px 0px 0px; height: 25px; }
.articleContentCell { color: black; padding: 0px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 0px; background-color: Transparent; }
.articleIconCell { background-color: transparent; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: transparent; height: 25px; }

.featuredTopCell 
{
    background-color: transparent; 
    color: white; 
    font-weight: bold; 
    padding: 20px 0px 0px 0px;  
    height: 25px; }

A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #333333;
}


.NewsItem
{
    margin: 5px 0 10px 0;
    padding: 10px 0 0 0;
    border-top: dotted 1px #30B457;
}
.NewsItem div.Normal, .NewsItem p, .NewsItem div.NormalBold
{
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

.NewsItem div a.SubHead:link, .NewsItem div a.SubHead:visited
{
    text-decoration: none;
    font-weight: bold;
    color:#0053A0;
}

.NewsItem div a.SubHead:hover
{
    text-decoration: none;
    color: #333333;
}
.NewsItemListingImage {
    float: left; 
    padding: 0 7px 0px 0;
}

/* Projects styles */
.NewsItem a:link, .NewsItem a:visited, .NewsItem a:hover, .NewsItem a:active
{
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    color:#333333;
}
.NewsItem a:hover, .NewsItem a:active
{
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
	color: #0053A0;

}

.NewsItem .Title a:link, .NewsItem .Title a:visited, .NewsItem .Title a:hover, .NewsItem .Title a:active
{
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #0053A0;
}

.NewsItem .NormalBold p
{
    font-weight: bold;
    color: #0053A0;
}
.NewsSearchResults
{
}
