﻿		/* STILI GENERICI */
        body {
            margin: 0px;
	        font-family: Trebuchet MS, Verdana, Times News Roman;
	        line-height: 1.15;
	        font-size: 11px;
	        color: #494848;
        }
        select, input {
	        font-family: Trebuchet MS, Verdana, Times News Roman;
	        font-size: 11px;
	        color: #494848;
        }
        img { border: 0px; }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        h1 {
            color: #A42922;
            border-bottom: 3px solid #A42922;
            font-size: 14px;
            margin-top: 12px;
            margin-bottom: 0px;
        }
        h2 {
            color: #A42922;
            font-size: 11px;
            font-weight: normal;
            margin: 12px 0 1px 10px;
        }
        hr {
            border: 2px dotted #e8e8e8;
            height: 1px;
            font-size: 1px;
        }
		/* STILI DEL MENU DI NAVIGAZIONE DEL PREMIUM */
        .navigationPanel td {
            color: #494848;
            font-weight: normal;
            text-align: center;
            background-image: url(../images/bgNavTable.gif);
            border: 1px solid #7A7E81;
            border-top: 0px;
            width: 25%;
            padding: 4px 2px;
        }
        .navigationPanel td.selected {
            font-weight: bold;
            color: #A42922;
            border-bottom: 0px;
            background-image: none;
        }
        .navigationPanel a {
            color: #494848;
            text-decoration: none;
        }
		/* DIV CONTENITORE PER IL PREMIUM */
        #container {
            margin: 0px;
            padding: 0px;
            width: 514px;
            /*height: 750px;*/
            border: 1px solid #7A7E81;
        }
        /* STILI PER IL PREMIUM */
        .premiumData {
            margin: 12px 0px;
            border-bottom: 2px solid #e8e8e8;
            border-top: 2px solid #e8e8e8;
        }
        .premiumData th {
            font-weight: bold;
            text-align: left;
            padding: 2px 3px;
            width: 175px;
        }
        .premiumData td {
            font-weight: normal;
            text-align: left;
            padding: 2px 3px;
            width: 80px;
        }
        .r1 { background-color: #e8e8e8; }
        .r2 { background-color: #f7f7f7; }
		.rightSpace { margin-right: 100px; }
        .premiumData td.spazio { width: 4px; background-color: #fff; }
        .premiumChart { text-align: right; }
        .premiumCredits td { padding: 10px; }
        
        /* STILI PER IL TOOL DATI STORICI */
        .storicoInput {
            margin: 10px 0px;
        }
        .storicoTable {
            margin-top: 10px;
        }
        .storicoTable td {
            padding: 3px 10px 3px 3px;
            text-align: right;
        }
        .storicoTable td.centro {
            padding: 3px;
            text-align: center;
        }
        .storicoTable th {
            background-color: #A42922;
            color: #fff;
            padding: 3px;
        }
        .stPagNav {
            background-color: #e8e8e8;
            color: #494848;
            width: 100%;
        }
        .stPagNav td
        {
			width: 33%;
        }
        .stPagNav a {
            color: #A42922;
        }
        /* STILI PER IL CALCOLATORE */
        .calcIn {
            margin-top: 10px;
            border-top: 3px solid #A42922;
            border-bottom: 3px solid #A42922;
        }
        .calcIn caption {
            color: #A42922;
            font-size: 14px;
            font-weight: bold;
            padding-left: 10px;
            text-align: left;
        }
        .calcIn th {
            text-align: left;
            width: 50%;
            padding: 3px 4px;
        }
		/* STILI PER IL GRAFICO INTERATTIVO */
        .pos2 {
            position: relative;
            left: 60px;
        }
        .pos3 {
            position: relative;
            left: 150px;
        }
        .Short { width: 40px; }
        .chartIndicatori { 
            border-top: 3px solid #A42922;
        }
        .h3LegendaGrafico {
            color: #A42922;
            font-size: 11px;
            font-weight: normal;
            margin: 2px 2px 2px 5px;
        }
        .TableLegend {
            width: auto;
        }
		/* STILE PER IL TICKER HP (PLUS) */
	    .plusHeader {
	        background-color: #999;
	    }
	    .plusHeader td {
	        color: #fff;
	        padding: 1px 2px;
	    }
	    .plusData th {
	        text-align: right;
	        font-weight: normal;
	        width: 75px;
	    }
	    .plusData td {
	        text-align: left;
	        font-weight: bold;
	        padding-left: 3px;
	    }
		
		/* STILI PER IL TICKER INTERNO */
		#tickerContainer {
			width: 514px;
			margin: 0px;
			/*font-family: Trebuchet MS, Verdana, Times News Roman;
			line-height: 1.15;
			font-size: 11px;
			color: #808081;
			*/
			background-color: #f7f7f7;
		}
		#chartContainer {
			width: 352px;
			float: left;
			margin: 0px;
		}
		#tableContainer {
			width: 157px;
			float: left;
		}
		#tableContainer td { padding: 2px 4px; }
		.aumento { color: #090; }
		.diminuzione { color: #e00; }
		#credits { padding-left: 5px; }
		#credits a { color: #494848; text-decoration: none; font-weight: bold; }

.notes { padding: 2px 5px; margin: 0; }
br { line-height: 1px; }
