/*categoryDeatil detail styles */
#news{
	background: none;
	border: none;
}

#news .categoryDetail{

}

#news .categoryDetail .body{
	margin-left: 50px;
	margin-right: 15px;
}

#news .categoryDetail .header{
	background-color: transparent;
	color: #696969;
}

#news .categoryDetail .text{
	border-bottom: 1px solid #F0F0F0;
	font-size: 0.90em;
	border: none;
	color: gray;
}

/*Categories overviewed styles */
#news .lastAdded{
	margin-top: 0.3em;
}

#news .lastAdded .body{
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 10px;
}

#news .date{
	font-weight: bold;
	color: #93B5D2;
	color: #DC143C;
}

#news .lastAdded .header{
	background-color: transparent;
	color: #696969;
}

#news .lastAdded .text{
	border: 1px solid red;
	font-size: 0.90em;
	text-align: justify;
	border: none;
	color: gray;
}



