a         { color: #000059; text-decoration: none; }
a:visited { color: #000059; text-decoration: none;}
a:hover   { color: #000059; text-decoration:underline;}

.td_right        { text-align:center; margin:10px; }
.td_left         { text-align:left; }
.td_center       { text-align:center; }
.td_center_color { text-align:center; background-color: rgb(240,220,220); font-family: "lucida Sans"; font-size:14px;  }
.td_center_bold  { text-align:center; font-weight:bold;}

#standard_tab {
	margin-left:0px;
	margin-top:0px;
	width:698px;
	height:auto;
	float:left;
	text-align: center;
	min-height:800px;
}
	
/*#icona_standard_tab { left:644px; top:3px; width:32px; height:29px; z-index:39; position:absolute; }*/
#titolo_standard {
	font-family: "lucida Sans";
	text-align:right;
	float:right;
	font-size:16px;
	color:#FFFFFF;
	width:698px;
	background:url(img/CapoBlu.jpg) no-repeat top right;
	height:37px;
	padding-right:60px;
	margin:0px;
}
#sottotitolo_standard {
	font-family: "lucida Sans";
	text-align:right;
	font-size:12px;
	color:#069;
	float:right;
	vertical-align:top;
	font-style:italic;
	padding-right:50px;
	margin-bottom:20px;
	width:691px;
}

.modulo_ricerca { font-family: "lucida Sans"; font-size: 12px; width:300px; text-align:left;}

.modulo_invio { font-family: "lucida Sans"; font-size: 14px; margin:10px;}

.titoletti {
	font-family: "lucida Sans";
	font-size:12px;
	color:#069;
	font-weight:bold;
}
.foto_testata {
	font-family: "lucida Sans";
	font-size:12px;
	color:#069;
	font-weight:bold;
	width:auto;
	height:50px;
	float:none;
	z-index:auto;
}
.nome_squadra {
	font-family: "lucida Sans";
	font-size:18px;
	color:#069;
	padding-left:5px;
}
.errore {
	font-family: "lucida Sans";
	font-size:12px;
	color:#900;
	font-weight:bold;
}

.testo_standard {
	font-family: "lucida Sans";
	font-size:13px;
	color:#1A1A1A;
}


/* ************************************************************************************** */
#text { width:300px; color:#FF0000; }
ul { list-style: none; }

.example {	
	padding: 0 20px;
	float: left;		
	width: 230px;
}

.wrapper {
	width: 133px;
	/* Centering button will not work, so we need to use additional div */
	margin: 0 auto;
}

div.button {
	height: 29px;	
	width: 133px;
	background-color:#936; border:#060 solid 1px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	text-decoration:none;
}
/* 
We can't use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with javascript. 
 */
div.button.hover {
	height: 29px;	
	width: 133px;
	background-color:#936; border:#060 solid 1px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	text-decoration:underline;
}
/* ************************************************************************************** */
.invito_da_inviare { text-align:left; background-color: rgb(240,220,220); font-family: "lucida Sans"; font-size:14px;  }
.invito_eliminato  { text-align:left; background-color: rgb(240,220,220); font-family: "lucida Sans"; font-size:14px;  }
.invito_inviato    { text-align:left; background-color:#B5F0B6; font-family: "lucida Sans"; font-size:14px;  }
.invito_sospeso    { text-align:left; background-color: rgb(240,220,220); font-family: "lucida Sans"; font-size:14px;  }

.titolo_AS {
	font-family: "lucida Sans";
	font-size:12px;
	color:#090;
	font-weight:bold;
}

