/* News Articles Custom Styles */
.articleTitle { font-size : 14px; font-weight : bolder; color : #000000; }
.articleTable { margin: 0px; }
.articleTableOuter { border: solid 1px #bdbdbd; }
.articleTopCell { background-color: #dcdcdc; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #FFF; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { padding: 6px; background-color: #fff; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTextCell { font-size: 10px; }
.articleAttributtes {font-size: 9px;}

.NewsArticles .PagingTable { border: solid 1px #bdbdbd; }



A.articleTitle, A.articleTitle:link, A.articleTitle:visited, A.articleTitle:active, A.articleTitle:hover
{
    color : #000000;
}

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: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.articleTopCell .NormalBold{ color:#505059; }