html, body {
	margin: 0;
	padding: 0;
}
body {
	 font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	 background-color:#FFF;
	 color:#000;

}
div{border: 0px #000 solid; margin: 0px;}

a{color:#AF0000; text-decoration: none;}
a:hover{ text-decoration: none;}
a:visited{ text-decoration: none;}
img{border-width: 0px;}

#container{
	width:1000px;
	padding-top:10px;
	margin: 0 auto;
   background-color:#FFF;
	border-left: 1px #2e3d78 dotted;
	border-right: 1px #2e3d78 dotted;
}

#content{
	float:left;
	margin-left:5px;
	margin-top: - 40px;
	width:74%;
	margin-bottom:45px;
	border-left: 1px #2e3d78 dotted;
	min-height: 800px;
	}
	
#sidebar{
		float:left;
	 height: 100%;
	 width:25%;
	 overflow:hide;
		}
#footer{
	width:100%;
		height:19px;
		background-image: url(images/footer_bg.jpg);
		background-color: #FFFFFF;
		text-align: center;
		padding-top:15px;
		color: #FFF;
		margin-top:10px; overflow:hidden;}

a.footer {
		font-weight: bolder;
		color:#EFBF39;
		}
a.footer:hover {
		font-weight: bolder;
		color:#DFAD29;
		}
		
/* Gestion dell'header */
.head{
	margin:0px;
	height: 192px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: auto !important;
}
#header{
	width:1000px;
	margin: 0 auto;
		background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#logo{
	width:176px;
	height: 192px;
	background-image: url(images/header_logo.jpg);
	float:left;
}

#header_left{
	width:822px;
	float:left;
		background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#logo_text{
	width:100%;
	height: 39px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-top: 74px;
}
#head_box{
	width: 700px;
	height: 40px;
	background-image: url(images/head_box_02.jpg);
	background-color:#efbf39;
	position:absolute;
	top:140px;
	margin-left:20px;
	padding:0px;
}

#head_box_text{
width:90%;
	padding-top:14px;
	float:left;
	text-align:center;
}

.submenu{
	padding-right:3px;
	height: 17px;
	background-color:#efbf39;
	float:left;
	padding-top: -1px;
	width:100%;
}

.menu_text{
margin-left:-8px;
 vertical-align: baseline;
 padding-top: 13px;

}

div.button{
	background-image: url(images/button_deactive.jpg);
	width: 126px;
	height: 39px;
	float:left;
	text-align: center;
	}

div.button:hover{
	background-image: url(images/button_active.jpg);
	width: 126px;
	height: 39px;
	}

div.button_hover{
	background-image: url(images/button_active.jpg);
	width: 126px;
	height: 39px;
	float:left;
	text-align: center;
	}

div.button_box{
background-image: url(images/head_box_01.jpg);
	float:left;
margin:0px;
width:24px;
height:40px;
}

div.buttonr_box{
	float:right;
	margin:0px;
	width:21px;
height:40px;
background-image: url(images/head_box_04.jpg);
}

.clear{
	clear:both;
}

a.headlink{
	color:#efbf39;
	font-weight:bolder;
	text-decoration: none;
	padding: 9px 25px 10px 25px;
}
a.headlink:hover{
	color:#000;
	font-weight:bolder;
	padding: 9px 25px 10px 25px;
}
a.button_hover{
	color:#000;
	font-weight:bolder;
	padding: 9px 25px 10px 25px;
}

.sub_button{
	float:left;
	padding-right:3px;
	padding-left:3px;
	height:100%;
	font-weight:bolder;
}

.sub_button:hover{
	float:left;
	padding-right:3px;
	padding-left:3px;
	background-color:#DFAD29;
	height:16px;
	border-top: 1px #AF0000 solid;
	font-weight:bolder;
	color:#000;
}
.sub_buttonn{
	float:left;
	padding-right:3px;
	padding-left:3px;
	height:100%;
	font-weight:bolder;
}
/* Fine Header */

.box{
		width:227px;
		margin:5px;
		margin-left:10px;
		color: #FFF; }

.box_top{
		width:100%;
		height: 25px;
		background-image: url(images/boxtop.jpg);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		font-size:13px;
		padding-top:5px;
	}

.box_content{
		background-color: #2e3d78;
	}
	
.box_bottom{
		width:100%;
		height: 33px;
		background-image: url(images/box_bottom.jpg);
		background-repeat: no-repeat;
		background-color: #2e3d78;
		text-align: center;
		color: #FFF;
	}

/* NEEEEEEEEEeeeWS */

.news {
		width:96%;
		margin:0px auto;
		margin-top: 5px;
		margin-bottom: 15px;
		border-bottom: 1px #B5BDDF dotted;
		padding-bottom:10px;
}

.news_title{
		width:94%;
		font-size:1.5em;
		text-align:left;
		color: #212D61;
		font-weight:bold;
		margin:0px auto;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		
	}
	
.news_poster{
	color:#9F9F9F;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	}
	
.news_text{
		width:94%;
		padding:10px;
		text-indent: 5px;
		margin:0px auto;
		text-align: justify;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		font-size:13px;
	}
	
.news_footer{
		width:94%;
		margin-left:4px;
		border-top: 1px #2f3d79 dashed;
		padding-bottom:3px;
		margin:0px auto;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

div.pages{
		text-align: center;
		width:100%;
		}
		
/* Fine News */
/* Gestione pagina giocatori */

#campo_gio {
	background-image: url(images/campo.jpg);
	width: 617px;
	height: 463px;
	left: 25%;
	text-align:center;
	color: #ffba00;
	}


#s, #c, #b, #d, #e, #f, #g, #h {
	position:absolute;
	background-color: transparent;
}
div.overplayer{
	margin-left:5px;
	width: 151px;
	border: 1px #fff solid;
	z-index: 2;
	background-color: transparent;
	position: absolute;
	background-image: url(images/bg.png);
	padding-left:2px;
	}
table.presenze, .presenze td,tr{
		border: 1px #EDC13C solid;
		border-collapse:collapse;
		border-spacing: 0px;
		text-align:center;
		font-size: 10px;
		color: #ffba00;
}

table.presenze2, .presenze2 td,tr{
		border: 2px #EDC13C solid;
		border-collapse:collapse;
		border-spacing: 0px;
		text-align:center;
		margin-right:20px;
}
p.overplayer{
	text-align: center;
	margin:4px;
}

#menuov, #menuova, #menuovb {
	position:absolute;
	border:1px #fff solid;
	width:150px;
	top:180px;
	z-index:1;
}

