/*Rosa*/
.box_rosa_contenitore
{
	margin: 0 auto 0 auto;
	width: 435px;
	border: 0px solid #000000;
}
.spazio
{
	float: left;
	width: 15px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box_rosa
{
	float:left;
	margin: 15px 0px auto 0;
	width: 200px;
	background-color: #efefef;
	font-size: 80%;
	padding:5px 5px 5px 5px;
}
.box_rosa_foto
{
	float:right;
	width:50px;
	height:50px;
	border: 2px solid #cccccc;
}
.testo_grassetto
{
	font-weight: bold;
}
/*Staff*/
table.persone
{
	width: 100%;
	margin: 15px auto 0 auto;
	font-size: 90%;
	border-spacing: 0;
	background-color: #efefef;
	border-collapse: collapse;
}
table.persone tr
{
	height: 30px;
}
table.persone tr th
{
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

table.persone tr td.giocatore
{
	padding-left: 15px;
	margin: 0 0 0 0;
}


.bordo_bianco_fondo
{	
	border-bottom: 5px solid #ffffff;
}
a.dxeHyperlink_link_persona
{
    font-weight: normal;
    color: #333333;   
}
a.dxeHyperlink_link_persona:visited
{
    color: #333333; 
}
a.dxeHyperlink_link_persona:hover
{
    color: #333333; 
    background-color: #333333;
}
