body {
	margin: 0px;
}
#chart {
	width: 549px;
	height: 380px;
}
html > body #chart {
	width: 549px;
}
div.header {
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
}
table.titoli {
	border-collapse: collapse;
	margin: 0px;
	font-size: 11px;
	width: 90%;
}
table.titoli td {
	padding: 0px;
}
div.grafico {
	width: 560px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	border-bottom: 0px;
}
div.footer {
	width: 561px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
}
input.MA {
	width: 40px;
	font-size: 11px;
}
div.H {
	font-weight: bold;
	padding-bottom: 3px;
}
table.comandi {
	border: collapse: collapse;
	width: 100%;
	font-size: 11px;
}
select {
	font-size: 11px;
}
table.stoOut {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-top: 0px;
}
table.stoOut td {
	padding: 5px;
}
table.stoOut td.rigaBottone {
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
table.stoOut th {
	text-align: left;
	padding: 5px;
}
table.stoOut input.button {
	background-color: #ffad00;
	border: 1px solid #ffad00;
	color: #fff;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
}
table.stoIn {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	background-color: #fff;
}
table.stoIn td {
	text-align: right;
	padding: 3px 2px;
}
table.stoIn th {
	text-align: right;
}
table.stoNav {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	margin-top: 10px;
}
table.stoNav td {
	width: 33%;
}
table.stoNav td.disable {
	color: #e5e5e5;
}
table.stoNav a {
	color: #666;
	text-decoration: none;
}
table.stoNav a:hover {
	text-decoration: underline;
}
#divFrm {
	visibility: hidden;
	display: none;
}
#FRMSTO {
	border: 1px solid #e5e5e5;
	border-top: 0px;
}
table.peersChart
{
	background-color: #fff;
	font-size: 11px;
}
table.peersChart caption
{
	background-color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
}
table.peersChart td
{
	width: 25%;
}
table.peersTable
{
	font-size: 11px;
	border: 1px solid #e5e5e5;
}
table.peersTable caption
{
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
}
table.peersTable td
{
	border-bottom: 1px solid #e5e5e5;
	padding: 2px 5px;
	width: 10%;
}
table.peersTable th
{
	background-color: #ffad00;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 10%;
}
table.peersTable span.valuta
{
	font-size: 9px;
}
div.relPeers input.button {
	background-color: #ffad00;
	border: 1px solid #ffad00;
	color: #fff;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
