/*tabella*/
/*------------------------------------------------------------------*/
#mytable {

	padding-right: 0px; 
	padding-left: 40px; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 360px; 
	padding-top: 0px;
	border-collapse:collapse;

}



th {
	border-right: #c1dad7 1px solid; 
	padding-right: 6px; 
	border-top: #c1dad7 1px solid; 
	padding-left: 12px; 
	padding-bottom: 6px; 
	font: bold 80% georgia, times, serif;
	color:#1e379a; 
	padding-top: 6px;
	border-bottom: #cccccc 1px solid; 
	text-align: left;
	background-color:#f4f4f4;
}

th.nobg {
	border-top-width: 0px; 
	border-right: #c1dad7 1px solid; 
	border-left-width: 0px; 
	background: none transparent scroll repeat 0% 0%;
	font: italic 80% georgia, times, serif;
	color: #666;
}


td {
	border-right: #c1dad7 1px solid; 
	padding-right: 6px; padding-left: 12px; 
	background: #fff; 
	padding-bottom: 6px; 
	color: #4f6b72; 
	padding-top: 6px; 
	border-bottom: #cccccc 1px solid;
	font: 75% georgia, times, serif; 

}
td.nobg{
	color: #fe5f10; 
	font: bold 75% georgia, times, serif; 
}

td.alt {
	background: #f5fafa; 
	color: #797268;
}

th.spec {
	border-top-width: 0px; 
	font: bold 70% georgia, times, serif; 
	border-left: #cccccc 1px solid;
}

th.specalt {
	border-top-width: 0px; 
	font: bold 70% georgia, times, serif; 
	border-left: #cccccc 1px solid;
	color: #797268;
}/* CSS Document */

