<div class="title-cot">
                    <span class="title-cotation">Indicadores Financeiros</span>
                </div>
                <table class="table-values" border="0">
                    <thead>
                        <tr>                        
                            <th class="first"></th>
                            <th>ULT</th>
                            <th>DIF</th>
                            <th>ANT</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr id="<?echo $allCots->get("Dolar")->offSetGet(0)->getCode()?>" class="cotation-values">
                            <?echo HtmlLib::buildLineWithCurrentFisicaOrIndicador($allCots->get("Dolar")->offSetGet(0), false);?>
                        </tr>
                        <tr id="<?echo $allCots->get("Euro")->offSetGet(0)->getCode()?>" class="cotation-values">                        
                            <?echo HtmlLib::buildLineWithCurrentFisicaOrIndicador(($allCots->get("Euro")->offSetGet(0)), false);?>
                        </tr>
                        <tr id="<?echo $allCots->get("IBovespa")->offSetGet(0)->getCode()?>" class="cotation-values">                        
                            <?echo HtmlLib::buildLineWithCurrentFisicaOrIndicador($allCots->get("IBovespa")->offSetGet(0), false);?>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>        
        <span style="font-size: 11px; margin-top: 10px;">
            * Clique nos contratos para visualizar os gráficos
        </span>
    </div><!--end tollbars-->    
</div>