/* 
    Document   : print.css
    Created on : 12-set-2009, 17.13.06
    Author     : massimoi
    Description:
        Foglio di stile utile per la stampa.
*/

body {
	margin:0cm;
	width: 22cm;
}
.HeaderWrapper, .NavigationWrapper, .actions{
    display: none;
}

div.print-only{
	display: block;
	font-size: larger;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#riga1, #riga2, #tessera {
	width: 22cm;
	max-width: 22cm;
}

table.tableIndex{
    max-width: 80%;
    width: 80%;
    margin:0;
}
#bollettino table td, #bollettino table th{
    font-size: 9pt;
}

#footer {
    border-top: 1px solid black
}