/*================================================*/
/*                     TOP                        */
/*================================================*/
.topPanel
{
  /* NÃO SE DEFINE O HEIGHT, POIS UM JAVASCRIPT
   * MUITO COMPLEXO O DEFINE E CRIA EM RUNTIME
   * OS SUB-MENUS */
  /*height: 60px;*/
  background-color: #003399;
}

/*================================================*/
/*                    LEFT                        */
/*================================================*/

.leftPanel
{
  width: 190px;
}

/*================================================*/
/*                   BASE                         */
/*================================================*/

.basePanel
{
  height: 42px;
  background-color: #003399;
}

/*================================================*/
/*                    RIGHT                       */
/*================================================*/

.rightPanel
{
  width  : 175px; 
  background-color: #cccccc;
}

/*================================================*/
/*                     MAIN                       */
/*================================================*/

.mainPanel
{
  width: 610px;
}

.mainTitle
{
  margin-left: 0px; 
  margin-top: 0px; 
  margin-bottom: 20px; 
  margin-right: 0px; 
  color:#555555; 
  font-size : 18px;
}

.mainSubTitle
{
  font-family:Verdana,Arial,Helvetica; 
  color:#003399;
  font-size: 9pt;
  font-weight : bold; 
}

.mainChildTitle
{
  font-weight: bold;
  font-size: 7.5pt;
  color: #000000;
  font-family: Verdana,Arial,Helvetica;
}

body
{
  background-color : #ffffff;
  /*font-size: 7.5pt;*/
  color: #000000;
  font-family: Verdana,Arial,Helvetica;
}

.defaultContent
{
  background-color : #ffffff;
  font-size: 7.5pt;
  color: #000000;
  font-family: Verdana,Arial,Helvetica;
}

.repeaterTitle
{
  font-weight: bold;
  font-size: 7.5pt;
  color: white;
  font-family: Verdana,Arial,Helvetica;
  background-color: #003399;
}

.repeaterSubTitle
{
  font-weight: bold;
  font-size: 9pt;
  color: white;
  font-family: Verdana,Arial,Helvetica;
  background-color: #003399;
}

.footerContent
{
  font-size: 7.5pt;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica;
}

.mainSubItem
{
  background-image: url(/shared/img/dirBullet.gif); 
  background-repeat:no-repeat; 
  padding:0,0,8,8; 
  font-size:11px;
}

A					
{
  font-size: 7.5pt;
  text-decoration: none; 
  color : #003399;
}
A:hover			
{
  text-decoration: underline
}

TD.mainCodigoFonte
{
  border-right: #ffc263 1pt solid;
  padding-right: 3pt;
  border-top: #ffc263 1pt solid;
  padding-left: 3pt;
  font-size: 8pt;
  padding-bottom: 3pt;
  border-left: #ffc263 1pt solid;
  padding-top: 3pt;
  border-bottom: #ffc263 1pt solid;
  font-family: 'Times New Roman';
  background-color: #efefef;
}

TABLE.TabelaCodigoFonte
{
  border-right: #ffce63 3px double;
  border-top: #ffce63 3px double;
  border-left: #ffce63 3px double;
  border-bottom: #ffce63 3px double;
  background-color: #efefef;
}


