#alto {
	/*background-color: #000000;*/
	border: solid #CCCCCC;
	border-width: 0px 1px 0px 0px;
	width: 900px;
	height: 20px;
	margin-left: 51px;
	margin-top: 100px;
}

#corpo {
	/*background-color: #000000;*/
	border: solid #CCCCCC;
	border-width: 1px;
	width: 900px;
	height: 400px;
	margin-left: 50px;
	font-size: 8px;
	
}

#basso{
	border: solid #CCCCCC;
	border-width: 0px;
	height: 30px;
	width: 900px;
	margin-left: 52px;
}

#menusotto{
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}

#label{
	float: right;
	display: inline;
}

#stylechoosing{
	float: left;
	font-size: 9px;
	display: inline;
	
}

body {
	background: #ffffff;
	background-image: url(img/struttura/whitegiocatori.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #333333;
}

img{
	border: none;
}

a {
	font-weight: bold;
	color: #99C600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #EDEDED;
	text-decoration: none;
}

.tabella{
	font-size: 11px;
	text-align: justify;
}

#basso .celle{
	border: solid #CCCCCC;
	border-width: 0px 1px 0px 0px;
}

#corpo .primacella{
	height: 25px;
	width: 75px;
	border: solid #62C500;
	border-width: 1px 0px 0px 0px;
	padding-left: 15px;
}

#corpo .celle{
	border: solid #62C500;
	border-width: 1px 0px 0px 0px;
	background-image: url(img/struttura/menu/pallinocella.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold; /* TOGLIERE QUANDO CI SARANNO TUTTI I LINK ABBINATI ALLE VOCI DEL MENU*/
}

#corpo .cellafoto{
	width: 330px;
	text-align: right;
}

#corpo .cellapreview{
	width: 100px;
	text-align: center;
}

#corpo .menu{
	margin-bottom: 10px;
}

#corpo .logo{
	background-image: url(img/struttura/whitelogovettorialepiccolo.gif);
	background-repeat: no-repeat;
}

.opaco_mezzo{
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
}
