/* table.predefinito */

table.predefinito {
	border-collapse: collapse;
	box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.33);
	margin-left: auto;
	margin-right: auto;
}

table.predefinito tr td,
table.predefinito tr th {
	border: 1px solid #888;
	padding: 5px 10px;
}

table.predefinito tr td {
	background: #fafafa;
}

table.predefinito tr th {
	background: #0b8dc7;
	border-color: #0e628a;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
}

/* table.semplice */

table.semplice {
	border-collapse: collapse;
	box-shadow: none;
}

table.semplice tr td,
table.semplice tr th {
	padding: 5px 10px;
	border: 0;
	background: #fff;
	color: #000;
	border: 1px dotted #888;
}

table.semplice tr td {
	background: #fff;
}

table.semplice tr th {
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
}

/* table.tab1 */

table.tab1 {
	border-collapse: collapse;
	background: #fff;
	box-shadow: none;
}

table.tab1 tr th,
table.tab1 tr td
{
	border-left: 2px solid #fffefb;
	border-right: 2px solid #fffefb;
	border-bottom: 1px solid #fffefb;
	border-top: 1px solid #fffefb;
	padding: 6px;
}

table.tab1 tr th
{
	font-weight: bold;
	text-align: center;
	background: #fa9b49;
	color: #fffff8;
	border-bottom-width: 2px;
}

table.tab1 tr td
{
	text-align: center;
	background: #faddcf;
	color: #000816;
}

/* table.tab2 */

table.tab2 {
	border-collapse: collapse;
	background: #fff;
	box-shadow: none;
}

table.tab2 tr th,
table.tab2 tr td
{
	border: 1px solid #000;
	padding: 6px;
}

table.tab2 tr th
{
	font-weight: bold;
	text-align: center;
	background: #979797;
	color: #fff;
}

table.tab2 tr td
{
	text-align: center;
	background: #fff;
	color: #000;
}

/* table.tab3 */

table.tab3 {
	border-collapse: collapse;
	background: #fff;
	box-shadow: none;
}

table.tab3 tr th,
table.tab3 tr td
{
	border-left: 2px solid #fffefb;
	border-right: 2px solid #fffefb;
	border-bottom: 1px solid #fffefb;
	border-top: 1px solid #fffefb;
	padding: 6px;
}

table.tab3 tr th
{
	font-weight: bold;
	text-align: center;
	background: #5084be;
	color: #fcffff;
	border: 1px solid #5084be;
	border-bottom: 1px solid #fff;
}

table.tab3 tr td
{
	text-align: center;
	background: #bfd6ff;
	color: #000007;
	border-color: #5780b4;
	border-width: 0 1px 1px 1px;
}

/* table.tab4 */

table.tab4 {
        border-collapse: collapse;
        background: #fff;
        box-shadow: none;
}

table.tab4 tr th,
table.tab4 tr td
{
        border: 1px solid #999;
	padding: 6px;
}

table.tab4 th
{
	text-align: center;
	background: #dddddd;
	color: #003;
}

table.tab4 tr td
{
	background: #fff;
	color: #006;
}

/* span.openclass */

.openclass {
  color: #ff6600;
  font-weight: bold;
}

/* span.evidenziato */

.evidenziato {
	font-weight: bold;
}

/* div.con-oratore */

div.con-oratore {
	float: right;
	width: 250px;
	padding: 0px 5px 190px 5px;
	background: transparent url(oratore.png) no-repeat bottom center;
}

/* div.dalla-cattedra */

div.dalla-cattedra {
	float: right;
	width: 250px;
	padding: 0 5px 175px 5px;
	background: transparent url(dalla-cattedra.png) no-repeat bottom center;
}


/* div.domande-risposte */

div.domande-risposte {
	float: right;
	width: 250px;
	padding: 0 5px 155px 5px;
	background: transparent url(omino-domande.png) no-repeat bottom center;
}

/* -table.sequenza-verticale */

table.sequenza-verticale {
	border-collapse: collapse;
	float: left;
	width: 500px;
}

