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

/* TAG */
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
body {
	margin:0px;
	padding:0px;
	background: #ffffff url(images/sfondogv.jpg) repeat-x top;
	text-align:center;
}
input  {
	border: 1px solid #999999;
}
select {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}
table,tr,td {
}
form {
	padding:0px;
	margin:0px;
}
a {
	color:black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active, a:focus{
	outline:none;
}
img {
	border:none;
	-ms-interpolation-mode:bicubic;
}

/* CLASS, ID */
#container {
	background: #FFFFFF;
}

/* SEZIONI */
#sezioni {
	display:none;
}

/* HEADER */
#header {
	display:none;
}

/* CONTENT */
#content {
}

/* CONTENT SX*/
#content #sx {
	display:none;
}

/* CONTENT DX */
#content #dx {
	display:none;
}

/* CONTENT CENTER */
#content #ct {
}

/* SPOT */
.spot {
	text-align:left;
	position:relative;
	margin:0px 0px 15px 0px;
	border-top:1px solid #000000;
}
.spot .sezione {
	font-size:14px;
	font-weight:bold;
	margin:2px 0px;
	text-transform:uppercase;
	color:#000000;
}
*:first-child+html .spot .sezione { /* solo IE 7.0 */ 
	padding:1px 0px 0px 0px !important;
}
.spot .sezione a {
	color:#000000;
}
.spot .sezione a:hover {
	color:#000000;
}


/* approfondimenti */
#content .approfondimenti, #header .approfondimenti {
	font-size:12px;
	font-weight:normal;
}

/* SPOT 2 */
.spot2 {
	display:none;
}

/* PAGINA */
.pagina {
	text-align:justify;
}
.pagina .titolo {
	margin-bottom:0px;
}
.pagina img {
	border:10px solid white;
}
.pagina .autore {
	margin-bottom:20px;
}

/* TOPPRINT */
.topprint {
	display:none;
}

/* BOX */
.box {
	list-style-type:none;
	text-align:left;
	margin:10px 0px 30px 0px;
	position:relative;
}
.box li {
	clear:left;
	padding:3px 5px;
}
.box .primo {
	border-top:none;
	margin:10px 0px 5px 0px;
}
.box a:hover {
	text-decoration:none;
}
.box .sezione {
	text-transform:uppercase;
	border:none;
	margin:0px;
	padding:0px;
}
#content .approfondimentibig a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

/* INSERZIONI */
.inserzioni {
	display:none;
}

/* BANNER */
.bannerspace {
	display:none;
}

/* ARTICOLO */
.articolo {
	font-size:14px;
	line-height:normal;
	color:#000000;
	margin:0px 0px 5px 0px;
}
.articolo .first {
	padding:0px;
	margin:3px 4px 0px 0px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:34px;
	line-height:26px;
	color:#999999;
}
*:first-child+html .articolo .first {
	margin:4px 4px 0px 0px !important;
}
.articolo .titolo, .articolo .titolo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height:26px;
	font-weight:normal;
	margin:2px 0px 6px 0px;
	color:black;
}
.articolo .titolo a:hover {
	color:#000000;
	text-decoration:none;
}
.articolo .titoloredazionali, .articolo .titoloredazionali a {
	font-size:19px;
	line-height:18px;
	margin:0px;
	pading:0px;
}
.articolo .autore {
	margin:10px 0px 10px 0px;
}
.articolo .autorebig {
	text-align:right;
}
.articolo .autoreredazionale {
	margin:5px 0px 5px 0px;
}
.articolo a {
	color:#000000;
}
.articolo a:hover {
	color:#000000;
}


/* PRIMO PIANO & FOCUS */
.primopiano {
	padding-left:4px;
}
.sezione .printheader {
	font-weight:bold;
}
.primopiano .sezione span, .focus .sezione span {
	display:none;
}
.primopiano .titolo, .primopiano .titolo a {
	margin:0px 0px 8px 0px;
	color:black;
	font-size:28px;
	line-height:29px;
}
.focus, .focusbig {
	padding-left:4px;
}

/* UTILITY */
.riallinea {
	clear:both;
}
.spaziatore {
	height:0px;
}
.spaziatoreIE {
	height:0px;
}
*:first-child+html .spaziatoreIE {
	height:0px !important;
}
.riga {
	border-bottom:1px dotted #000000;
}

/* FOOTER */
#cont_foot {
	background: #FFFFFF;
	text-align:center;
}
#footer {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
}
#footer h1 {
	height:5px;
	line-height:1px;
	border-top:1px solid black;
}
#footer .menu {
	display:none;
}
#footer img {
	display:none;
}
#footer .copyright {
	display:none;
}
#footer .printcopyright span {
	float:right;
	font-size:11px;
}
#footer .printcopyright strong {
	font-size:15px;
}
