/* CSS of the News page */

.newsRow {
	font-weight: normal;
	text-shadow: none;
	font-family: Verdana,sans-serif;	
	white-space: normal;
}

.newsRowTitle {
	color: #232323;
	font-size: 12px;
}

#publicationDate {
	width:50px;
	text-align:center; 
	color:white;	
	font-weight:bold;
	height: 55px;
}

#publicationMonth {
	font-size: 14px;
	padding: 5px 0px 2px 0px; 
	background-color:#2f2fa5;
	border-radius:4px 4px 0px 0px;
}    

#publicationDay  {
	font-size:18px;	
	background-color: white;
	color: #474747;
	padding: 3px 0px 3px 0px;
	border-radius:0px 0px 4px 4px;
}

.sharedGroup { float: right; }
.sharedGroup .ui-btn-inner { padding: 6px !important; }

.sharedGroup .ui-btn-inner .ui-icon { 
	width: 21px;
	height: 20px;	
	margin-left: 0px !important;
	margin-right: -11px !important; 
	box-shadow: none!important; 
	border-radius: 0 !important; 
}

#mblFacebook .ui-icon { background:  url(images/share/facebook.png) 50% 50% no-repeat; background-size: 21px 20px; }
#mblTwitter .ui-icon { background:  url(images/share/Twitter.png) 50% 50% no-repeat; background-size: 21px 20px; }
#mblEmail .ui-icon { background:  url(images/share/email.png) 50% 50% no-repeat; background-size: 21px 20px; }

.newsTitleContent {
	background-color: #f0f0f0;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 10px 10px 10px;
	box-shadow: 1px 1px 1px #888888;
}

.newsTitle {
	font-weight: normal;
	color: #232323;
	font-size: 16px;
}

.newsDate {
	color: #7a7a7a;
	font-size: 12px;
}

.newsTextContent {
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
	padding: 16px 10px 0px 10px;
	box-shadow: 1px 1px 1px #888888;
}