/* Print Overrides
----------------------------------------------- */
body, table, form, input, textarea, select, div, h3 {
	background: none ! important;
	color: #000 ! important;
	font-size: 10pt;
}

.noprint, .debug, #header, #menubar, #pathbar ul, #footer, #leftcol, #rightcol, .banner {
	display:none;
}

.submit {
	display:none;
}

div#content {
	width: auto;
}

input, select, textarea {
	border: 0px solid #fff;
}

#piedipagina {
	position: fixed;
        width: 100%;
        height: 200px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
}

/* additional layout for content */
/* Tabella principale */

.mainTable {
    border: 1px solid BurlyWood;
}

.mainTable thead td {
    border: 1px dotted BurlyWood;
    border-bottom: 1px dotted BurlyWood;
}

.mainTable thead {
    border: 1px solid BurlyWood;
}
