.calendar .day,.calendar .day_active
{
	float:left;
	width:20px;
	height:20px;
	border:solid 1px black;
}
.calendar
{
	width:200px;
	border:solid 2px red;
	clear:both;
	height:130px;
}

.news_item_main .title
{
	display:none;
}
.news_item_main
{
	padding-top:32px;
	padding-bottom:17px;
	border-bottom:solid 1px #cccccc;
}
.news_item_last .title a
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#007fae;
	text-decoration:none;
}
.news_item_last .title
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:red;
	text-decoration:none;
padding-bottom:10px;
}
.news_item_last
{
	padding-bottom:19px;
}
.news_item_main .anonce a,.news_item_last .anonce a
{
text-decoration:none;
}
.news_item_main .anonce a a,.news_item_last  .anonce a a
{
text-decoration:underline;
}
