/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 * Autori: Davide Principi & Samuele Ortolani
 *
 *
 * $URL: https://tritone/svn/REPOS01/Typo3/tmpl/sici/trunk/union/css/defs.css $ 
 * $Id: defs.css 3049 2007-12-18 12:09:48Z davide $
 */

@media screen,print {

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
border: none;
background: #fff;
color: #000;
}

a {
cursor: pointer;
}

a:hover {
cursor: pointer;
}

script {
display: none !important;
}

div, h1, h2, h3, h4, h5, h6, p, td, tr, th, thead, tbody {
margin: 0;
padding: 0;
border: none;
}

.nodisplay {
display: none !important;
}

hr.clearer {
clear: both;
visibility: hidden;
height: 0;
}

div.clearer {
clear: both;
height: 0px;
line-height: 0.001%;
font-size: 1px !important;
}

.clearer {
clear: both;
}

.help {
cursor: help;
}

form {
margin: 0;
padding: 0;
}


} /* end @media screen */
