/*
 ------------------------------------------------------------
	CMS_NEWS_STYLE.CSS
 ------------------------------------------------------------
	Foglio stile per pagine news
 ------------------------------------------------------------
*/

div#mainarea {
	width:760px;
	padding-bottom:55px;
}

/* Pagina di visualizzazione di una news */
div#newsarea {
	position: relative;
	width:716px;
	left:22px;
	top:77px;
}

div#newstitlearea {
	padding-bottom:10px;
}

div#newsimg1area,div#newsimg2area,div#newsimg3area {	
	height:120px;
	text-align:center;
	padding-right:5px;
	float:left;
}

#newsimg1area .nwpimg,#newsimg2area .nwpimg,#newsimg3area .nwpimg {
	height:120px;
}

.newsboxtextarea {
	margin-right:8px;
}

.nwpsubject {
	font:11px Verdana,Thaoma,sans; 
	color:red;
	font-weight: bold;
	padding-bottom:10px;
}
.nwpdate {
	font:10px Verdana,Thaoma,sans; 
	color:#000;
	padding-bottom:5px;
}

.nwpimg {
	position:relative;
 	font:10px Verdana,Thaoma,sans;
	cursor:pointer;
}

.errmsg {
 	font:10px Verdana,Thaoma,sans;
	color:black;
}


/* Pagina di visualizzazione della lista delle news */
div#newslistarea {
	position: relative;
	width:716px;
	left:22px;
	top:77px;
}

div.nwlarea {}

div.nwltitlearea {}

.nwltextarea {
	text-align:left;	
	margin-right:8px;
	font:11px Verdana,Thaoma,sans; 
	color:#424242;
	line-height: 15px;
}

.nwlendarea {
	border-bottom:1px solid #3a607f;
	width:100%;
	text-align:right;
	clear:both;
	margin-bottom:20px;
}

.nwlimg1area,.nwlimg2area,.nwlimg3area {	
	text-align:left;
	margin-right:6px;
	margin-bottom:7px;
	float:left;
	display:block;
}


.nwlsubject {
	font:11px Verdana,Arial,Thaoma,sans; 
	color:red;
	font-weight: bold;
	padding-bottom:10px;
}

.nwldate {
	font:10px Verdana,Arial,Thaoma,sans; 
	color:#000;
	padding-bottom:5px;
}

.nwlimg {
	height:90px;
	position:relative;
	cursor:pointer;
}

.newsmsg {
 	font:10px Verdana,Thaoma,sans;
	color: black;
}

.nwblink a:link,.nwblink a:visited {
 	font:10px Verdana,Thaoma,sans;
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration: none;
}  
.nwblink a:hover {
	color:red;
}  

