/******************************************************************************
							   Layout
******************************************************************************/

html {
	height:100%;
	min-height : 100%;
	background-image:url('/images/body_bg.png');
	background-attachment:fixed;
}
body {
	padding:0;
	margin:0;
	font-family:sans-serif;
	text-align:center;
	font-size:12px;
}
#container {
	margin: 0 auto;
	position: relative;
	padding: 0;
	width:764px;
	margin:5px auto;
}
#header {
	height : 122px;
	width:100%;
	position : static;
	text-align : center;
	margin:0;
	padding:0;
	background-image:url('/images/header.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
h1 {
	display:none;
}

h2 {
	color:#006;
	border-bottom:2px solid #006;
	text-align:center;
	text-transform:capitalize;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
}

table, tr, td {
	text-align:left;
}

table {
	border:1px solid #ccc;
	width:400px;
	margin:10px auto;
	padding:0;
}

td {
	border-bottom: 1px solid #ccc;
	padding:1px;
	font-size:12px;
}

tr.evidenziabile:hover {
    background-color:#ddd;
}

td.titolo, .titolo td {
	background-color:#ccc;	
	padding:0;
	margin:0;
	font-weight:bold;
}

#content {
	position:static;
	padding:0;
	text-align:justify;
	background-image:url('/images/content_bg.png');
	background-position:center;
	background-repeat:repeat-y;
	width:764px;
	margin:0;
	background-color:#fff;
}
#testi {
	margin:0 202px 0 132px;
	padding:0 15px;
	text-align:justify;
	background-color:#fff;
}
#leftcont {
	width:132px;
	text-align:center;
	font-size:90%;
	float:left;
	margin-left:-764px;
}
#rightcont {
	width:202px;
	text-align:center;
	font-size:90%;
	float:left;
	margin-left:-202px;
}
#footer {
	width:100%;
	height:42px;
	vertical-align:middle;
	text-align:center;
	font-size:90%;
	position:relative;
	clear:both;
	color:#fff;
	background-image:url('/images/footer.png');
	background-position:center;
	background-repeat:no-repeat;
}
#footer img {
	display:inline;
	vertical-align:middle;
}
#testi img {
/*	margin:15px 100px;*/
}
.clear {
	clear : both;
	position : static;
	visibility : hidden;
}
#wrapper {
	float:left;
	width:100%;
}
#eliminafloat {
	clear:both;
}
#nav {
	width:100%;
	position : static;
	list-style:none;
	margin:0;
	padding:0;
	height:33px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	background-image:url('/images/nav.png');
	background-position:center;
	background-repeat:repeat-y;
}

#nav a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:23px;
	text-decoration:none;
	padding:0 6px;
}

img {
	border:0;
	padding:0;
	margin:0;
}
.blocchetto_sx {
	background-image:url('/images/blocchetto_sx_testo.png');
	background-position:center;
	background-repeat:repeat-y;
	margin:10px auto;
}
.blocchetto_sx h3 {
	background-image:url('/images/blocchetto_sx_titolo.png');
	background-position:center;
	background-repeat:no-repeat;
	height:27px;
	line-height:27px;
	font-size:15px;
	margin:0;
	padding:0;
}
.blocchetto_sx p {
	background-image:url('/images/blocchetto_sx_footer.png');
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 15px;
	margin:0;
	font-size:11px;
}
.blocco_dx {
	background-image:url('/images/blocco_dx_testo.png');
	background-position:center;
	background-repeat:repeat-y;
	margin:10px auto;
}
.blocco_dx h3 {
	background-image:url('/images/blocco_dx_titolo.png');
	background-position:top;
	background-repeat:no-repeat;
	height:27px;
	line-height:27px;
	font-size:15px;
	margin:0;
	padding:0;
}
.blocco_dx p {
	background-image:url('/images/blocco_dx_footer.png');
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 15px;
	margin:0;
	font-size:11px;
}
#popitmenu {
	position: absolute;
	background-color: #00c;
	border:1px solid #009;
	font-size:12px;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	font-weight:bold;
}
#popitmenu a {
	text-decoration: none;
	color:#ccf;
	display: block;
	width:100%;
}
#popitmenu a:hover {
	background-color: #66c;
}

.data_partita {
	font-style:italic;
	font-size:110%;
	text-align:left;
}

.nome_squadra_partita {
	font-weight:bold;
	font-size:130%;
	text-align:center;
	margin:20px auto;
}

.stretto td {
	font-size:10px;
}

h1, h2, h3, h4, h5 { text-align:center; }

a {
    text-decoration:none;
    color:#0000ff;
}

a:hover {
    color:#ff6600;
}
