.titolinews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.testonews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.backcontents {
	background-attachment: scroll;
	background-image: url(images/back_contents.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F0EEEE;
	border-right-color: #F0EEEE;
	border-bottom-color: #F0EEEE;
	border-left-color: #F0EEEE;
}
.testostd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

table.off {
background-image:url(images/bg_catalogo.gif);
}

table.on {
background-image:url(images/bg_catalogo_on.gif);
cursor: hand;
}


td.newsoff {
}

td.newson {
background-color: #DEDEDE;
}


table.off2 {
background-image:url(images/bg_news.gif);
}

table.on2 {
background-image:url(images/bg_news_on.gif);
}


table.off3 {
	background-image:url(images/bg_magazzino.gif);
}

table.on3 {
background-image:url(images/bg_magazzino_on.gif);
}

table.off4 {
background-image:url(images/wizard_magazzino.gif);
}

table.on4 {
background-image:url(images/wizard_magazzino_on.gif);
}


.news a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #C93306;
	text-decoration: none;
}

.news a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #C93306;
	text-decoration: none;
}

.news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #C93306;
	text-decoration: underline;
}

.iscriviti a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #2D6294;
	text-decoration: none;
}

.iscriviti a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #2D6294;
	text-decoration: none;
}

.iscriviti a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #2D6294;
	text-decoration: underline;
}

.playmos a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}

.playmos a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}

.playmos a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}



.ufficio-verona a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}

.ufficio-verona a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: none;
}

.ufficio-verona a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}






.longtables {
	background-attachment: scroll;
	background-image: url(images/long_tables.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.evidenziato {
	background-color: #A8A8A8;
	padding-bottom: 3px;

}


.testonews a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.testonews a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.testonews a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:48px;
	width:48px;
}


