@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../img/fondo_white.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

img {
	border:0 none;
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	float: left;
  	display: inline;    /* pleonastico - serve come hack per IE */
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}


#container {
	width: 746px;
	margin: 10px solid;
	background-color:#FFF;
	margin: 0 auto;
	margin-top:35px;
	height: 600px;
	padding-left: 10px;
	   
	   	   
}

#menu_sx {
	width:200px;
	/*height:250px;*/
	margin-right:10px;
	float:left;
	margin-top: -20px;
	margin-left:-140px;
}

#center{
	width:460px;
	float:left;
}

#testa{
	height:100px;
	width:600px;
	float:left;
	margin-top:10px;
	margin-left:7px;
}

#news{
	height:15px;
	width:460px;
	background-color:#FFF;
	float:left;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #F00;
	border-bottom:1px solid #F00;
}

#box_testo {
	width:460px;
	float:left;
	background-color:#FFF;
	margin-top:15px;
	}

.descrizione_squadra {
	width:460px;
	border-bottom:1px solid;
	border-color:#F00;
	font-size:18px;
	color:#F00;
	}
.descrizione_giocatore {
	width:220px;
	float:left;
}
.punti_giocatore {
	width:160px;
	float:left;
}

.img_margin {
	margin:7px;
	float:left;
}

#squadra_risultato {
	height:26px;
	width:440px;
	border-bottom:1px solid;
	border-color:#F00;
	font-size:18px;
	float:left;
	padding-top:8px;
	margin-left:10px;
	margin-right:10px;
}

#risultato_casa {
	height:27px;
	width:35px;
	background-color:#F00;
	font-size:18px;
	float:left;
	margin-left:180px;
	margin-top:-36px;
	padding-top:8px;
	text-align:center;
	}

#risultato_ospiti {
	height:27px;
	width:35px;
	background-color:#F00;
	font-size:18px;
	float:left;
	margin-left:242px;
	margin-top:-36px;
	padding-top:8px;
	text-align:center;
	}

#bottoni{
	width:460px;
	float:left;
}


#nome_giocatore {
	width:460px;
	height:40px;
	text-align:center;
	font-size:20px;
}

#foto_giocatore {
	width:200px;
	height:400px;
	float:left;
	border:1px solid #F00;
	margin-right:10px;
}

#chat {
	width:195px;
	height:400px;
	float:left;
	margin-left:10px;
	border:1px solid;
	margin-top:10px;
	}

#img_logo {
	height:354 px;
	width:400px;
	padding-left:800px;
}

#menu_piede {
	height:20px;
	width: 410px;
	margin: 0 auto;
	font-size:11px;
	padding-left: 346px;
	border-top:5px;
	background-color:#FFF;
	}


#marcatori_casa {
	width:180px;
	text-align:center;
	float:left;
	}
	
#marcatori_trasferta {
	width:180px;
	text-align:center;
	margin-left:275px;
	}	



.glossymenu{
padding: 0;
width: 200px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height:30px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
height:30px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
height:30px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}