/*external border*/
.algo-w2-newsbox{
  width: 70px;
  height: 70px;
  background-color: #EFC24B;
  
  font-family: Tahoma, Geneva, sans-serif;
}
/*internal border*/
.algo-w2-newscontainer{
  border: 0px solid rgb(150,150,150);
  background-color: #EFC24B;
}
/*Style of images inside the module*/
#algo-w2-news img{
  border: none
}

.algo-news-title
{
	left:20px;
	top:10px;
	position:absolute;
	z-index:100;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #690203;
}

.news_title
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px 0 0 0;
	font-weight: bold;
	text-align: right;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.news_title a
{
	color: #680102;
	text-decoration: none;
}

.news_date
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #680102;
	margin: 0;
	font-weight: bold;
	text-align: right;
}
