/* Definizioni per i collegamenti */
a{
	color: #ff9933;
	font-family: verdana;
	font-size: 11px;
}

a.per {
	color: yellow;
	font-family: verdana;
	font-size: 11px;
}
a:link {
	text-decoration: none;
    font-weight:bold;
}
a:visited {
	text-decoration: none;
    font-weight:bold;
}
a:active {
	text-decoration: none;
    font-weight:bold;
}

/* Definizioni per il corpo della pagina e oggetti form */
body
{
    color: 				#ffffff;
    background-color: 	#000000;
    background-image: 	url(./img/sfondoNero.jpg);
    font-family: 		verdana;
    font-size: 			10px;
}

input, textarea, select 
{
  border-top-width : 	1px;
  border-right-width : 	1px;
  border-bottom-width : 1px;
  border-left-width : 	1px;
}
input
 {
	height :			22px;
	font-size: 			10pt;
	font-family:		arial;
}

table.modulo
{
	width:				795px;
	border:				1px solid #c0c0c0;
	background-color:	#000000;
	background-image:	url('./img/modBack.png');
	background-repeat:	repeat-x;
}

td
{
	font-family: 		verdana;
    font-size: 			small;
}

td.modulo_titolo
{
	text-align:			center;
	font-size:			30px;
	background-image:	url('./img/modTitle.png');
	background-repeat:	no-repeat;
	background-position:	top center;
}

td.moduloMod_titolo
{
	text-align:			center;
	font-size:			30px;
}

td.modulo_ssx
{
	width:				80px;
}

td.modulo_sx
{
	vertical-align:		top;
	width:				317px;
}

td.modulo_dx
{
	width:				317px;
	text-align:			right;
}

td.modulo_ddx
{
	width:				80px;
}

td.modulo_privacy
{
	font-size:			12px;
}

td.modulo_avv
{
	border:				1px solid #ffffff;
	font-size:			12px;
}

td.pulsanti
{
	text-align:			center;
}

table.privacy
{
	width:				85%;
	background-color:	#000000;
	border:				1px solid #ffffff;
	text-align:			justify;
}

td.privacy_title
{
	text-align:			center;
}

table.pagamento
{
	width:				80%;
	border:				1px solid #ffffff;
}

td.pagamento
{
	text-align:			center;
}

p.cr
{
	font-size:			10px;
	text-align:			center;
}