table.sequenza-verticale tr {
}

table.sequenza-verticale tr td {
	background: transparent url(sequenza-in-basso.png) no-repeat bottom center;
	color: #111;
	padding: 10px;
	padding-bottom: 38px;
	border-top: 1px solid #7c7877;
	vertical-align: top;
}

table.sequenza-verticale tr.ultimo-elemento td {
	border-bottom: 5px solid #7c7877;
	background: #dcdcdc;
	color: #111;
	padding-bottom: 10px;
}

/* -table.sequenza-verticale-doppia */

table.sequenza-verticale-doppia {
	float: none;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 0;
	*border-collapse: expression('separate', cellSpacing = '10px');
}

table.sequenza-verticale-doppia tr td {
	width: 50%;
}

/* -table.due-colonne */

table.due-colonne {
	float: none;
	border-collapse: separate;
	border-spacing: 10px;
	*border-collapse: expression('separate', cellSpacing = '10px');
}

table.due-colonne tr td {
	width: 50%;
	border-bottom: 1px solid #7c7877;
	background: #e4e4e4;
	color: #111;
	padding: 10px;
	vertical-align: top;
}

table.due-colonne tr td h2 {
	margin-top: 0;
}

table.due-colonne tr td.colonna1 {
}

table.due-colonne tr td.colonna2 {
}

/* -table.nota */

table.nota {
	width: 450px;
	border-collapse: collapse;
	margin: 10px 0 0 10px;
}

table.nota tr td.top-left {
	background: url(nota-top-left.png) no-repeat bottom right;
	width: 19px;
	height: 64px;
}

table.nota tr td.fermaglio {
	background: url(nota-fermaglio.png) no-repeat bottom right;
	width: 46px;
	height: 64px;
}

table.nota tr td.top {
	background: url(nota-top.png) repeat-x bottom left;
	height: 64px;
}

table.nota tr td.top-right {
	background: url(nota-top-right.png) no-repeat bottom left;
	width: 10px;
}

table.nota tr td.left {
	background: url(nota-left.png) repeat-y bottom right;
	width: 19px;
}

table.nota tr td.center {
	background: #eee;
	color: #333;
	padding: 10px 10px 30px 10px;
}

table.nota tr td.right {
	background: url(nota-right.png) repeat-y bottom left;
	width: 10px;
}

table.nota tr td.bottom-left {
	background: url(nota-bottom-left.png) no-repeat top right;
	width: 19px;
	height: 18px;
}

table.nota tr td.bottom {
	background: url(nota-bottom.png) repeat-x top left;
	height: 18px;
}

table.nota tr td.bottom-right {
	background: url(nota-bottom-right.png) no-repeat top left;
	width: 10px;
	height: 18px;
}

/* -table.piramide */

table.piramide {
	float: left;
	border-collapse: collapse;
	background: url(piramide.png) no-repeat top center;
}

table.piramide tr td {
	text-align: center;
	border-bottom: 2px solid #fff;
	padding: 10px 0;
	font-size: 14px;
}

table.piramide tr.riga1 td {
	padding-top: 40px;
	font-size: 10px;
	width: 75px;
}

table.piramide tr.riga2 td {
	width: 115px;
	font-size: 11px;
}

table.piramide tr.riga3 td {
	width: 155px;
	font-size: 12px;
}

table.piramide tr.riga4 td {
	width: 195px;
	font-size: 12px;
}

table.piramide tr.riga5 td {
	width: 240px;
	font-size: 13px;
}

table.piramide tr.riga6 td {
	width: 285px;
	font-size: 13px;
}

table.piramide tr.riga7 td {
	width: 330px;
}

table.piramide tr.riga8 td {
	width: 375px;
}

table.piramide tr.riga9 td {
	width: 420px;
}

table.piramide tr.riga10 td {
	width: 465px;
}

table.piramide tr.riga11 td {
	width: 510px;
}

table.piramide tr.riga12 td {
	width: 555px;
}

table.piramide tr.riga13 td {
	width: 610px;
}

