/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {color:#000;background:none;background-image:none;}
.bottoneScheda:{display:none;}
.logosquadra,.logolega{
	width:88px;
	height:88px;
}
.logosquadra_small,.logolega_small{
	width:44px;
	height:44px;
	float:left;
	margin-right:3px;
}
.table{
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px;
}
table,td,th{
	border: 0px solid black;
}
.th{
	color:#333;
	background-color:#C8C8C8;
	border-collapse:collapse;
}
.tdright{
	text-align:right;
	float:right;
}
.tdcheck{
	width:15px;
}
.rowbold{
	font-weight:bolder;
	font-size:1.1em;
	color:#000;
	font-style:italic;
}
tr:nth-of-type(even) { background-color: #dce6e8;color:#112848 }
tr:nth-of-type(odd) { background-color: #fff; color:#333;}