﻿/*********************** Lifestyle categories ****************************/
.LifestyleCategoriesTbl
{
    border: solid 1px #dbe2e8;
    margin-bottom: 5px;
}

.LifestyleCategoriesTbl a
{
    font-weight: normal;
}

.LifestyleCategoriesTitleTd
{
    text-align: left;
    height: 16px;
    background-color: #029470;
    padding: 2px 2px 2px 10px;
    font-weight: bold;
    color: White;
}

.LifestyleCategoriesTitleTd a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.LifestyleCategoriesTitleTd a:hover
{
    color: #d0ebe4;
    text-decoration: none;
}
.LifestyleCategoriesContentTd
{
}

.LifestyleCategoriesItem
{
    background-color: #d0ebe4;
    height: 15px;
    padding-left: 10px;
    background-position: right bottom;
    background-image: url(../Pictures/Site/ArticlesBottomLeftTriangle.gif);
    background-repeat: no-repeat;
}

/************************** Lifestyle list ******************************/
.LifestyleDate
{
    background-color: #d0ebe4;
    padding: 2px 2px 2px 0px;
    margin-bottom: 5px;
}

.LifestylePhotoDiv
{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.LifestylePhoto
{
    /*border: solid 1px #808080;*/
}

.LifestyleTitle
{
    margin-bottom: 7px;
}

.dlstCategoryLifestyle
{
}

.LifestyleReadMore
{
    padding: 0px 0px 6px 0px;
}

.LifestyleCategoryTitle
{
    border: solid 1px #dbe2e8;
    background-color: #00578d;
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
    font-weight: bold;
    color: White;
}

.LifestyleCategoryTitle a
{
    color: White;
}

/********************* Lifestyle details ****************************/
.LifestyleDetailsTitleTd
{
    height: 20px;
    background-color: #00578d;
    font-weight: bold;
    border: solid 1px #dbe2e8;
    color: White;
}

.LifestyleDetailsPhotoTd
{
    padding: 10px 0px 10px 0px;
}

.LinksBottomBorder
{
    border-bottom: solid 1px #b3ced5;
    margin-bottom: 5px; 
}
