@charset "utf-8";

/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(images/sfondo_nero.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#1F1F1F;
}

h1, h2, h4 {
	margin-left:5px;
	text-align:left;
}

h3 {
	text-align:center;
	margin-bottom:0px;
}

h5 {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:5px;
	text-align:left;
}

h1 {
	color:#000033;
	font-size:16px;
	width:100%;
	border-bottom:1px solid #000066;
	text-align:right;
}

h2 {
	color:#999;
	font-size:14px;
}

h3 {
	color:#000;
}

h4 {
	color:#669933;
	font-weight:bold;
}

h5 {
	color:#333;
	font-weight:bold;
	padding-left:10px;
}

p {
	margin:10px;
	text-align:left;
}

a {
	color:#DD6F00;
	text-decoration:none;
}

a:hover {
	color:#000;
}

.home a {
	color:#CCC;
}

.home a:hover {
	color:#999;
}

#menuup {
	width:640px;
	height:20px;
	margin-top:25px;
	text-align:left;
	margin-right:5px;
}

#menuup a {
	font-weight:bold;
	color:#FFF;
}

#menuup a:hover {
	color:#888;
}

#menudown {
	width:390px;
	height:20px;
	text-align:right;
}

#menudown a {
	padding-left:5px;
	font-weight:bold;
	color:#000;
}

#menudown a:hover {
	color:#888;
}

#top {
	padding:0px;
	text-align:right;
	height:153px;
}

div#data {
	position:absolute;
	top:180px;
	right:10px;
	color:#333;
	height:17px;
	white-space:nowrap;
	z-index:5;
}

div#footer {
	position:relative;
	margin-top:-20px;
	width:75%;
	padding:0px;
	height:20px;
	text-align:center;
}

#body h1 {
	color:#669933;
	height:15px;
	font-weight:bold;
	padding-left:0px;
}

div.contentmenu {
	font:Normal 16px Times New Roman;
	border:Solid 1px #000;
	width:180px;
	height:22px;
	text-align:left;
}

div.topvoice {
	float:left;
	/*background-color:#ffffdd;*/
    font:Normal 16px Verdana;
	border:Solid 1px #fff;
	width:120px;
	height:20px;
}

div.vocemenu { /*background-color:#ffcea5;*/
}

div.verticalcontent {
	position:Absolute;
	visibility:Hidden;
	/*background-color:#ffffdd;*/
    font:Normal 16px Times New Roman;
	width:170px;
	border:Solid 1px #666;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

.verticalvoice {
	float:left;
	padding-left:17px;
}

.listacorsi a {
	color:#000;
	font:normal 12px Verdana;
	font-weight:bold;
}

.listacorsi a:hover {
	color:#888;
}

div.orizontalcontent {
	position:absolute;
	visibility:hidden;
	width:150px;
	right:425px;
	margin:-16px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

div.orizontalvoice {
	float:left;
	background-color:#ffffdd;
	border:Solid 1px #fff;
	width:170px;
	height:18px;
	margin:0px 2px 0px 0px !important;
	margin:0px 0px 0px 0px;
}

table.blu {
	font-size:11px;
	width:100%;
	border-left:1px solid #000066;
	margin-bottom:20px;
}

table.blu th {
	font-weight:bold;
	text-align:center;
	color:#000;
	border:1px solid #000066;
}

table.blu td {
	padding-top:5px;
	text-align:center;
	color:#333;
	border-right:1px solid #000066;
	border-bottom:1px solid #000066;
}

table.elenco {
	float:left;
	width:60%;
	margin-top:0px;
}

table.elenco th {
	height:20px;
	background:#000066;
	color:#fff;
	font-weight:normal;
}

table.elenco td {
	height:20px;
	color:#333;
}

table.cpanel {
	width:420px;
	margin:0px;
	text-align:left;
}

table.cpanel th {
	height:20px;
	background:#000066;
	color:#fff;
}

table.cpanel td {
	height:50px;
	border:1px solid #CCCCCC;
	color:#333;
}

/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
