
/* path */
div.path {
  margin: 5px 5px 0px 44px;
  color: #1169aa;
  padding: 1px 0px 2px;
  text-indent: -30px;
}
  div.path a {
    color: #006799;
    text-decoration: none;
  }
  div.path a:hover {
    text-decoration: underline;
  }

.schedalibro .areacopertina {
  float: right;
  margin: 15px;
}
  .schedalibro .areacopertina img.copertina {
    background-color: #ffffff;
    /* margin is required to fixup the linkbutton left shadow and space */
    margin: 0px 0px 8px 2px;
    padding: 1px;
    border: 1px solid #277db3;
  }
  .schedalibro .areacopertina .linkbutton {
    width: 175px;
  }

.schedalibro p.titolo {
  margin: 10px 10px 10px 14px;
  padding: 0px;
  font-weight: bold;
  font-size: 14pt;
  line-height: 16pt;
  color: #10765b;
}

.schedalibro p.autori {
  margin-top: 25px;
  margin-left: 14px;
  font-size: 10pt;
  font-weight: bold;
  color: #4d6474;
}

.schedalibro p.dati {
  margin-left: 14px;
  line-height: 1.6em;
}
  .schedalibro p.dati strong.highlight {
    line-height: 2em;
  }

.schedalibro p.stato {
  display: block;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}

.schedalibro .thtoolbar {
  margin: 14px;
}

/* attachments area */
.schedalibro ul.attachments {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
  .schedalibro ul.attachments li {
    display: block;
    height: 34px;
    border: 1px solid #ffffff;
    padding: 16px 0px 0px 60px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/file_exe_32.png);	/* default */
  }
    /* the variant of the odd rows */
    .schedalibro ul.attachments li.even {
      background-color: #f2f2f2;
    }
    .schedalibro ul.attachments li.odd {
      border-style: solid;
      border-width: 1px 0px;
      border-color: #a7cbe0;
    }
    .schedalibro ul.attachments li.odd.first {
      border-top-width: 0px;
    }
    .schedalibro ul.attachments li.odd.last {
      border-bottom-width: 0px;
    }
    /* and now the boring file types */
    .schedalibro ul.attachments li.file_exe {
      background-image: url(../images/icons/file_exe_32.png);
    }
    .schedalibro ul.attachments li.file_pdf {
      background-image: url(../images/icons/file_pdf_32.png);
    }
    .schedalibro ul.attachments li.file_jpg {
      background-image: url(../images/icons/file_jpg_32.png);
    }
    .schedalibro ul.attachments li.file_doc {
      background-image: url(../images/icons/file_doc_32.png);
    }
    .schedalibro ul.attachments li.file_xls {
      background-image: url(../images/icons/file_xls_32.png);
    }
    .schedalibro ul.attachments li.file_swf {
      background-image: url(../images/icons/file_swf_32.png);
    }
    .schedalibro ul.attachments li.file_zip {
      background-image: url(../images/icons/file_zip_32.png);
    }
    .schedalibro ul.attachments li.file_flv {
      background-image: url(../images/icons/file_flv_32.png);
    }

/* comments area, reused by the comments full listing page */
div.recensione {
  margin: 2px;
  padding: 1px; /* avoids CSS margin collapsing */
  color: #202020;
  position: relative;
}
  div.recensione h4 {
    margin: 10px;
    padding: 0px;
    font-size: 9pt;	/* should've been "inherit", but IE sux! */
    font-weight: normal;
    cursor: default;
  }
    /* email address mailto link */
    div.recensione h4 a {
      color: #202020;
    }
  /* vote support */
  div.recensione .vote {
    display: block;
    position: absolute;
    right: 4px;
    top: 0px;
    padding-top: 3px;
    width: 106px;
    background-position: right bottom;
    background-repeat: no-repeat;
    font-weight: normal;
    text-align: left;
    text-transform: lowercase;
  }
    div.recensione .vote span {
      display: none;
    }
    div.recensione .vote.vote0 {
      background-image: url(../images/voto0.png);
    }
    div.recensione .vote.vote1 {
      background-image: url(../images/voto1.png);
    }
    div.recensione .vote.vote2 {
      background-image: url(../images/voto2.png);
    }
    div.recensione .vote.vote3 {
      background-image: url(../images/voto3.png);
    }
    div.recensione .vote.vote4 {
      background-image: url(../images/voto4.png);
    }
    div.recensione .vote.vote5 {
      background-image: url(../images/voto5.png);
    }
  /* main text */
  div.recensione p.testo {
    margin: 10px;
    text-align: left;
  }
  /* even/odd variant */
  div.recensione.even {
    background-color: #f2f2f2;
  }
  /* teacher variant */
  div.recensione.docente h4 strong {
    color: #ff0000;
  }
  div.recensione.docente h4 a {
    color: #ff0000;
  }

