/* classi x uvai 2009 */

/* ----------------------------- HTML ---------------------------- */
p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  text-align: left;
}
hr {
  /* background-color: #829601;
  color: #829601; */
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
img {
  border: 0;
}
form {
  padding: 0;
}
fieldset {
  border: 1px solid #CCCCCC;
  padding: 4px;
  margin: 0;
}
legend {
  margin-bottom: 2px;
  margin-left: 0;
  font-size: 1em;
  font-weight: normal;
}
.lab {
  width: 120px;
}
input {
  color: #000033;
  font-size: 11px;
  border-top: 1px solid #666666;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #666666;
}
textarea {
  color: #000033;
  font-size: 11px;
  border-top: 1px solid #666666;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #666666;
}
select {
  font-size: 11px;
  color: #000033;
  width: 150px;
  border: 1px solid #CCCCCC;
}
ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
ol {
  list-style-type: none;
  margin-left: 20px;
  /* padding: 0; */
}
li {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none;
  padding: 4px;
}
h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #303030;
  margin-top: 0;
  margin-bottom: 20px;
  /*letter-spacing: 1px;
  line-height: 25px;*/
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #303030;
  margin-top: 0px;
  margin-bottom: 2px;
  /*letter-spacing: 1px;
  line-height: 25px;*/
}

/* ----------------------------- invisibile ---------------------------- */
.display_out {
  position: absolute;
  left: -1000px;
  /*width: 990px;*/
}
.invisibile {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.pulisci
{
  clear: both;
}

/*----------------------------- Allineamenti -----------------------------*/
.sx {
  text-align: left;
}
.cx {
  text-align: center;
}
.dx {
  text-align: right;
}
.jx {
  text-align: justify;
}
.riga {
  clear: both;
  margin: 0px;
  padding-top: 5px;
}
.cella {
  float: left;
  margin: 0px;
  padding: 0px;
}
.spacer {
  clear: both;
}

/* ----------------------------- tabelle ----------------------------- */
table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  margin: 0;
}
caption {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  color: #CC3434;
}
.tab_dati {
  width: 94%;
  padding: 0;
}
.tab_dati td {
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 4px;
}
.tab_dati th {
  background-image:url(../img/th.jpg);
  border: 0;
  border-bottom: 1px solid #999999;
  text-align: left;
  padding: 4px;
  white-space: nowrap;
}

/* ----------------------------- altri ---------------------------- */
.testo {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  vertical-align: top;
}
.errore {
  color: #FF0000;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
.editor {
  font-size: 1.1em;
  color: #859501;
  font-weight: bold;
}
.message {
  width: 100%;
  height: auto;
  min-height: 60px;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.td_filo {
  border-top: 5px solid #F2F2F2;
  padding-top: 5px;
  vertical-align: top;
}