
.subhead {
font-size: 11px;
font:bold;
font-weight:bold;
color:white;
}

.subtotal {
font-size: 9px;
font:bold;
font-weight:bold;
color:white;
}

.totalgeral {
font-size: 9px;
font:bold;
font-weight:bold;
color:black;
}



table    {
    margin: 0;
    padding: 0;
    font: normal 0.9em tahoma, arial, sans-serif;
    line-height: 1.4em;
    border-collapse: collapse;
    border: 0px solid #ADBBCA;
    color: #4F6480;
    background: #F0F0F0;
    }

table caption  {
    margin: 0;
    height: 32px;
    padding: 0;
    color: #4F6480;
    line-height: 2em;
    text-align: left;
    font: bold 150% georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 8pt;
    }

thead{
    color: #fff;
    background: #5E7796;
    border: 1px solid black;
    }

thead tr th  {
    padding: 4px 8px 4px 8px;
    font-family: Verdana;  
    font-weight:bold;
    font-size: 8pt;

    }


thead th  {
        border: 1px solid white;
        font: 10pt bold arial;    
    }

tfoot    {
    background: #ADD8E6;
    font-size: 8pt;
    }

tfoot tr td, tfoot tr th, tbody tr td  {
    font-size: 8pt;
    font:bold;
    font-family: Verdana;      
    border: 1px solid white;    

    }

tbody tr:hover  {
    background: #fff;
    font-weight:normal;
    }

tbody tr  {
    border: 2px solid #ADBBCA;
    font-weight:normal;
    font-family: Verdana;      
    font-size: 6pt;
    
    }

tbody th  {
    padding: 8px;
    border: 0px solid #ADBBCA;
    font-weight:normal;
    font-family: Verdana;      
    font-size: 6pt;
    border: 1px solid blue;   
    }

tbody td  {
    background: #E9ECEE;
    font-weight:normal;
    font-family: Verdana;      
    font-size: 6pt;
    border: 1px solid blue;   
    padding-left: 1em;
    }

tbody tr.odd    {
    background: #C4CFDB;
    font-weight:bold;
    }

tbody tr.odd td    {
    background: #F0F0F0;
    color: #4F6480;
    font-weight:bold;
    }



tbody tr.odd:hover    {
    background: #fff;
    }



tbody tr th a:link    {
    font: bold 0.9em verdana, arial, sans-serif;
    color: #black;

    text-decoration: underline;

    }

tbody tr th a:visited    {
    font: bold 0.9em verdana, arial, sans-serif;
    color: #5E7796;
    text-decoration: none;

    }

tbody tr th a:hover    {
    font: bold 0.9em verdana, arial, sans-serif;
    color: #5E7796;
    text-decoration: none;

    }

tbody tr th a:active    {
    font: bold 0.9em verdana, arial, sans-serif;
    color: #5E7796;
    text-decoration: line-through;

    }

tbody tr th a:visited:after {
    content: "\00A0\221A";
    }

tbody td a:link    {
    font: normal 0.9em verdana, arial, sans-serif;
    color: black;
    text-decoration: underline;
    }

tbody td a:visited    {
    font: normal 0.9em verdana, arial, sans-serif;
    color: black;
    text-decoration: none;
    }

tbody td a:hover    {
    font: normal 0.9em verdana, arial, sans-serif;
    color: #808000;
    text-decoration: none;
    }

tbody td a:active    {
    font: normal 0.9em verdana, arial, sans-serif;
    color: #808000;
    text-decoration: underline;
    }

tbody td a:visited:after {
    content: "\00A0\221A";
    color: #808000;
    text-decoration: none;
    }

tbody td + td + td + td a { background: transparent  no-repeat scroll 0 50%;
      display: block;
      overflow: hidden;
      text-decoration: none;
      border: none;
      }

tbody td + td + td + td a:hover { background: transparent no-repeat scroll 0 50%;
      display: block;
      text-decoration: none;
			border: none;
			}
h1 {
  font: bold 10pt verdana, arial, sans-serif;

}

h2 {
  font: normal 8pt verdana, arial, sans-serif;

}




/*  echo 'TD{font-family: Verdana;color:black; font-size: 10pt; border:2px solid #3A6EA5; padding:0px }';
  echo 'TR{font-family: Verdana; color:white;font-color:black; ; font-size: 10pt; border:2px solid #3A6EA5 }';
  echo 'TH{font-family: Arial ;color:white ; font-size: 10pt;  background-color: #3A6EA5}';
  echo 'TABLE{border-collapse: collapse}';
  echo 'A{font-family: Verdana; font-size: 10pt;}';
  echo '--->';
  */

