body {
	background-color: #fff;
	margin: 0px;
}
body, input, select, table {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #000;
	font-size: 11px;
}
img { border: 0px; }

table.prmHeader {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	background-color: #369;
	color: #fff;
}

table.prmHeader caption {
	text-align: right;
	font-size: 11px;
	/*font-weight: bold;*/
	padding-bottom: 5px;
	color: #00245d;
}

table.prmHeader td {
	padding: 5px;
}
table.prmHeader td.text {
	font-weight: bold;	
}
table.prmHeader td.ticker {
	text-align: right;
	float: right;
}
table.ticker {
	border-collapse: collapse;
	font-size: 11px;
	background-color: #fff;
	width: 240px;
	font-weight: bold;
}
table.ticker td.tkN {
	padding: 2px;
	width: 95px;
	text-align: center;
	border-right: 3px solid #369;
}
table.ticker td.tkV {
	padding: 2px;
	width: 135px;
	text-align: center;
	color: #000;
}
table.premium {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;
}
table.premium td {
	padding: 7px 5px;
	/*border-bottom: 3px solid #fff;*/
	width: 25%;
}
table.premium th {
	padding: 7px 5px;
	font-weight: normal;
	text-align: left;
	/*border-bottom: 3px solid #fff;*/
	/*border-right: 3px solid #fff;*/
	width: 25%;
}
table.premium td.prezzo {
	padding: 0px;
}
table.prezzo {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	background-color: #eee;
}
table.prezzo th {
	width: 50%;
	border-bottom: 0px;
}
table.prezzo td {
	width: 50%;
	border-bottom: 0px;
	font-weight: bold;
}
.aumento { color: #0a0; }
.diminuzione { color: #a21610; }
.right {
	border-left: 3px solid #fff;
}
table.premium tr.even {
	/*background-color: #fafafa;*/
}
table.premium tr.odd {
	/*background-color: #fafafa;*/
}
table.premium .fase {
	font-weight: bold;
	/*background-color: #fafafa;*/
}	
div.legenda {
	width: 100%;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
html > body div.legenda {
	width: auto;
	height: auto;
}
div.legenda a{
	color: #369;
	text-decoration: none;
}
div.legenda a:hover {
	color: #00245D;
}
table.prmComandiChart {
	width: 100%;
	border-collapse: collapse;
	background-color: #369;
	font-size: 11px;
}
table.prmComandiChart td {
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
table.prmChart {
	width: 100%;
	border-collapse: collapse;
	/*background-color: #fafafa;*/
	margin-top: 3px;
}
table.prmChart td {
	padding: 12px;
	text-align: center;
}
body.plus { background-color: #fff; margin: 5px; }
table.plus { width: 100%; border-collapse: collapse; }
table.plus th, table.plus td { padding: 1px; }
table.plus span.valore {
	color: #000;
	font-weight: bold;
}
table.plus span.aumento { color: #0a0; font-weight: bold; }	
table.plus span.diminuzione { color: #a00; font-weight: bold; }	
#imgChart { border: 1px solid #e2e2e2; }
table.info { width: 100%; border-collapse: collapse; vertical-align: bottom; }
table.extras {
	width: 100%;
	border-collapse: collapse;
}
table.extras caption {
	background-color: #369;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
table.extras td {
	padding: 3px 5px;
	width: 50%;
}
table.extras tr.even {background-color: #eee;}
