﻿.home-news, .home-news .abst, .latest
{
    overflow: hidden;
    height: 100%;
}
#home
{
    color: White;
}
/* Inherits margin from content.css h1 */
#home h1, #home h2, #home h3, #home h4
{
    color: #F4B707;
    font-weight: bold;
}

.home-news
{
    color: #333333;
}
.home-news .content, .Menu-Item .content
{
    background-color: #D3DEEF;
    padding: 5px;
    border: 1px dashed #2F4F4F;
}
#home .home-news .content
{
    padding-top: 10px;
    min-height: 160px;
}
.home-news .abst
{
    margin: 10px 0px;
}
#home .home-news h3
{
    color: white;
    background-color: #2E4d7B;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
}

#right .home-news h3
{
    color: White;
    border-bottom: solid 1px White;
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
}
#right .home-news
{
    margin: 0px 8px 20px 8px;
}
#right .home-news .content
{
    padding: 5px 0px 5px 5px;
}

/* Latest news */
.latest
{
}
.latest .AspNet-FormView-Pagination
{
    display: none;
    visibility: hidden;
}

#ebtc
{
    overflow: hidden;
    height: 100%;
    margin: 20px 5px 0px 5px;
}
#ebtc a, #ebtc a:hover
{
    background-image: none;
    padding: 0px;
    color: Yellow;
    text-decoration: underline;
}
#ebtc a:hover
{
    text-decoration: none;
}
#ebtc .txt
{
    padding: 5px;
    background: #5078B3;
}