table.piramide tr.riga14 td {
	width: 650px;
}

table.piramide tr.riga15 td {
	width: 690px;
}

table.piramide tr.riga16 td {
	width: 735px;
}

table.piramide tr.riga17 td {
	width: 785px;
}

/* -table.descrizione-termini */

table.descrizione-termini {
	border-collapse: separated;
	border-spacing: 0 15px;
	*border-collapse: expression('separate', cellSpacing = '15px');
	float: left;
}

table.descrizione-termini tr td.colonna1 {
	background: #e3e3e3;
	padding: 10px;
	border-top: 1px solid #7c7877;
	border-bottom: 3px solid #7c7877;
	width: 210px;
}

table.descrizione-termini tr td.colonna2 {
	background: url(freccia-orizzontale.png) no-repeat center center;
	padding: 0;
	width: 40px;
}

table.descrizione-termini tr td.colonna3 {
	padding: 10px;
	background: #e3e3e3;
	border-top: 1px solid #7c7877;
	border-bottom: 3px solid #7c7877;
	width: 210px;
}

/* -table.domande-risposte */

table.domande-risposte {
	border-collapse: collapse;
	width: 500px;
	float: left;
}

table.domande-risposte h2 {
	margin-top: 20px;
}

table.domande-risposte tr.riga1 h2 {
	margin-top: 0
}

/* -table.caratteristiche */

table.caratteristiche {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.caratteristiche tr th {
	text-align: center;
}

table.caratteristiche tr td {
	padding: 10px;
	text-align: center;
}

table.caratteristiche tr td.colonna1 {
	text-align: left;
	background: #e4e4e4;
}

/* ul.elenco-puntato */

ul.elenco-puntato {
	background: #eee;
	padding: 10px 5px 10px 40px;
	width: 400px;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 1px #aaa;
	margin: 10px;
}

ul.elenco-puntato li {
	margin: 20px 0;
	padding-left: 10px;
}

/* div.copertina */

div.copertina {
	text-align: center;
}

div.copertina-2 {
	width: 80%;
	margin: 100px auto;
	text-align: center;
	font-size: 12px;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 1px #ccc;
	padding: 50px 0;
	background: #f3f3f3;
}

div.copertina div.titolo-copertina {
	font-size: 28px;
}

div.copertina div.sottotitolo-copertina {
	margin-top: 50px;
	font-size: 16px;
}

/* video */

div.video {
	width: 450px;
	height: 335px;
	background: url(video-assente.png) no-repeat top left;
	border: 1px solid #aaa;
}

div.video-presente {
	background-image: url(video-presente.png);
}

div.video-anteprima {
	background-image: url(video-anteprima.png);
}

div.segnaposto-video {
	width: 450px;
	height: 335px;
	background: url(video.png) no-repeat top left;
	opacity: 0.5;
	position: absolute;
}

/* audio */

div.audio {
	width: 300px;
	height: 24px;
	background: url(audio-player.png) no-repeat top left;
}

/* varie (sempre alla fine) */

table.disposizione {
	border-collapse: collapse;
}

table tr td.icona-laterale {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

table tr td.commento-laterale {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 5px 5px 5px 20px;
}

div.cornice {
}

div.cornice-a-destra {
	float: right;
	margin: 10px 0 20px 15px;
}

div.cornice-a-sinistra {
	float: left;
	margin: 10px 15px 20px 0;
}

div.cornice-al-centro {
	float: none;
	margin: 0;
	text-align: center;
}

div.cornice-al-centro div {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.cornice-al-centro div.immagine {
	text-align: center;
}

.didascalia {
	display: block;
	padding: 5px 7px;
	text-align: left;
	background: #aaa;
	color: #fff;
	margin-top: 10px;
}

div.immagine {
	text-align: center;
}

body.in-editor audio,
body.in-editor object,
body.in-editor embed,
body.in-editor div.audio iframe {
	-display: none;
}

div.audio iframe {
	width: 300px;
	height: 24px;
	overflow: hidden;
	border: 0;
}
