/* CSS per screen */
/*  --------------------------------------------------------  */
body {
  /* background-image: url(../img/buyers_bkg.gif);
  background-repeat: no-repeat;
  background-position: top center; */
  background-color: #E8ECD1;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
p {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  text-align: left;
}
img {
  border: 0;
}

/*  ----------------------- LINK -------------------------  */
a:link {
  font-size: 11px;
  color: #111111;
  text-decoration: underline;
  font-style: normal;
}
a:visited {
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
  font-style: normal;
}
a:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  font-style: normal;
}
a:active {
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
  font-style: normal;
}
.link_attivo {
  color: #000000;
}
.noline {
  text-decoration: none;
}

/*----------------------------- form -----------------------------*/
form {
  /*padding: 2px; */
  margin: 0;
}
fieldset {
  border: 1px solid #FFFFFF;
  padding: 10px;
  margin: 0;
}
legend {
  margin-bottom: 2px;
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
}
.lab {
  width: 150px;
}
input {
  /*background-color: #E3E3E3;*/
  color: #000033;
  font-size: 11px;
  border: 1px solid #CCCCCC;
}
textarea {
  /*background-color: #E3E3E3;*/
  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;
  /*background-color: #E3E3E3;*/
  color: #000033;
  width: 150px;
  border: 1px solid #CCCCCC;
  /*margin-left: 20px;*/
}
.submit {
  background-color: #7BA500;
  border: 0;
  color: #000033;
  height: 18px;
  vertical-align: top;
}
.sub {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  width: 60px;
  height: 18px;
  border: 0;
}
.radio {
  /*background-color: #E3E3E3;*/
  border: 0;
}
.check {
  /*background-color: #E3E3E3;*/
  border: 0;
}
.check_visibility {
  background-color: transparent;
  /*background-image:url(../img/display_on.gif); */
  border: 0;
}
ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
li {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none;
  padding: 4px;
}
/*caption {
  font-size: 12px;
  font-weight: bold;
}*/
.txt800 {
  width: 480px;
  height: 15px;
  padding: 2px 10px;
  margin: 0;
  margin-right: 10px;
  border: 0;
  background: transparent url(/img/txt800search.png) no-repeat;
  font-weight: bold;
  font-size: 11px;
}

input.txt570,
input.txt575,
textarea.txt570,
textarea.txt575
{
  width: 555px;
  height: 16px;
  padding: 7px 10px;
  margin: 0;
  border: 0;
  background: transparent url(../img/txt575.png) no-repeat;
  font-weight: bold;
  font-size: 12px;
}
textarea.txt570,
textarea.txt575
{
  background: transparent url(../img/txt575x150.gif) no-repeat;
  height: 130px;
  padding: 10px;
}

/*----------------------------- titoli -----------------------------*/
h1 {
  font-size: 18px;
  font-weight: bolder;
  /*color: #859501;*/
  color: #222222;
  margin-top: 2px;
  margin-bottom: 2px;
  /*letter-spacing: 1px;
  line-height: 25px;*/
}
h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #343434;
}
.h2_home {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bolder;
}
.h2_hm_sezione {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 10px;
  line-height: 12px;
}
h3 {
  /* viene utilizzato dal wiki */
  font-size: 13px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #000000;
}
.h1_lib {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0;
  line-height: 28px;
}
.h2_lib_idx {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0;
  line-height: 28px;
}
.h3_link a {
  /* viene utilizzato dal wiki */
  font-size: 13px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 1px;
}
.h3_home a {
  margin-top: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bolder;
  color: #FFFFFF;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #000000;
}

