
/* ----- print.css ----- */
@media print {
/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

div.top,
.azioni,
#portal-top,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-colophon,
#footerbannerig,
#footer-tt,
input,
.skipnav,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size: 11pt !important;
}

.stampa {
    visibility: visible;
    display: block;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: verdana, arial, sans-serif;
}

ul { 
    list-style-type: square;
}


.documentDescription {
    font-weight: bold;
}

pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    border: 0;
    color: Black !important;
    padding: 0 !important;
    text-decoration: none !important;
}
a img {
    border: 0;
}

a:link, a:visited {
    color: #520;
    background: transparent;
}

.sfondo {
   background: transparent;
}
#content {
   background: transparent;
}
#region-content {
   background: transparent;
}
.documentContent {
   font-size: 110%;
   padding: 0 1em 2em 1em !important;
   background: transparent;
}

#stretto {
   width: 600px;
   background-color: transparent;
   text-align: left;
   border: 0;
}

#portal-footer {
   float: none;
   clear: both;
   border-top: 5px solid #dddddd;  
   border-bottom: 0; 
   background-color: transparent; 
   font-size: 11px;
}
#footer-tt {
   float: none;
   clear: both;
   width: 600px;
   margin-top: 5px;
   border-top: 1px solid #dddddd;  
   background-color: transparent; 
   font-size: 10px;
}

}


