/* News Articles Custom Styles */

.articleTitle {
         font-family: Verdana, Tahoma, Arial, sans-serif;
         font-size: 14px;
         color: #ff9900;
         border-bottom: 1px #FFCC33 solid;
         line-height: 130%;
         font-weight: bold;
         margin-bottom: 0px;
         margin-top: 15px;
         padding-bottom: 10px;
         padding-top: 0px;
}

.articleTitle_Events { 

  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px; 
  font-weight: bold; 
  color: #ff9900; 
  border-bottom: 1px #FFCC33 solid;
  line-height: 130%;
  margin-top: 15px;
  padding-bottom: 10px;
  padding-top: 0px;
}

.articleTable { background-color: black; margin: 0px; }

.articleTopCell { 
        font-family: Verdana, Tahoma, Arial, sans-serif;
        font-size: 12px;
        background-color: ffffff; 
        color: #6E6E6E; 
        font-weight: bold;  
        height: 25px; 
        padding-bottom: 10px;
        padding-top: 5px;
}

/* .articleTopCell .NormalBold { color: #FFF; } */

.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }

.articleTextCell { 
    font-family: Verdana, Tahoma, Arial, sans-serif; 
    color: #666666; 
    padding: 0px; 
    background-color: #FFFFFF; 
    text-align: left;
}

.articleTextCell_Events { 
  font-family: Verdana, Tahoma, Arial, sans-serif; 
  color: #666666; 
  padding-top: 10px;
  padding-bottom: 0px; 
  background-color: #FFFFFF; 
}

.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; }

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;
}