.tableTitle {
	font-family: calibri, arial, sans-serif;
	font-size: 24px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px #ccc;
	vertical-align: bottom;
}
.tableTitle1 {
	font-family: calibri, arial, sans-serif;
	font-size: 24px;
	padding: 0px 0px 20px 0px;
}
.headCell {
	font-family: calibri, arial, sans-serif;
	font-size: 15px;
	color: #666;
	padding: 4px 4px 2px 6px;
	border-bottom: solid 1px #ccc;
	vertical-align: bottom;
}
.rowCell {
	font-family: calibri, arial, sans-serif;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.rowCell1st {
	color: #666;
	font-family: calibri, arial, sans-serif;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 0px 4px 1px 6px;
}
.rowCell div {
	float:left;
	color: #000;
	border-left: solid 1px #ccc;
	padding: 0px 0px 0px 7px;
	text-align: center;
}
.rowCell div: first-of-type {
	float:left;
	color: #000;
	border-left: 0px;
	padding: 0px 7px 0px 7px;
	text-align: center;
}
.rowCell span {
	font-family: calibri, arial, sans-serif;
	font-size: 17px;
	color: #000;
	padding: 2px 4px 2px 6px;
}
.rowCell input {
	border: 0px;
	font-family: calibri, arial, sans-serif;
	font-size: 17px;
	color: #00c;
	padding: 2px 4px 2px 6px;
}
.rowCell select {
	border: 0px;
	font-family: calibri, arial, sans-serif;
	font-size: 17px;
	color: #00c;
	padding: 1px 4px 1px 2px;
}
.rowCellSmall {
	font-family: calibri, arial, sans-serif;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	
}
.rowCellSmall:first-of-type {
	color: #666;
	border-left: solid 1px #ccc;
	padding: 0px 2px 0px 3px;
}
.rowCellSmall span {
	font-family: calibri, arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 2px 0px 3px;
}
.rowCellSmall input {
	border: 0px;
	font-family: calibri, arial, sans-serif;
	font-size: 14px;
	color: #00c;
	padding: 0px 2px 0px 3px;
}
.rowCellSmall select {
	border: 0px;
	font-family: calibri, arial, sans-serif;
	font-size: 14px;
	color: #00c;
	padding: 0px 2px 0px 1px;
}
.titoloMenu {
	font-family: calibri, arial, sans-serif;
	font-size: 20px;
	padding: 50px 0px 10px 0px;
}
.divMenu {
	margin-bottom: 15px;
	width: 230px;
	border-radius: 12px;
	text-align: center;
	padding: 5px;
}
.divMenu div {
	font-family: calibri, arial, sans-serif;
	font-size: 15px;
	margin: 0px 0px 8px 0px;
}
.divMenuTitle {
	font-family: calibri, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.voceMenu {
	font-family: calibri, arial, sans-serif;
	font-size: 15px;	
}
.isLink {
	color: #00c;
	cursor: pointer;
	text-decoration: none
}
.isLink span {
	font-weight: bold;
}
.rosso {
	color: #c00;
}
.bkgdGiallo {
	background-color: #ffc;
}
.bkgdGiallo input {
	background-color: #ffc;
}
.bkgdGiallo span {
	background-color: #ffc;
}
.bkgdGiallo select {
	background-color: #ffc;
}
.ombra {
	box-shadow: 5px 5px 10px #666666;
}
.tabellaStretta {
	width: 400px;
	padding: 5px 30px 30px 30px;
}
.tabellaLarga {
	width: 800px;
	padding: 5px 30px 30px 30px;
}
.tabellaLarghissima {
	width: 1000px;
	padding: 5px 30px 30px 30px;
}
.w25 {
	width: 25px;
}
.w50 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w600 {
	width: 600px;
}
.w800 {
	width: 800px;
}
.noBorders {
	border: 0px;
}