/*----------------------------- invisibile -----------------------------*/
.display_out {
  position: absolute;
  left: -1000px;
  /*width: 990px;*/
}
.visibile {
  position: static;
  visibility: visible;
}
.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: 0;
  padding-top: 5px;
  height: auto;
  vertical-align: top;
  /* border: 1px solid #000; */
}
.cella {
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.spacer {
  clear: both;
}
.marg {
  margin: 10px;
  /*border: 1px solid #000;*/
}

/* ----------------------------- tabelle ----------------------------- */
table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #343434;
}
caption {
  font-size: 11px;
  font-weight: bold;
}
.tab_dati {
  /*border: 1px solid #999999;*/
  width: 99%;
  padding: 0;
}
.tab_dati td {
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 4px;
}
.tab_dati .td_clear {
  border: 0;
}
.tab_dati th {
  background-image:url(../img/th.jpg);
  border: 0;
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 4px;
  white-space: nowrap;
}
.tab_result {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.tab_result td {
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
}
/* ------------------------ BOX ------------------------- */
.box {
  padding: 0;
  padding-right: 10px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 16px;
}
.box img, .img_float {
  float: left;
  margin: 0;
  margin-top: 0;
  margin-right: 10px;
  text-align: center;
}
.box_desc .cont {
  float: right;
  width: 175px;
  vertical-align: top;
}
.box .sottotitolo {
  margin-top: 0;
  font-size: 10px;
  font-weight: bold;
}
.box_title {
  font-weight: bold;
}
.box_title a {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 10px;
}
.box_desc {
  min-height: 150px;
}
.box_list {
  background-color: #E7EDD1;
  padding: 0 10px 0 0;
  width: 625px;
}
.box_list3 {
  background-color: #E7EDD1;
  padding: 0 5px 0 0;
  width: 305px;
}
.box .thumb {
  width: 140px;
  height: 85px;
/*  border: 1px solid #000; */
}
.box_list .cont {
  float: right;
  width: 460px;
  vertical-align: top;
}
.box_list3 .cont {
  float: right;
  width: 220px;
  vertical-align: top;
}
.box_list3 .thumb {
  width: 75px;
  height: 85px;
}
.box .tendina {
  padding: 2px 0 2px 10px;
  width: 300px;
}
.box_flash {
  min-height: 131px;
  padding: 10px;
  margin: 0;
}
.box_network {
  background-color: #92BF00;
  /* background-image: url(/img/bkg_network.jpg);
  background-repeat: repeat-x; */
}
.box_films {
  background-color: #E1005E;
  /* background-image: url(/img/bkg_films.jpg);
  background-repeat: repeat-x; */
}
.box_festivals {
  background-color: #757575;
  /* background-image: url(/img/bkg_festival.jpg);
  background-repeat: repeat-x; */
}
.network_color {
  color: #92BF00;
}
.network_text_color {
  color: #C1FE00;
}
.films_color {
  color: #E1005E;
}
.films_text_color {
  color: #FF3399;
}
.festivals_color {
  color: #757575;
}
.festivals_text_color {
  color: #CCCCCC;
}
.network_bg {
  background-color: #92BF00;
}
.films_bg {
  background-color: #E1005E;
}
.festivals_bg {
  background-color: #757575;
}
.filo100 {
  height: 2px;
  width: 100%;
}
.freccia_dx {
  float: right;
  background-image:url(/img/freccia_box.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
}

/* ---------------------------------------------------------- */
.crs {
  cursor: pointer;
}
.no_border {
  border: 0;
}
.errore {
  color: #FF0000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  /*height: 30px;*/
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 20px;
}
.editor {
  font-size: 11px;
  color: #859501;
  font-weight: bold;
}
.obbligo {
  color: #FF0000;
}
.img_filetto {
  /*background-image:url(../img/filetto.gif);*/
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.img_scheda {
  width: 80px;
  height: 80px;
}
.img_thumb_max {
  max-width: 130px;
  max-height: 130px;
}
.message {
  width: 500px;
  height: auto;
  min-height: 60px;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.link_tendina {
  cursor: pointer;
  font-weight: bold;
  background-color: #979D83;
  color: #ffffff;
  padding-left: 10px;
  min-height: 20px;
  margin: 2px;
  vertical-align: middle;
}
