.newMessages{
	border-top: 1px solid #6ea3bf;
	background-color: #b6b6b6;
	width: 100%;
	height: 35px;
	text-align: center;
	align: center;
	padding: 1px;

}

.newMessages a:hover {
	color: black;
}

.popup {
	display: none; 
	margin: auto;
	padding: 0px;
	width: 60%;	
	text-align: center;
	font-size: 0.9em;
}


.popup_news {
	background-color: #d6d6d6;
	padding: 10px;
	margin: 7px auto 7px auto;	
	border:  1px solid #6ea3bf;		
	width: 80%;
	text-align: center;
}

.news_title {
	text-align: left;
	float: left;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 3px;
	width: 100%;
	clear: left;	
}

.news_author {
	text-align: left;
	float: left;
}

.news_date {
	float: right;
	text-align: right;
}

.news_content {
	border-top: 1px solid #6ea3bf;	
	margin: 0;
	text-align: justify;
	clear: both;
	padding: 0 5px 0 5px;
}

.news_content {
	padding: 0 5px 0 5px;
	margin: 0px;
}

.news_content_without_header {
	text-align: center;
	padding: 5px;
}

.news_content_without_header a {
	font-weight: bold;
}

.navigationOpenNews{
	color:#112233;
	text-align:left;
	font-weight:bold;
	float:left;
	margin-left:5px;
  	padding: 1px 1px 1px 21px;	
	background-image: url(../image/open_news.png);
  	background-repeat: no-repeat;	
	background-position:left center;  		
}

.navigationOpenNews a {
	font-weight:bold;
}

.navigationCloseNews{
	color:#112233;
	text-align:right;
	font-weight: bold;	
	margin-right: -35px;
  	padding: 1px 18px 1px 1px;	
}

.closeNews {	
	font-weight: bold;	
	padding: 0 14px 0 0;	
	background-image: url(../image/close_news.png);
  	background-repeat: no-repeat;	
	background-position: right center;  
	
}
