body{
	background-color: transparent;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10px;
	color: #fff;
}

img  {
	border:0;
}

/* Rimuove i bordi grigi di Firefox: http://css.flepstudio.org/en/css-tips/firefox-remove-gray-border-2.html */
a{
	outline:none;
}

a:focus {
	outline:none;
}

/* Per non fare uscire il contenuto in caso di risoluzione bassa. */
/* http://www.htmlcodetutorial.com/help/ftopic13041.html */
#outer {
	margin: auto;
}

/* http://www.codestore.net/store.nsf/unid/BLOG-20050907 */
/* Wrapper per mantenere il contenuto al centro della pagina in orizzontale. */
#wrapperCentrato {
	width: 980px;
	height: 550px;
	margin: 0 auto;
	background-color: none;


}

/*Non comprende le frecce.*/
#wrapperContenuto {
	width: 900px;
	height: 550px;
	margin: 0 auto;
	background-color: none;
}

/* Non si sa mai. */
#cuscinetto{
	height:20px;
}

/* Striscia in alto che contiene logo e player */
#header {
	width: 900px;
	height: 44px;
	background: black url(../img/striscia-in-alto.jpg);
	margin-bottom:2px;

}

/* Logo */
#headerLogo {
	float: left;
	width: 300px;
	height: 44px;
	background-color:none;
}

#areaLogo {
	height: 40px;
	width:250px;
	margin-left:15px;
	background: url(../img/stella.gif) no-repeat 180px;
}

/* Il pulsante play e la canzone on air */
#headerPlayer {
	float: right;
	width: 450px;
	height: 44px;
	background-color:none;
	font-size:xx-small;
}

/* Menu */
#menu {
	width: 900px;
	height: 30px;
	background: black url(../img/striscia-menu.jpg);
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
}

/* La finestra principale */
#main {
	width: 900px;
	height: 300px;
	background: black;
	margin-bottom:2px;
	z-index:0;
	overflow-y:scroll;

}

/* La finestra principale (1) */
#main1 {
	width: 900px;
	height: 300px;
	background: url(../img/img-1.jpg) top;
	margin-bottom:2px;
	z-index:0;

}

/* La finestra principale */
#main2 {
	width: 900px;
	height: 300px;
	background: url(../img/img-2.jpg) top;
	margin-bottom:2px;
	z-index:0;
}

/* La finestra principale */
#main3 {
	width: 900px;
	height: 300px;
	background: url(../img/img-3.jpg) top;
	margin-bottom:2px;
	z-index:0;
}

/* La finestra principale */
#main4 {
	width: 900px;
	height: 300px;
	background: url(../img/img-4.jpg) top;
	margin-bottom:2px;
	z-index:0;
}


/* La finestra principale */
#main5 {
	width: 900px;
	height: 300px;
	background: url(../img/img-5.jpg) top;
	margin-bottom:2px;
	z-index:0;
}


/* La finestra principale */
#main6 {
	width: 900px;
	height: 300px;
	background: url(../img/img-6.jpg) top;
	margin-bottom:2px;
	z-index:0;
}


/* Box news */
#mainNews {
	background-color:none;
}

#mainNews p, h4, img {
	margin:0px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
		z-index:0;
}

#mainNews h4 {
	color: #FFBD00; /* arancio */
	font-size:12px;
}

/* Box news */
#mainNews2 {
	background-color:none;
}

#mainNews2 p, h4, img {
	margin:0px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
		z-index:0;
}

#mainNews2 h4 {
	color: #FFBD00; /* arancio */
	font-size:12px;
}


/****** TRANSPARENCY JAZZ *********/
/* http://www.russback.com/css/simple-cross-browser-transparency.html */

/* Classe per box trasparenti */
.transparent {
	background: #333;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	/*width: 100% !important;*/
}

.transparent_bgrd {
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 300px !important;
}

.transparent_bgrd2 {
	position: absolute;
	z-index: 1;
	width: 650px;
	height: 300px !important;
}
	
.opaque_content {
	position: relative;
	top: 0;
	z-index: 2;
	width: 180px;
	height: 280px;
	overflow-x: hidden; /* per IE6 */
	overflow: auto; /* Opera dà problemi con overflow-y */
	margin:0px;
	padding:10px;	
}

.opaque_content2 {
	position: relative;
	top: 0;
	z-index: 2;
	width: 650px;
	height: 280px;
	overflow-x: hidden; /* per IE6 */
	overflow: auto; /* Opera dà problemi con overflow-y */
	margin:0px;
	padding:10px;	
}

.sinistra {
	float:left;
	width:600px;
	background-color:red;
}

/* Box con le news (sovrapposto alle foto a scorrimento) */
.mainNewsWrapper {
	position:absolute;
	float:right;
	margin-left:700px;
	z-index:3;
}

/* Finestra principale non-home (sovrapposto alle foto a scorrimento) */
.mainNewsWrapper2 {
	position:absolute;
	float:left;
	z-index:3;
}

/* Intestazione della divisione sponsor */
#partner {
	width: 900px;
	height: 22px;
	background:black url(../img/striscia-partner.jpg);
	margin-bottom:2px;
	margin-top:2px;
}

#partner h4 {
	padding-left:5px;
	padding-top:2px;
	font-weight:normal;
	font-size:11px;
}

/* Slide con gli sponsor */
#partnerSlide {
	width: 900px;
	height: 130px;
	background-color:black;
	margin-bottom:2px;
}

#partnerSlide img {

	border:0;
	padding:0;
	margin-top:0px;

}

#partnerSlide a {

}

#partnerSlide a:hover {

}

/* Slide con gli sponsor */
#mycrawler2 {
	width:900px;
}


/* Footer */
#footer {
	color:#888;
	width: 900px;
	height: 22px;
	background:black url(../img/striscia-partner.jpg);
	text-align: center;
	font-size: xx-small;
	padding-top:5px;
}

#footer a {
	color: #888;
	text-decoration:none;
	border-bottom: solid 1px #222;
	padding-bottom:1px;
}

#footer a:hover {
	text-decoration:none;
	border-color: #888;
}

#footer a:visited:hover {
	text-decoration:none;
	border-color: #888;
}

a#paginaAttiva {
	color: #FFBD00;
}

.immagini_sponsor {
	border:solid 1px red;
}

#adessoOnline {
	float:left;	

}

#iconaPlayer {
	float:right;	
}

#infoTesto {
	padding-left:20px;
	width:500px;
	float:left;
	line-height:1.5;
}

#infoTesto a {
	color: #FFBD0E;
	text-decoration:none;
}

#infoTesto a:visited {
	color: #FFBD0E;
	text-decoration:none;
}

#infoTesto a:hover {
	color: #FFBD0E;
	text-decoration:none;
	border-bottom: solid 1px #FFBD0E;
	padding-bottom:1px;
}

#infoTesto a:visited:hover {
	color: #FFBD0E;
	text-decoration:none;
	border-bottom: solid 1px #FFBD0E;
	padding-bottom:1px;
}


