﻿body {
    margin: 0;
}
img { border: 0; }
#plus { 
    width: 100%;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: 10px;
    /*border: 2px solid #A5BFBE;*/
    color: #666;
}
#plus td { font-weight: bold; padding: 1px 20px; text-align: right; }
#plus td.grafico { padding: 1px; text-align: center; padding-bottom: 2px; border-bottom: 1px solid #A5BFBE; }
#plus th { text-align: left; padding: 1px 5px; color: #000; font-weight: normal; }
#plus th img { cursor: pointer; vertical-align: bottom; }
#plus caption {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 0px;
}

body, input, select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
#chart {
	width: 100%;
	height: 300px;
}
#premium {
	font-size: 10px;
}
#premium caption {
	background-color: #ff9933;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}
#premium th {
	text-align: left;
	padding: 2px;
	background-color: #eef3f4;
	border-bottom: 1px solid #fff;
}
#premium td {
	padding: 2px;
	background-color: #eef3f4;
	border-bottom: 1px solid #fff;
}
#premium th.left {
	border-left: 1px solid #fff;
}
#premium td.radios {
	background-color: #fff;
}
#premium th.prezzo {
	background-color: #ff9933;
	color: #fff;
	padding: 4px 2px;
}
#premium td.prezzo {
	background-color: #ff9933;
	color: #fff;
	padding: 4px 2px;
}
#prmComandiChart {
	font-size: 10px;
}
#prmComandiChart td {
	background-color: #ff9933;
	color: #fff;
	padding: 2px;
}
.legenda {
	width: 100%;
	text-align: right;
	padding: 2px;
}
.legenda a {
	color: #000;
	text-decoration: none;
}
.legenda a:hover {
	color: #ff9933;
}
html > body .legenda {
	width: auto;
}
.stoOut {
	font-size: 10px;
}
.stoOut caption {
	background-color: #ff9933;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}
.stoOut th {
	text-align: right;
	padding: 4px;
}
.stoOut td {
	padding: 4px;
}
.btnLine {
	text-align: center;
	background-color: #eef3f4;
	padding: 1px;
}
.stoOut select.selTitolo {
	width: 135px;
}
.stoIn {
	font-size: 10px;
}
.stoIn th {
	text-align: right;
	padding: 3px 2px;
	border: 0;
}
.stoIn td {
	text-align: right;
	padding: 3px 2px;
	border: 0;
}
.stoIn tr.odd {
	background-color: #eef3f4;
}
.stoNav {
	font-size: 10px;
	margin-top: 10px;
}
.stoNav a {
	color: #000;
	text-decoration: none;
}
.stoNav a:hover {
	color: #ff9933;
}
.stoNav td {
	width: 33%;
}
.stoNav td.disable {
	color: #efefef;
}
#divFrm {
	visibility: hidden;
	display: none;
}
.ticker {
	padding: 0px;
}
.tkr {
	font-family: Arial;
	font-size: 12px;
}
.tkr caption {
	background-color: #ff9933;
	color: #fff;
	padding: 2px;
	text-align: left;
	font-weight: bold;
}
.tkr td {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.tkr td.aumento {
	color: #0a0;
}
.tkr td.diminuzione {
	color: #ef0000;
}
.tkrUpd {
	font-size: 10px;
	width: 100%;
	text-align: center;
	padding: 3px 0px;
}

.aumento { color: #0a0; }
.diminuzione { color: #e02; }

