﻿/* BEGIN --- Styles for News */
.news_image_DIV
{
    margin-right: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    /*border: 5px solid #F2F2F2;*/
}

.news_preview_DIV
{
    float: right;
    height: 110px;
    width: 488px;
    overflow: hidden;
    text-align: justify;
    line-height: 14px;
}
	
.news_image
{
    padding-right: 10px; 
    margin-right: 10px;
    margin-bottom: 10px;
}

.news_archive_image
{
    height: 215px;
    width: 295px;
    background-repeat: no-repeat;
    background-size: 295px 215px;
    display: table-cell;
    overflow: hidden;
    float: left;
}
	
.news_content
{
    overflow: hidden;
    height: auto;
}
.news_content a
{
    text-decoration: none;
    color: #464646;
}
.news_title, .news_title_alt
{
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    font-weight: bold;
    text-align: justify;
}
.news_title
{ 
    color: #444;
}
.news_title_alt
{ 
    color: #ffffff;
}
	
.NewsDetail_title
{
    font-size: 18px;
    overflow: hidden;
    color: #464646;
    font-weight: bold;
}

.news_DateAndDescription, .news_DateAndDescription_alt
{
    font-size: 11px;
    font-style: italic;
}

.news_DateAndDescription
{
    color: #969696;
}
.news_DateAndDescription_alt
{
    color: #ffffff;
}
	
.news_subtitle, .news_subtitle_alt, .read_more
{
    font-size: 11px;
    font-style: italic; 
}

.news_subtitle
{
    color: #969696;
    text-align: justify;
}
.news_subtitle_alt
{
    color: whitesmoke;
    text-align: justify;
}
.read_more
{
    color: #969696;
    text-align: right;
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    margin: 5px 3px 3px 0;
}
.news_summary, .news_summary_alt
{
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
    text-align: justify;
    line-height: 1.3;
}

.news_summary
{ 
    color: #464646;
}
.news_summary_alt
{ 
    color: #ffffff;
}
	
.news_text
{
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    color: #464646;
    text-align: justify;
}
.news_archive_content
{
    /*background-color: whitesmoke;*/
    padding: 0 !important;
}
.NewsList_Alternate
{
    background-color: #354133;
    /*padding-top:5px;
    padding-bottom:5px;*/
}
.NewsList
{
    background-color: whitesmoke;
    /*padding-top:5px;
    padding-bottom:5px;*/
}
.NewsList_Text
{
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}
.List_DataPicker
{
    background-color: whitesmoke;
    opacity: 0.7;
}
.news_details_content
{
    text-align: justify;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.news_details_container
{
    background-color: whitesmoke;
}
/* END --- Styles for News */


