/* CSS Document */
body {
	background-color:#FFA13D;
	background-image:url(../img/fondo_arancio.jpg);
	background-position:top;
	background-attachment:fixed;
}

/* tabella contenitore */

.gabbia {
	width:808px;
	background-color:#FFFFFF;
	background-image:url(../img/fondo_ombreggiato.jpg);
	background-repeat:repeat-y;
	background-position:left;
	min-height:600px;
}

/* top */
.header {
	background-image:url(../img/top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:808px;
	height:141px;
}
.menu {
width:430px;
margin-right:20px;
}
.voce_menu {
background-image:url(../img/bottone.gif);
background-repeat:no-repeat;
background-position:bottom;
width:110px;
height:25px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.voce_menu a {
color:#FFFFFF;
text-decoration:none;
}
.voce_menu a:hover {
color:#FFD374;
text-decoration:none;
}
/* contenuto centrale */
.centro {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
}
.colonna_centrale {
width:570px;

}
.tabella_centrale {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
padding-right:10px;
}
.colonna_destra {

padding-left:10px;
padding-right:5px;
}
.tabella_destra {
width:210px;
}
.benvenuto {
padding-left:5px;
line-height:14px;
}
/* moduli giochi */
.modulo {
width:176;
height:180px;
border:1px solid #96AFCB;
background-color:#FFFFFF;
background-image:url(../img/fondo_moduli.jpg);
background-repeat:repeat-x;
background-position:bottom;
margin-bottom:5px;
}

.modulo_intestazione {
background-image:url(../img/intestazione_modulo.gif);
background-repeat:repeat-x;
background-color:#FE920E;
text-align:left;
height:13px;
line-height:13px;
border-left:3px solid #ffffff;
border-top:3px solid #ffffff;
border-right:3px solid #ffffff;
padding-left:3px;
color:#FFFFFF;
font-weight:bold;
}
.modulo_contenuto {
padding:4px;
text-align:left;
}
.more {
float:right;
}
/* moduli news */

.news {
width:208px;
border:1px solid #96AFCB;
background-color:#FFFFFF;
margin-bottom:5px;
text-align:left;
}
.news_intestazione {
background-image:url(../img/header_blu.gif);
background-repeat:repeat-x;
background-color:#3F8BB8;
height:13px;
line-height:13px;
border-left:3px solid #ffffff;
border-top:3px solid #ffffff;
border-right:3px solid #ffffff;
padding-left:3px;
color:#FFFFFF;
font-weight:bold;
}
.testo_news {
background-color:#F3FAFD;
background-image:url(../img/fondo_news.gif);
background-repeat:repeat-x;
background-position:bottom;
padding:3px 3px 8px 3px;
}
.testo_news2 {
background-color:#F3FAFD;
background-image:url(../img/fondo_news2.gif);
background-repeat:repeat-x;
background-position:bottom;
padding:3px 3px 8px 3px;
}
/* moduli classifica */

.classifica {
width:208px;
border:1px solid #96AFCB;
background-color:#FFFFFF;
margin-bottom:5px;
text-align:left;
}
.classifica_intestazione {
background-image:url(../img/header_rosso.gif);
background-repeat:repeat-x;
background-color:#3F8BB8;
height:13px;
line-height:13px;
border-left:3px solid #ffffff;
border-top:3px solid #ffffff;
border-right:3px solid #ffffff;
padding-left:3px;
color:#FFFFFF;
font-weight:bold;
}
.classifica_voce {
border-bottom:1px solid #E2F1F9;
width:100%;
font-weight:bold;
margin-bottom:5px;
margin-top:3px;
}
/* moduli banner */

.banner_quadrato {
width:200px;
border:1px solid #96AFCB;
padding:3px;
background-color:#FFFFFF;
margin-bottom:5px;
text-align:center;
}
.banner_top {
width:470px;
border:1px solid #96AFCB;
margin-top:20px;
padding:3px;
background-color:#FFFFFF;
margin-bottom:5px;
text-align:center;
}
/* dettagli */
img {
border:none;
}
.linea_arancio {
width:787px;
margin-left:11px;
height:7px;
background-image:url(../img/linea_arancio.gif);
background-repeat:repeat-x;
margin-top:4px;
margin-bottom:4px;


}
.linea_blu {
width:100%;
background-image:url(../img/linea_blu.gif);
background-repeat:repeat-x;
background-position:center;
text-align:center !important;
color:#0066A0;
font-size:12px;
line-height:12px;
float:left;
margin-bottom:7px;
}
.titoletto {
padding-left:3px;
padding-right:3px;
background-color:#FFFFFF;
color:#0066A0;
font-size:12px;
font-weight:bold;
line-height:12px;

}
/* footer */
.footer {
text-align:center;
background-color:#2A7EB0;
height:33px;
margin-bottom:4px;
padding-top:2px;
border-top:4px solid #ffffff;
}
.disclaimer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}