/*
a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0000CC}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0000CC}
a:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
*/
/* ----- Controlo para toda a página ----- */
body
{
	margin: 0 0 0 0;
	background-color: White;
	font-family: Arial;
	font-size: 8pt;
	font-style:normal;
	/*text-align:center;*/
}
.heading    {font-family: Arial; font-size: 18px; color: Black}
.text       {font-family: Arial; font-size: 12px; color: Black}
.bold       {font-family: Arial; font-size: 12px; color: Black; font-weight: bold;}
.wbold      {font-family: Arial; font-size: 12px; color: White; font-weight: bold;}
select      {font-family: Arial; font-size: 10pt; color: Black}
input       {font-family: Arial; font-size: 10pt; color: Black}
textarea    {font-family: Arial; font-size: 10pt; color: Black}
/* Tabela exterior que limita a largura do conteúdo */
table.TExterior {width: 984px; margin-left:auto; margin-right:auto; border-style: none }
/* Para mensagem de erro/sucesso */
p.erro  {font-family: Arial; font-size: 14px; color: red; font-weight: bold; text-align: center}
p.ok    {font-family: Arial; font-size: 14px; color: green; font-weight: bold; text-align: center}
/* toolbar com os botões (home/registar/login/email/RSS/...) */
img.toolbar		{vertical-align:middle; border-style:none; height: 18px;}
table.toolbar	{width: 100%; border-style: solid; border-color: black; border-width: 1px; background-color: #F5EDE1; font-size: 10pt}
td.toolbar_left	{text-align:left; vertical-align:middle}
td.toolbar_right{text-align:right; vertical-align:middle}
/* Janelas da Homepage */
table.Janela	{width: 100%; font-size:10pt; border-style: solid; border-color: black; border-width: 1px;}
td.wbold        {color: White; font-size: inherit; font-weight: bold;}
/* tabela em rodapé */
table.footer    {width: 100%; font-size:8pt; color:Gray; text-align:center; border-top-style:solid; border-bottom-style: solid; border-left-style:none; border-right-style:none; border-color: black; border-width: 1px;}
a.footer        {color: Gray}
/* Janelas dos detalhes dos user - quando registados */
table.users		{width: 100%; font-size:10pt; border-style: solid; border-color: black; border-width: 1px;}
/* EOF ------------------------------------------------------------------------------- */