/* elementi */
body { background-color: #ffffff; color:#000000; }
h1 { color: #0066cc; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }
h2 { color: #0066cc; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
h3 { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; }
h4 { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; }
h5 { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;  font-weight: normal; }
h6 { color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;  font-weight: normal; }
p  { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; }
hr { border: 0; border-top: 1px solid #999999; width: 100%; height: 1px; overflow: hidden; }

/* classi */
.sfondocontenuto { background-color: #FFFFFF; }

/* utility tabelle */
.odd
  {
    background:#eeeeee;
  }
.even
  {
    background:#cccccc;
  }  

/* bordi in modalità LAYOUT */

.uwe_borders /* bordi generici (tabelle DIV ecc.) */
  {
    border:1px dashed #cccccc;
  }
.uwe_borders_div
  {
    border:1px dashed #00cc00;
  }
  
.uwe_borders_form /* bordi del form */
  {
    border:1px dashed #ff0000;
  }
