body {

	font-family: tahoma;

	font-size: 11px;

	line-height: 16px;

	color: #333333;

	background-image: url(../images/fondoPage.jpg);

	background-repeat: repeat-x;

	background-position: left top;

	margin: 0px;

	padding: 0px;

}

.txtBianco {

	color: #FFFFFF;

}

a

{

    text-decoration:none;

} 

a:hover

{ 

    text-decoration:underline;

}

.linkBianco {text-decoration: none; color:#FFFFFF;}

.linkBianco:hover {text-decoration: underline; color:#cccccc;}

.linkRosso {text-decoration: none; color:#d20002;}

.linkRosso:hover {text-decoration: underline; color:#a30001;}

.tratteggioVericaleBianco {

	background-image: url(../images/tratteggio.gif);

	background-repeat: repeat-y;

	background-position: center center;

}.fondoGalleria {

	background-image: url(../images/fondoGalleria.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}

.tratteggioBottom {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #333333;

}

.tratteggioLatDx {

	border-right-width: 1px;

	border-right-style: dotted;

	border-right-color: #333333;

	background-position: right top;

}

.titleRosso {

	color: #D20002;

	font-size:14px;

	font-weight:bold;

	border:1px solid #cccccc;

	padding-left:5px;

}

.bordonews {

	background-color: #000000;

	border: 5px solid #FFFFFF;

}

.bordomappa {

	background-color: #000000;

	border: 5px solid #DA0002;

}



#img-grande{

border: 1px solid #B50000;

padding:5px;

margin-right: 5px;

}

.abs-succ
{
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	width: 200px;
	top: 0;
	margin: auto;
}

.abs-fail
{
	position: absolute;
	background-color: #FF0000;
	color: #000000;
	border: 1px solid #FFFFFF;
	width: 200px;
	top: 0;
	margin: auto;
}

