body {
	margin: 0px 10px;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 10px;
}
table.header {
	height: 50px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	color: #d81f1a;
}
table.titolo {
	margin: 10px 0;
}
table.titolo th {
	font-size: 12px;
	color: #D81F1A;
	text-align: left;
}
table.titolo td {
	font-size: 10px;
	color: #000000;
}
table.quotazioni th {
	border: 1px solid #EEEEEE;
	border-right: 0px;
	text-align: left;
	padding: 3px 5px;
	color: #D81F1A;
	font-weight: normal;
	/*width: 30%;*/
}
table.quotazioni td {
	border: 1px solid #EEEEEE;
	border-left: 0px;
	padding: 3px 5px;
	/*width: 20%;*/
}
.prezzo {
	background-color: #EEEEEE;
}
#legenda{
	width: 95%;
	padding: 5px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #D81F1A;
	text-align: right;
	position: relative;
	background-image: URL(/toro/images/freccia_legenda.gif);
	background-repeat: no-repeat;
	background-position: 91%;
}
#legenda a{
	color: #D81F1A;
	text-decoration: none;
}
#legenda a:hover {
		text-decoration: underline;
}
table.grafico_funct {
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #EEEEEE;
}
table.grafico_funct select{
	font-family: Verdana;
	font-size: 10px;
	/*width: 75px;*/
}
table.grafico_funct td {
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}
table.grafico_funct th {
	margin: 0px;
	padding: 0px;
}
table.grafico_funct tr.grafico{
	background-color: #FFF;
}
applet {
	width: 100%;
}
div.ticker {
	background-color: #EFEFEF;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	padding: 0px;
	margin: 0px;
}
#ticker applet {
	height: 16px;
	padding: 0px;
	margin: 0px;
}
