﻿.valor
{
  text-align: right;
}

#header
{
  background: transparent url(../images/inicial/extensao_lateral_cabecalho.png) repeat-x left top;
  height: 72px;
  width: 100%;
  top: 0px;
  margin: 0;
  position: absolute;
  padding: 0;
}

#header a
{
  /*border:1px dashed red;*/
  display: block;
  position: absolute;
}

#header .link-inicial
{
  background: transparent url(../images/inicial/cabecalho_interno.png) no-repeat left top;
  _background-image: url(../images/inicial/cabecalho_interno.gif);
  width: 665px;
  height: 72px;
  left: 0px;
  top: 0px;
}

#header .link-receita
{
  background: transparent url(../images/inicial/receita.png) no-repeat left top;
  height: 50px;
  right: 51px;
  top: 12px;
  width: 202px;
}

#header-final
{
  position: absolute;
  background: transparent url(../images/inicial/extensao_final_cabecalho.png) no-repeat left top;
  width: 4px;
  height: 110px;
  right: 0px;
  top: 0px;
}

#container
{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0;
}

.nota
{
  float: right;
  font-size: 10px;
  font-family: Segoe UI, Arial;
}

.nota:before
{
  content: "* ";
}

.containerCaixaCalendario
{
  position: relative;
  display: inline-block;
}

.containerCaixaCalendario img
{
  position: absolute;
  right: 1px;
  top: 1px; /* Firefox */
  *top:2px;/* IE 7 */
}

.formatacaoTd
{
  padding: 5px;
  white-space: nowrap;
  text-align: right;
}