/* 
layout com tabelas e css. 
muito eficaz :) 
*/

/* FORMATAÇÃO GERAL */

* { margin: 0; padding: 0; border: 0; } /*Manter o layout o mais fiel ao original em todos os browsers*/

body {  background-color: #FFFFFF; }

a:link, a:visited, a:hover, a:active { font: bold 10px Georgia, "Times New Roman", Times, serif; text-decoration: none; }
.rightMenu:link, .rightMenu:visited { color: #003366; }
.topMenu:link, .topMenu:visited { color: #36A0BE; }
.topMenu:hover, .topMenu:active, .rightMenu:hover, .rightMenu:active  { color: #247DA7; }
.whiteLnkS:link, .whiteLnkS:visited, .whiteLnkS:hover, .whiteLnkS:active { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; }
.whiteLnkS:hover, .whiteLnkS:active { text-decoration: underline; }

/* LAYOUT DO HEADER */

#logotipo { padding: 0px 250px 0px 45px; float: left; }
#topWrapper { float: left; }
#topLinks { padding: 18px 0px 80px 0px; }
#topTitle { padding-left: 78px; }

/* LAYOUT EDITORIAL*/

#leftCol, #centerCol, #rightCol { height: 230px; float: left; }
#leftCol { width: 182px; }
#centerCol { text-align: right; width: 361px; padding-left: 17px; }
#rightCol { width: 150px; }
/* Coluna direita */
#firstButton { background-image: url(../_Gfx/All_menuRightBGa.gif);  padding: 1px 2px 3px 8px; }
#allButtons { background-image: url(../_Gfx/All_menuRightBGb.gif);  padding: 1px 2px 3px 8px; }
