table.tabella_formattata {
	margin: 1em auto; /*auto per IE fix*/
	width: 99%; /*IE fix*/
	border-collapse: collapse;
}
table.tabella_formattata th {
	border: #cccccc 1px solid;
	background: #f86315 url(../../template/Immagini/sfumatura_div_arancione.png) repeat-x top;
	font-weight: bold;
	color: white;
	padding: 0.2em;
}
table.tabella_formattata td {
	border: #cccccc 1px solid;
	padding: 0.2em;
	background-color: #f7f7f7;
}
table.forum {
border: 1px solid black;
margin: 1em auto; /*auto per IE fix*/
width: 99%; /*IE fix*/
border-collapse: collapse;
}
table.forum th {
border: 1px solid black;
background: #130658 url(../../template/Immagini/th_riflesso.png) repeat-x top;
font-weight: bold;
font-size: 102%;
color: white;
padding: 0.2em;
}
table.forum td {
border: 1px solid #8E9AFF;
padding: 0.2em;
background-color: #EAEBF7;
}
table.seleziona_foto {
width: 100%;
border: none;
margin: 1em 0; /*auto per IE fix*/
border-collapse: collapse;
}
table.seleziona_foto td {
background: transparent;
border: none;
}
table.seleziona_foto img {
border: 1px solid #130658;
vertical-align: middle;
}
table#classifica {
border: none;
margin: 1em auto; /*auto per IE fix*/
width: 99%; /*IE fix*/
border-collapse: separate;
border-spacing: 1em;
}
table#classifica td {
width: 33%;
text-align: center;
border: none;
background-color: transparent;
}
table.foto_profilo {
border: none;
}
table.foto_profilo td {
background: transparent;
border: none;
}
table.foto_album {
border: none;
}
table.foto_album td {
background: transparent;
border: none;
width: 20%;
text-align: center;
}
table#seleziona_privilegi td.centrato {
text-align: center;
}
