﻿.SubscribeContainer{
background-color: #0691D4;
    color: #fff;
}
.MoreArticlesContainer{
    background-color: #03669D;
    color: #fff;
    border-left: 2px;
    border-left-style: solid;
    border-left-color: white;
}
.LastetnewsContainer{
    color: #fff;
    opacity: 0.8;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(left,  #1e5799 0%, #207cca 31%, #207cca 31%, #207cca 40%, #207cca 40%, #207cca 44%, #207cca 44%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(31%,#207cca), color-stop(31%,#207cca), color-stop(40%,#207cca), color-stop(40%,#207cca), color-stop(44%,#207cca), color-stop(44%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1e5799 0%,#207cca 31%,#207cca 31%,#207cca 40%,#207cca 40%,#207cca 44%,#207cca 44%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1e5799 0%,#207cca 31%,#207cca 31%,#207cca 40%,#207cca 40%,#207cca 44%,#207cca 44%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1e5799 0%,#207cca 31%,#207cca 31%,#207cca 40%,#207cca 40%,#207cca 44%,#207cca 44%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to right,  #1e5799 0%,#207cca 31%,#207cca 31%,#207cca 40%,#207cca 40%,#207cca 44%,#207cca 44%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

}

.NewsList{
background-color: #ECECEC;

}
.NewsIcon {
    float:right;   
}

.Data{
 color: #03669D;
 font-weight: bold;

}

.IndividualRowContainer{
    padding: 0px 20px 0px 20px;

}
.ArticleTitle2{
    color:#4e4e4e;
    font-weight: bold;

}

.ArrowContainer{
color: #03669D;;

}
.fa.fa-fw.fa-file-text-o:hover,
.fa.fa-fw.fa-rss.fa-lg:hover
{
    color: #FFF;   
}


/*------------------------LINKS-------------------------------*/
 .LinkNews:hover {
    color: #fff;
}
 .LinkNews, .LinkNews:link, .LinkNews:visited {
    color: #fff;
}
