/*-----------------------------------------------------------------------------

version:	1.0
author:		federico pizzutto per Blumerstudio
scope:		foglio di stile per la stampa
            
- Convenzioni -
NOTE:: --> utilizzato per indicare particolari informazioni
HACK:: --> utilizzato per indicare correzioni specifiche
-----------------------------------------------------------------------------*/

/* @group GENERAL */

/* --> GENERAL
-----------------------------------------------------------------------------*/

/* NOTE:: --> Remove padding and margin */
* {
  margin: 0;
    padding: 0;
}

/* NOTE:: --> Put it back on certain elements */
h4, h5, h6, pre, blockquote, table, ul, ol {  margin: 0.5em 0;}

/* NOTE:: --> Remove formatting typography, lists, paragraph, etc. */
h1, h2, h3, h4, h5, h6 {font-size:100%;}
h1, h2, h3, h4, h5, h6, address, caption, cite, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {list-style:none outside;}
caption,th {text-align:left;}

/* NOTE:: --> Class for clearing floats */
.clear {clear:both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End Holly Hack */

/* NOTE:: --> Remove border around linked images */
fieldset, img {	border: 0;}


/* --> BLOCKS
-----------------------------------------------------------------------------*/
body {
	background-color: #fff;
	text-align: left;
}
#wrapper, #footer {
	width: 100%;
}
#wrapper {	
	background: #fff;
}
#header {
	display:none;
}
#container {
	width:100%;
}
#msx {
	display:none;
}
#content {
	width: 100%;
}
#csx {
	width: 100%;
}
#cdx {
	width: 100%;
}

/* @end */

/* @group TYPOGRAPHY */
/* --> TYPOGRAPHY, PARAGRAPH, LISTS
-----------------------------------------------------------------------------*/
body {
	font: 10pt/1.6 /*"Century Gothic",*/ Verdana, Arial, sans-serif;
}
#container {
	font-size: 1.1em;
}
#content {
	line-height: 1.4em;
}
p {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
}
p.primoParagrafo {
	padding-top: 0;
}
#csx ul {
	margin: 10px 0 10px 20px;
	list-style-position: outside;
}
#csx ul li {
	list-style-image: url(../images/lista.gif);
}
#csx ul ul {
	margin: 0 0 0 10px;
}
#csx ol {
	list-style-type: decimal;
	margin: 10px 0 10px 30px;
}
#cdx p {
	padding-top: 0;
}
#cdx {
	line-height: 1.2em;
}
#csx ul.download  {
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	list-style: none;
}
#cdx ul.download {
	list-style: none;
}
#csx .download a  {
	color: #333;
	font-weight: bold;
}
#csx ul.download li, #cdx ul.download li {
	border-bottom:1px dotted #333;
	padding: 5px 10px 5px 15px;
	line-height: 1.15em;
	list-style-image: none;
	background: url(../images/listaMeno.gif) no-repeat 3px 0.85em;
	list-style-type: none;
}
#cdx ul.download li {
	border: 0;
	padding: 0 0 0 10px;
	background-position: left 0.2em;
}
#csx .dowload span, .dowload a {
	display: block;
	float: left;
}


/* --> HEADINGS
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: /*"Century Gothic",*/ Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em;
}
h1, h2, h4, h5, h6 {
	font-weight: bold;
}
h2, h3, h4 {
	color: #EA0006;
}
h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #999;
	padding: 10px;
}
#csx h2 {
	margin-left: -10px;
	margin-bottom: 20px;
}
.eccezione h2 {
	margin-bottom: 10px;
	position: relative;
}
h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 3px;
	padding-top: 20px;
}
h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* --> LINKS
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #EA0006;
}
a:hover {
	text-decoration: underline;
}
a.titolo {
	font-family: /*"Century Gothic",*/ Verdana, Arial, sans-serif;
}

/* @end */


/* --> BRANDING
-----------------------------------------------------------------------------*/
#logoStampa {display:block;margin-bottom:15mm;}

/* @group Navigation */
/* --> MAIN NAV
-----------------------------------------------------------------------------*/
#mainMenu {
	display:none;
}
/* @end */


/* @group Content */
/* --> MAIN CONTENT
-----------------------------------------------------------------------------*/
#mappa {
	padding: 10px;
}
.paginazione {
	display:none;
}

/* --> SECONDARY CONTENT
-----------------------------------------------------------------------------*/
a.titolo {
	display: block;
	font-weight: bold;
	color: #333;
}
.bordo{
	border: 1px dotted #ccc;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.legenda {
	margin: 0;
}
.legenda li {
	clear: both;
	padding: 5px 0;
}
.legenda img {
	float: left;
	margin-right: 5px;
}
#cdx .continua {
	text-align: right;
}
.continua a {
	color: #333;
}
#cdx ul {
	margin: 0;
}
#cdx ul a {
	color: #333;
}

/* @end */

/* --> FOOTER
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 auto 30px auto;
	color: #333;
	font: 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer .sx, #footer .dx {
	width: 100%;
	float:none;
}

/* --> FORMS
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* --> TABLES
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
td {
  text-align: left;
	font-weight: normal;
}
.eccezione table {
	clear: both;
	width: 100%;
	border-top: 5px solid #EA0006;
}
.eccezione table th {
	text-transform: uppercase;
	color: #fff;
	background-color: #EA0006;
	padding:5px 10px;
	vertical-align: middle;
}
.eccezione table td {
	padding:10px 5px;
	vertical-align: top;
}
.eccezione table th, .eccezione table td {
	border-left: 1px solid #ccc;
	line-height: 1.2em;
}
.eccezione table .primoTd {
	border-left: 0;
}
tr.alternato {
	background-color: #ebebeb;
}


/* --> MISC+ 1
-----------------------------------------------------------------------------*/
.linkDownload {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/downloadTop.gif) no-repeat 0 2px;
	padding-left: 20px;
}
.linkDownload a {
	color: #333;
}
/* --> MISC+ 2
-----------------------------------------------------------------------------*/
#flvPlayer
{
	display: none;
}

#imageViewer
{
	display: none;
}