/**********************************reset***********************************/
body {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 10;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	
	border-spacing: 0;
}

/**********************************reset***********************************/

body {
	color: #1D3E67;
	font-family: arial,sans-serif,verdana;
	margin: 50px;
	width: 80%;
}

td {
	font-size: medium;

}
h1 {
	font-size: 1.1em;
	padding: 0.5em 0;
}

h2 {
	font-size: 1em;
	padding: 0.5em 0;
}

h3 {
	font-size: 0.9em;
	padding: 0.2em 0 0.5em 0;
}

/*******************************tabelle***********************************/

td{
	text-align: left;
}

td.monitoring{
	text-align: center;
}

td.monitoring_alert{
	text-align: center;
	color: red;
}

.riga {
	height:1px;
	margin:0;
	padding:0;
	width:90%;
}

.legenda01, .legenda02, .legenda03 {
	display: none;
}

td.risposta {
	float: left;
	padding: 0em 1em 0.5em 0;
	text-align: right;
	width: 50%;
	font-size: 0.85em;
}

.conta {
	float: left;
	padding: 0em 1em 0.5em 0;
	text-align: center;
	width: 10%;
	font-size: 0.85em;
}

.percentuale {
	float: left;
	/*height: 25px;*/
	padding: 0em 0 0.5em 0;
	text-align: center;
	width: 1px;
	font-size: 0.85em;
}

.percentuale td {
	font-size: small;
}

.barra {
	float: left;
	/*height: 25px;*/
	padding: 0em 0 0.5em 0;
	width: 45%;
	font-size: 0.85em;
}

.totRisposta {
	display: none;
}

.totConta {
	display: none;
}

.table100 {
	background: #1D3E67 url(sfumatura_percentuale.jpg) no-repeat center right;
	color: white;
	/*padding: 0 0 0 0.1em;*/
	float: left;
}

.tdCenter100 center {
	text-align: left;
}

.perc{
	float: left;
}
.statisticstable{
	width: 95%;
}

.domanda{
	width: 90%;
}

td.FqtypeRisposta, td.SqtypeRisposta, td.LqtypeRisposta{
	width: 30%;
}

a:link,a:visited
{
	color: #003D6C;
}
