/* CSS per la stampa */

body {
	font-size: 11pt;
	font-family: Verdana,Arial,Helvetica;
}

h1 { font-size: 160%; }

abbr,
acronym { border-bottom: none; }

#logo a img { border: none; }

.nascosto,
#menu_servizio,
#menu_principale,
#img_foto,
#voci_head,
#voci_body,
#voci_footer,
#tematiche_head,
#tematiche_body,
#tematiche_footer,
#news_footer,
#box_footer,
#breadcrumbs,
#menu_secondario,
#menu_tematiche,
#pager {
	display: none;
}

#box_centrale_interno {
	background-image: none;	
}

#contenuto_principale { padding-top: 2em; }

/* Stili tabelle */
 
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1pt solid #000000;	
}

caption { margin-bottom: 8pt; } 

table th {
	padding: 5pt 0;
	border-bottom: 1pt solid #000000;
}

td {
	padding: 4pt;
	border-bottom: 1pt dashed #999999;
}

/* Tabella docs "Voci dal carcere" */

#box_centrale_voci table thead td.descrizione {
	border-right: 1pt solid #000000;
}

#box_centrale_voci table tbody td.nome,
#box_centrale_voci table tbody td.file {
	border-bottom: 1pt dashed #999999;
}

/* News */

dl,dd {
	margin: 0;
	padding: 0;
}

dl.newsItem {
	margin: 0.4em 0;
}

dl.newsItem dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #B43726;
}

/* Form + sondaggio */


fieldset {
	margin: 0;
	padding: 0;
	border: 1px dashed #B3C9E1;
	padding: 1em;
	
}

form#sondaggio label {
	display: block;
	float: left;
	width: 30%;
	clear: left;
}

form#sondaggio input.button {
	border: 1px solid #000000;
	padding: 0.2em 1.5em;
	margin: 0.5em 0 0 6em;
	color: #000000;
}



/* Sedi carceri */

dl.sediCarceri { margin: 0 0 0.8em 0; }

dl.sediCarceri dt {
	font-size: 1em;
	font-weight: bold;
	color: #9D3726;
	margin-top: 0.5em;
}

dl.dettCarcere dt { margin: 2em 0 0.5em 0; }
dl.dettCarcere dd { padding-bottom: 1px; }
dl.dettCarcere dd span { font-weight: bold; }
