#newsRSSIcon {
    float: right;
    margin: 5px;
}

#newsCategories, 
#newsArticles {
    list-style: none;
    border: 0px solid #000;
}

#newsCategories table, #newsArticles table
{
width: 100%;
border-collapse: separate;
border-spacing: 10px;
border: 0px solid black;
margin-bottom: 10px;
}

#newsCategories table td, #newsArticles table td
{
vertical-align: top;
padding: 10px;
border: 1px solid #d4d4d4;
/*width: 50%;  ...this dimension needs to be dynamically hardcoded into the td cell depending on the amount of columns */
}

.newsCategoryItem, .newsArticleItem {
    clear: both;
    padding: 10px;
}

.newsCategoryItem a, .newsArticleItem a{
    text-decoration: none;
}

img.newsCategoryImage, img.newsArticleImage {
    float: left;
    margin-right: 5px;
}

#newsCategoryContent, #newsArticleContent {
    overflow-x: hidden;
}