/* News Articles Custom Styles */
.DreamTable{
    width:100%; 
    text-align:right;
}
.DreamListing{
    width:100%; 
    text-align:right;
    border-bottom:1px dotted gray;
}
.articleTitle { font: 10x Tahoma, Arial; font-weight: normal; }
.articleTable {background-color:#FFFFFF; padding: 10px 5px 10px 0px; line-height: 52px; }
.dreamTopCell {
    background-color:#FFFFFF; 
    padding: 0px 0px 5px 0;
    font: normal 10px Tahoma, Arial; 
    text-align:right; 
    border-bottom:1px dotted gray;
}
.CommentCell 
{
    background-color:#FFFFFF; 
    padding: 0px 0px 5px 0;
    font: normal 12px Tahoma, Arial; 
    text-align:right; 
}	
.titlebg {
    height:10px;
    padding:8px 0 ;
    text-align:center;
    background-color:#f9fbfc;  
}
.summary {
    line-height: 20px;
    padding: 10px 15px 0 0;
}
.articleContentCell { vertical-align:top;  background-color: Transparent; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.FooterCell {text-align:right; padding: 3px; background-color:#F5F5F5; 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;
}
