.news_item{
  float: left;
  padding: 5px;

}

.news_main
{
  overflow: hidden;
  height: 400px;
  width: 723px;
}

.news {
    height: 200px;
    overflow: hidden;
     width: 230px;
}

.news_title
{
  font-size: 13px;
  font-weight: bold;
}

.news_description
{
  font-size: 12px;
}

.news_left
{
  float: left;
  width: 700px;
}

.news_right
{
  float: right;
  width: 270px;
}


.dayBlock2 {
    background: none repeat scroll 0 0 #fff;
    color: #00173a;
    float: left;
    height: 37px;
    margin: 0 2px 2px 0;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 31px;
}


.dayBlock2 time {
    border-bottom: 6px solid #981B1E;
    display: block;
    font: 14px/17px "helveticaneuecyrbold",Arial,sans-serif;
    height: 26px;
    transition: all 0.3s ease-in-out 0s;
    padding-left: 9px;
}

.news_calendar{
 
  padding: 5px;
}

.news_title a
{
 
  text-decoration: underline;
  color: black;
  display: inline-block;
  line-height: 17px;
}


.news_publication a.news
{
  color: #981B1E;
  font: 13px/15px "helveticaneuecyrbold",Arial,sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.articles
{
  float: right; width: 221px; height: 224px; padding: 13px;
  overflow: hidden;
}

.news_link
{
  color: #981B1E; 
  font-size: 28px;
}

.articles a.title
{
 font-family: Arial;
 color: #981B1E;
 font-size: 14px;
}

.articles span
{
 font-family: Arial;
 color: #393636;
 font-size: 14px;
 text-align: justify;
}

.alert {
border: solid 1px #961B1E;
padding: 10px;
text-align: center;
color: #961B1E;
font-weight: bold;

}

.subform input
{
  font-size: 24px;
  border 1px solid #961B1E;
  color:  #961B1E;
}

