﻿/*********************** Article categories ****************************/
.ArticleCategoriesTbl
{
    border: solid 1px #dbe2e8;
    margin-bottom: 5px;
}

.ArticleCategoriesTbl a
{
    font-weight: normal;
}

.ArticleCategoriesTitleTd
{
    text-align:left;
    height: 16px;
    background-color: #029470;
    padding: 2px 2px 2px 10px;
    font-weight: bold;
    color: White;
}

.ArticleCategoriesTitleTd a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.ArticleCategoriesTitleTd a:hover
{
    color: #d0ebe4;
    text-decoration: none;
}

.ArticleCategoriesItem
{
    background-color: #d0ebe4;
    height: 15px;
    padding-left: 10px;
    background-position: right bottom;
    background-image: url(../Pictures/Site/ArticlesBottomLeftTriangle.gif);
    background-repeat: no-repeat;
}

/************************** Articles list ******************************/
.ArticleDate
{
    /*background-color: #e1e6f9;*/
    background-color: #d0ebe4;
    padding: 2px 2px 2px 0px;
    margin-bottom: 5px;
}

.ArticlePhotoDiv
{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.ArticlePhoto
{
    border: solid 1px #808080;
}

.ArticleTitle
{
    margin-bottom: 2px;
}

.dlstCategoryArticles
{
}

.ArticleReadMore
{
    padding: 0px 0px 6px 0px;
}

.ArticleCategoryTitle
{
    border: solid 1px #dbe2e8;
    background-color: #00578d;
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
    font-weight: bold;
    color: White;
}

.ArticleCategoryTitle a
{
    color: White;
}

/********************* Article details ****************************/
.ArticleDetailsTitleTd
{
    height: 20px;
    background-color: #00578d;
    font-weight: bold;
    border: solid 1px #dbe2e8;
    color: White;
}

.ArticleDetailsPhotoTd
{
    padding: 10px 0px 10px 0px;
}

/******************** Home page articles *********************************/
.dlstHomeArticles
{
}

.HomeArticlesItem
{
    padding-bottom: 10px;
    height: 220px;
}

.HomeArticlesArticleTbl
{
    width: 97%;
    height: 100%;
    border: solid 1px #55788c;
}

.HomeArticleDate
{
    /*background-color: #e1e6f9;*/
    background-color: #00578d;
    padding: 2px 2px 2px 0px;
    margin-bottom: 5px;
    color: White;
}

.HomeArticleTitle
{
    margin-bottom: 3px;
}

.HomeArticlePhotoDiv
{
    float: left;
    margin-right: 7px;
    margin-bottom: 0px;
}

.HomeArticleText
{
    padding: 0px 5px 0px 0px;
}

.HomeArticleReadMore
{
    padding: 0px 5px 6px 0px;
}

