/* News Articles Custom Styles */

.article_Kop
{
    border-top: 1px solid #C0C0C0 solid; 
    border-bottom: 1px solid #C0C0C0 solid;
    width: 100%;
    }

.articleTitle
{
    background-color: yellow; 
    background-repeat: repeat-y;
    background-image: url(backgr.png);
    background-position: left top; 
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size : 100%;
    letter-spacing: 0.10em; 
    /* font-weight : bolder; */
    padding-left: 5px;
    padding-top: 5px;
    height: 25px; 
    float: left;
    width: 80%;
    }
    
.article_Icon
{
    float: right;
    padding-top: 2px;
    text-align: right;
    height: 25px;
    }    
    
/* .articleTable { background-color: white; margin: 0px; }
.articleTopCell { background-color: transparent; color: lightgrey; padding: 1px; border-bottom: 1px solid; text-align: left; font-size: 80%;}
.articleTopCell .NormalBold { color: #AAA; }
.articleContentCell { color: black; padding: 6px; background-color: transparent; }
.articleTextCell { color: black; 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; } */
.latestTopCell 
{
    color: #C0C0C0; 
    padding: 5px; 
    text-align: left; 
    font-weight : bold; 
    font-size: 80%;}
    
.latestAuthorCell 
{
    color: #C0C0C0; 
    padding: 1px; 
    text-align: right; 
    font-size: 80%;
    /* height: 15px; */
    /* border-bottom: 1px solid #C0C0C0 dotted; */
    }
    

 /*   
 A.Normal.MenuTop:link {
    text-decoration:    none;
}

A.Normal.MenuTop:visited  {
    text-decoration:    none;
}

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;
} */
