/* foglio di stile per la stampa delle "PAGINE ELENCO" (primo livello di link) della Facoltà di Lettere e Filosofia dell'Università di Padova*/


/* Elementi nascosti alla stampa */
#colonnasx1 { 
	display: none; 
}

#colonnasx2 { 
	display: none; 
} 

#rigariga { 
	display: none; 
}

#rigapiede { 
	display: none; 
}

#foto {
	display: none;
}

#cerca {
	display: none;
}

.didascalia { 
	display: none; 
}


A { 
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Garamond, Times;
     	color: #000066;
}
A:hover { 
	font-style: normal; 
	font-weight: bold; 
     	line-height: normal; 
	text-decoration: none; 
	font-family: Garamond, Times;
     	color: #990000; 
}
A:active { 
	font-style: normal; 
	font-weight: bold; 
     	line-height: normal; 
	text-decoration: none; 
	font-family: Garamond, Times;
     	color: #990000; 
}


/* Risetta la dimensione orizzontale di alcuni elementi da stampare */
.fogliostampa {
	WIDTH: 650px;
}

#tabellastampa {
	WIDTH: 650px;
	float: left;
}

body {
	font-style: normal; 
	font-weight: normal; 
	line-height: normal; 
	text-decoration:none; 
	font-family: Verdana, Times; 
	color: #000000;
}

/* Definizione dei titoli (utilizzato solo H2 e H5) */



.didascalia {
	font-style: normal;
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Verdana, Arial;
     	color: #000000;
}

hr {
	color: #999999;
}

#logo_print {
	display: none; 
	font-style: normal;
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Verdana, Arial;
     	color: #000000;
}
#tito_livio {
	display: none; 

}

/* Classe per il testo della parte centrale (es. archeologia.html) */

.testo { 			
	font-style: normal;
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Verdana, Arial;
     	color: #000000;
	text-indent: 20px;
}
.testo A { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Verdana, Arial;
     	color: #000066;
}
.testo A:hover {
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: underline; 
	font-family: Verdana, Arial;
     	color: #000066;
}
.testo A:active {
	font-style: normal; 	
	font-weight: normal; 
	font-size: 10pt;
     	line-height: normal; 
	text-decoration: none; 
	font-family: Verdana, Arial;
     	color: #000066;
}

/* tabella orari */
table.dettaglio_righe th{
  font-weight : bold;
	border: 1px solid #000;
}

table.dettaglio_righe {
  padding:2px 5px; 
  margin: 0px;
  border-spacing: 0px;

}
table.dettaglio_righe td,table.dettaglio_righe th{
	border-collapse: collapse;
	font-family :Arial, verdana,   Helvetica, sans-serif;
	/*line-height : 1.2em;*/
	padding: 2px 5px;
	border:1px dotted #000;
	border-top: none;
	border-right-width: 1px;
	text-align: center;
}


table.dettaglio_righe td{
	border:1px dotted #000;
	padding: 2px 5px;
}

#qrcodepng {
  border: 0px none;
  vertical-align: middle;
  display: none;
}

