@charset "utf-8";
.sfondopagina {
	background-color: #FFFFFF;
	background-position: center;
}
.bordo_nero {
	border: 1px solid #000000;
}
.testo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.sfondotestonerobianco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
.rigasugiu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.linkbianco a:link{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.linkbianco a:visited{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	}
.linkbianco a:hover {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.linkbianco a:active {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.rigasugiuverdana {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.button {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
.cellalogin {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.rivenditori {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.rivenditoriext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.rivenditoriextwhite {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/* background-image:url(../images/overlay/white2.png); */
	background-color: #FFFFFF;
	
	
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:500px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px; 
	
	}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.link_testo_nero {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