#giocatori_com{
	width:400px;
	border-left: 1px #fff solid;
	text-align: left;
	padding: 10px;
	position: static;
}

#giocatori_comm{
	width:400px;
	border-left: 1px #fff solid;
	text-align: left;
	padding: 10px;
	position: static;
	float:left;
	margin:5px;
}
/*Fine Giocatori */

h1{ text-align:center;}

div .dataa .mese {display:block;margin-top:0px;padding:0;color:#f00; }
div .dataa .giorno {display:block;margin-top:-7px;padding:0;color:#c80201;font-size:18px;}
div .dataa .anno {display:block;margin-top:-7px;padding:0;color:#9b0203;margin-left:0px;}

div .dataa {
	  display: inline;
	  float:left;
	  color: #fff;
	  font-size: 10px;
	  letter-spacing: 0;
	  text-align: center;
	  margin-right: 10px;
	 	font-weight: bolder;
	  vertical-align:middle;
	
}

.Stile1 {
		color: #AF0000;
		font-weight: bolder;
		font-size: 15px;
		text-align:center;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;

}

.Stile3 {
		color: #AF0000;
		font-weight: bolder;
		font-size: 11px;
		padding-left:20px;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;

}

.Stile2 {
	font-size: 20px;
	font-weight: bolder;
	color:#CF0C0C;
	margin:7px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}


a.stadio img{
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
border: 1px #000 solid;
}
a.stadio:hover img{
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

p.text{
text-align:justify;
padding-left:10px;
padding-right:10px;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;}

.red{
	color: red;
	margin:0px;
	font-weight: bolder;
	}

.green{
	color: #01BF00;
	margin:0px;
	font-weight: bolder;
	}

	.last_game{
		font-weight: bolder;
			text-align:center;
			margin:3px 0px 3px 0px;
			white-space:nowrap;
			font-size: 10px;
	}

	.data_game{
				font-weight: bolder;
				text-align:center;
				margin:6px auto;
				color:#EFBF39;
				font-size: 9px;
				width:90%;
				border-bottom: 1px #EFBF39 dashed;
	}

	.tabellino td, .tabellino_news td{width:50%;}
	.tabellino{	 margin:20px;
		border-bottom: 1px #000 dashed;color:#000;
		}
	.tabellino table, .tabellino_news table{
		border: 2px #2E3D78 solid;
		table-layout: fixed;
		border-collapse:collapse;
		border-spacing: 0px;
		color:#000;
		}
	.tabellino td,tr, .tabellino_news td,tr{
	border: 1px #2E3D78 solid;color:#000;
	}
	.tabellino .report, .tabellino_news .report {
		width: 90%;
		border-left: 1px #2E3D78 solid;
		padding:4px;
		margin:10px auto 10px;
		color:#000;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		}
	a.archive_year{
		color:#fff;
		}
	.archive_year{
		float:left;
		width:100px;
		height:30px;
		font-size:20px;
		text-align:center;
		background-color: #4E5991;
		color:#fff;
		}

	.archive_year:hover {
		float:left;
		width:100px;
		height:30px;
		font-size:20px;
		text-align:center;
		background-color: #2E3D78;
		color:#fff;
		}
	.archive_mese{
			float:left;
			width:40px;
			padding-top:1px;
			}
		.archive_mese:hover{
			float:left;
			width:40px;
			background-color: #4E5991;
			padding-top:1px;
			}
	.archive_mesi{
			float:left;
			margin-left: 60px;
			width:600px;
			height:20px;
			background-color: #313F7C;
			text-align:center;
			font-size:14px;
			color:#FFF;
			}
	.archive_mesi_title{
			float:left;
			width:40px;
			padding-top:2px;
			font-weight: bolder;
			color: #ECC03B;
			margin-left:3px;
			margin-right:3px;
			}
		.news_archive{
				margin-left: 60px;
				width:600px;	height:30px;
				background-color: #4E5991;
				}

	a.archive_mese {
		color:#FFF;
		}

	.last_forum{
		margin: 2px 5px 0px 5px;
		text-align:left;
		}
	.last_topic{
	float:right;
	font-size:10px;
		margin: -1px 5px 7px 5px;}
	a.last_post{
		color:#FFF;
		font-weight: bolder;
	}
	#rss{
	margin-left:5px;
	font-family: VERDANA;
	font-size: 10px;
	}
		#rss_hide{
	margin-left:5px;
	font-family: VERDANA;
	font-size: 10px;
	}

