/*
stile box news, normative e user
stile popup richiesta maggiori informazioni
*/

div#containerMoreInfo{
	width: 100%;
	margin: 0 auto;
/*	background-image:url(../images/up.gif);*/
}

#leggiContainer, #newsContainer, #userContainer{
	position: relative;
	width: 160px;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	margin-left: 8px;
}

#leggiContainer, #newsContainer{
	height: 190px;
}

#leggiContainer, #userContainer{
	border: 2px solid #FF9900;
}

#leggiTitle, #newsTitle, #userTitle{
	width: 160px;
	\width:170px;
	w\idth:160px;
	height: 15px;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
	margin-left: 8px;
}

#leggiTitle, #userTitle{
	background-color: #FF9900;
}

#vleggi, #vnews{
	line-height: 10px;
	padding-top: 5px;
}

#vuser{
	line-height: 13px;
	padding-top: 5px;
}

.leggi1{
	font-family: arial,sans-serif,verdana, helvetica;
	font-size: 90%;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.leggi1:hover{
	text-decoration: underline;
}

.leggi2{
	font-family: arial,sans-serif,verdana, helvetica;
	font-size: 90%;
	text-decoration: none;
	color: #970F00;
	font-weight: normal;
}

.leggi2:hover{
	text-decoration: underline;
}

#leggiArchive{
	width: 160px;
	\width:170px;
	w\idth:160px;
	height: 15px;
	padding: 0px 5px 2px; 	
	background-color: #970F00;
	text-align: right;
}


#newsContainer{
	border: 2px solid #072046;
}

#newsTitle{
	background-color: #072046;
}

.news1{
	font-family: arial,sans-serif,verdana, helvetica;
	font-size: 90%;
	text-decoration: none;
	color: #072046;
	font-weight: normal;
}

.news1:hover{
	text-decoration: underline;
}

.news2{
	font-family: arial,sans-serif,verdana, helvetica;
	font-size: 90%;
	text-decoration: none;
	color: #970F00;
	font-weight: normal;
}

.news2:hover{
	text-decoration: underline;
}

#newsArchive{
	width: 160px;
	\width:170px;
	w\idth:160px;
	height: 15px;
	padding: 0px 5px 2px;
	background-color: #072046;
	text-align: right;
}

.archive{
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

.archive:hover{
	text-decoration: underline;
}

p{
	text-align: justify;
}

.linkUser_1, .linkUser_0 {
	font-size: 90%;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: normal;
	display: block;
	padding-left: 30px;
	color: #000000;
	background-position: 10px 4px;
}

.linkUser_1 {
	background-image: url(../images/dot_user_ok.gif);
}

.linkUser_0 {
	background-image: url(../images/dot_user_no.gif);
}