@import "tabsBlock.css";
.accentBlock {
    margin-bottom:20px;
}

.accentBlock .current {
    background-color: #126213;
    padding: 15px;
    margin-bottom:0;
}

.accentBlock .current td {
    vertical-align: top;
}

.accentBlock .current img {
    border: 1px solid #FFEB0D;
    margin-right: 15px;
}

.accentBlock .current .dateCategory {
    margin-top: 4px;
}

.accentBlock .current .dateCategory span {
    background-color: #FFEB0D;
    color: black;
    padding: 2px 5px;
    font-style:italic;
    font-size:11px;
}

.accentBlock .current .dateCategory a {
    color: black;
    margin-right: 4px;
}

.accentBlock .current .title {
    margin-top: 5px;
    margin-bottom:10px;
    font-size: 16px;
}

.accentBlock .current .title a {
    font-weight: bold;
    color: white;
}
.accentBlock .current .text{
    color:white;
}
.accentBlock .old{
    background-color:#1E901E;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}
.accentBlock .old .article{
    width:150px;
    padding:2px;
    vertical-align:top;
}
.accentBlock .old .article img{
    border:1px solid #FFEB0D;
    margin-bottom:6px;
}
.accentBlock .old .article .title{
    text-align:left;
}
.accentBlock .old .article a{
    color:white;
}
.centerColumn .category {
    width:480px;
    margin-bottom:10px;
}
.centerColumn .category .title a{
    font-size:14px;
    font-weight:bold;
}
.centerColumn .category .inner{
    width:480px;
}
.centerColumn .category td{
    vertical-align:top;
}
.centerColumn .category .mainArticle{
    width:280px;
    padding-top:15px;
}
.centerColumn .category .mainArticle .image {
    
}
.centerColumn .category .mainArticle .image{
    border:1px solid #DCDCDC;
    text-align:center;
    padding:4px;
    float:left;
    margin-right:10px;
}
.centerColumn .category .mainArticle .title_date {
    float:left;
    width:130px;
}
.centerColumn .category .mainArticle .image img{
    border:0;
}
.centerColumn .category .mainArticle td{
    vertical-align:top;
}
.centerColumn .category .mainArticle .date{
    font-size:10px;
    font-style:italic;
    margin-top:5px;
}
.centerColumn .category .mainArticle .title{
    margin-top:5px;
    margin-right:10px;
}
.centerColumn .category .mainArticle .text{
    padding-top:10px;
    padding-right:20px;
}
.centerColumn .category .otherArticles{
    background-color:#F1F1F1;
    padding: 15px 10px 0;
}
.centerColumn .category .otherArticles .article{
    margin-bottom:10px;
}
.centerColumn .category .otherArticles{
    background-color:#F1F1F1;
}
.centerColumn .category .otherArticles .article .title a{
    font-size:12px;
    font-weight:normal;
    color:black;
}
.centerColumn .category .otherArticles .article .date{
    font-style:italic;
    font-size:11px;
    margin-top:5px;
}
.centerColumn .category .tabBlock {
    width:480px;
}
.centerColumn .category .tabBlock .footer {
    width:480px;
}
.centerColumn .category .tabBlock .in{
    width:480px;
}
.centerColumn .category .tabBlock .content{
    width:480px;
    margin-top:0;
}