.adminattachtools {
  margin-left: 20px;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  text-transform: uppercase;
  color: blue;
  cursor: default;
}
  .adminattachtools a img {
    vertical-align: middle;
    border: 1px solid #ffffff;
    padding: 2px;
  }
  .adminattachtools a:hover img {
    border: 1px solid red;
  }

/* informazioni in versione "ridotta" sul libro - utili per alcune finestre
 * di dialogo come l'aggiunta di un nuovo commento */
table.book {
  border: 2px solid #ffffff;
  width: 100%;
}
  table.book td {
    text-align: left;
    vertical-align: middle;
  }
  /* particular cell - image */
  table.book td.book_image {
    width: 125px;
    padding: 5px 0px 5px 24px;
  }
    table.book td.book_image img {
      border: 1px solid #d10101;
      padding: 1px;
    }
  /* particular cell - content */
  table.book td.book_main {
    color: #202020;
    font-size: 9pt;
    line-height: 15pt;
  }
    table.book td.book_main .book_info {
      font-size: 8pt;
      line-height: 10pt;
    }

.chiusura {
  clear: both;
  margin: 5px 5px;
}


.promo_book_list {
  clear: both;
  margin: 10px 0px 20px 0px;
}

.promo_book {
  overflow: hidden;
  width: 157px;
  height: 260px;
  float: left;
  margin: 8px;
  text-align: center;
  cursor: default;
}
  .promo_book span.titolo {
    font-weight: bold;
    font-size: 9pt;
    color: #ff0000;
  }
  .promo_book a {
    text-decoration: none;
  }
  .promo_book a img {
    padding: 1px;
    border: 1px solid #277db3;
  }
  .promo_book a:hover img {
    background-color: #277db3;
  }

/* ------------------------------------------------------------------ */
/* - extra content - */
/* ------------------------------------------------------------------ */

div.book_scheda {
  margin: 1em 1ex;
  font-size: 9pt;
  line-height: 1.5em;
  font-family: "Calibri", "Arial", sans-serif;
  text-align: justify;
}
  div.book_scheda p {
    margin: 0.5em 2.5em 0.3em 1em;
  }
  div.book_scheda strong {
    color: inherit;
  }

div.book_index {
  margin: 1em 1ex;
}
  div.book_index .major {
    margin: 1.5em 0 0.8em 1ex;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
  }
  div.book_index .minor {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.8em 0 0.4em 3ex;
    text-indent: -3ex;
  }

    div.book_index div.title {
      margin-right: 5ex;
    }
      div.book_index div.odd {
      padding: 0.2em 0.3ex;
        background-color: #f4f4f4;
      }
      div.book_index div.even {
      padding: 0.2em 0.3ex;
        background-color: #eaeaea;
      }
  div.book_index .page {
    display: block;
    float: right;
    position: relative;
    top: -1.3em;
  }
  div.book_index .spacer {
    display: block;
/*    float: left;
    height: 0.5em;
    width: 2ex; */
    margin: 0 0 0 2ex;
  }

#flash_box_link {
  display: block;
  margin-left: 30px;
  overflow: hidden;
  width: 110px;
  height: 117px;
  background-image: url(../images/playvideo.png);
  text-indent: -120ex;
}


/* chapter attachments */
.attachment_chapter {
  margin: 0 10px 0 10px;
}
  .attachment_chapter h4 {
    margin: 1em 0;
    padding: 3px 0 3px 1ex;
    font-size: 1.0em;
    background-color: #f0f0f0;
  }
    .attachment_chapter h4:hover {
      background-color: #e4e4e4;
    }
    .attachment_chapter h4 a.chapter {
      color: #4d6474;
      text-decoration: none;
      font-size: 1.2em;
    }
    .attachment_chapter h4 a.admin_link {
      font-weight: normal;
    }
  .attachment_chapter .chapter_content {
    display: none;
  }

.attachment_chapter_new {
  margin: 0 10px 0 10px;
}
