body {
	margin: 0px;
}
img {
	border: 0px;
}
body.tickerBdy {
	background-color: #000;
}
body.plusBdy {
	background-color: #eee;
}
.ticker {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #cdcdcd;
}
.ticker .prezzo,.ticker .variazione {
	font-weight: bold;
}
table {
	font-family: Verdana;
	width: 100%;
	border-collapse: collapse;
}
.prmHeader {
	font-size: 12px;
	background-color: #ccc;
	font-weight: bold;
}
.prmHeader td {
	padding: 3px;
}
.prmHeader td.tdTicker {
	width: 185px;
}
.tbTicker {
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.tbTicker td.tkN {
	width: 80px;
}
.tbTicker td.tkV {
	width: 100px;
	color: #9A0002;
}
.tbTicker td.tkIMG {
	background-color: #ccc;
}
.tbTicker td.aumento {
	width: 100px;
	color: #6c0;
}
.tbTicker td..diminuzione {
	width: 100px;
	color: #9A0002;
}
.premium {
	font-size: 10px;
}
.premium td, .premium th {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #eee;
	padding: 4px 3px;
	text-align: left;
	width: 25%;
	font-weight: bold;
}
.premium th  {
	border-right: 2px solid #fff;
}
.premium .right {
	border-left: 2px solid #fff;
}
.premium .prezzo {
	background-color: #ccc;
}
.premium .diminuzione {
	color: #9A0002;
}
div.legenda {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 6px 0;
}
div.legenda a {
	text-decoration: none;
	color: #888;
}
div.legenda a:hover {
	text-decoration: underline;
}
.prmComandiChart, .prmComandiChart input, .prmComandiChart select {
	font-family: Verdana;
	font-size: 10px;
}
.prmComandiChart {
	background-color: #ccc;
	font-weight: bold;
}
.prmComandiChart td {
	padding: 3px;
}
.prmChart {
	background-color: #eee;
	text-align: center;
}
.info {
	margin-top: 5px;
	vertical-align: bottom;
}
/* COMMON */

.aumento {
	color: #6c0;
}
.diminuzione {
	color: #fa0;
}
.plus {
	font-family: Verdana;
	font-size: 10px;
	width: 175px;
	border-collapse: collapse;
	padding: 5px 0 0 0;
	line-height: 14px;
	letter-spacing: -1;
}
.plus .grafico {
	margin-top: 5px;
}
.plus .freccia {
	position: relative;
	left: 20px;
}
.credits {
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: -1;
	position: absolute;
	top: 158px;
	line-height: 12px;
	padding-left: 25px;
	color: #999;
}
.credits a {
	font-style: italic;
	color: #999;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}

