@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-position:top;
	background-repeat: no-repeat;
	background-color:#000000;
	font-size: 10px;
	font-family:Verdana;
	color:#FFFFFF;
}

img { border:0;}

a {
	color:#CCCCCC;
	text-decoration:underline;
	outline:none;
}

/* DIV ESTERNO */
#main {
	height:600px;
	width:960px;
	margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	position:relative;
	bottom: 0;
}

/* MENU */
#menu {
	position:absolute;
	top:530px;
	width:100%;
	height:78px;
	background-color:#000000;
	background-image:url(../img/sf_menu.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	text-align:center;
	color:#333333;
}

#menu a {
	color:#996600;
	text-decoration:none;
}

#menu a:hover {
	color:#FFCC33;
}

.enter {
	color:#FFFFFF;
	text-decoration:none;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
}

.enter: hover {
	color:#CC9900;
}

/* LOGO */
#logo {
	width:170px;
	height:80px;
	cursor: pointer;
	position:absolute;
	top: 20px;
	left: 15px;
}

/* CONTENUTO PAGINA */
#corpo {
	position:absolute;
	left: 50%;
	top: 138px;
	margin-left: -450px;
	width:900px;
}

.tab_title {
	border-bottom: 1px solid #cc0000;
	padding-bottom: 5px;
}

.tab_menu {
	padding: 5px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

.tab_menu a {
	color: #cc9933;
	text-decoration:none;
}

.centrale {
	padding-top:20px;
	line-height:15px;
}

/* CONTENUTO PAGINA NOTIZIARIO*/
.elenco_news {
	line-height:15px;
	color:#cccccc;
	padding: 20px 0 0 0;
}

.news_data {
	color:#cc0000;
}

.news_titolo {
	color:#cc9933;
	font-weight:bold;
	text-decoration:none;
}

.news_visualizzata {
	line-height:15px;
	padding: 20px 0 0 0;
}

.elenco_news a {
	color:#cc9933;
}
/* CONTENUTO PAGINA VOCI ED EMOZIONI */
.td_audio a{
	color:#FFFFFF;
}

.td_audio {
	padding-top: 22px;
}

.voci_autore {
	font-weight:bold;
	color:#cc9933;
}

.voci_txt {
	display:none;
	background-color:#FFFFFF;
	color:#333333;
}

/* CONTENUTO PAGINE GALLERY*/
#video { 
	position: absolute;
	top:130px;
	left:50%;
	background-image:url('../img/loading.gif');
	background-position:center;
	background-repeat:no-repeat;
	line-height:15px;	
}


/* SCROLLER */
.scroll-pane {
    position: relative;
	overflow: hidden;
}
			
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image:url('../img/tra_v.gif');
	background-repeat:repeat-y; 
	background-position:center;
}
.jScrollPaneDrag {
	position: absolute;
	background-image:url('../img/scroller.gif');
	background-repeat:repeat-y; 
	cursor: pointer;
	overflow: hidden;
	background-color: transparent;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/* FORM */
.input {
	font-size:10px;
	color: #999999;
	padding:2px;
	border:1px solid #cc9933;
	background-image:url('../img/sf_input.gif');
	width:190px;
}

.textarea {
	font-size:11px;
	width:350px;
	height:100px;
	color: #999999;
	padding:2px;
	border:1px solid #cc9933;
	background-color:#333333;
}

/* FOOTER */
.footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:20px;
}
