﻿*
{
	font-family: arial,tahoma,verdana,serif;
	font-size: 10pt;
	color: #003366;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
div.cabecalho
{
	width: 100%;
	background-image: url('../Imagens/Logo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 70px;
	margin-bottom: 10px;
}
div.cabecalho ul
{
	float: right;
	padding-right: 25px;
}
div.cabecalho ul li
{
	display: inline;
	margin-left: 15px;
}
div.cabecalho ul li a
{
	color: #888888;
	font-size: 80%;
}
div.titulo
{
	background-image: url('../Imagens/Titulo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 10px;
}
div.menu ul
{
	position: absolute;
}
div.menu ul li
{
	border-bottom: 1px solid #8DD3D5;
	list-style-type: none;
	background-color: #EBF4F6;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
div.corpo
{
	width: 100%;
	padding-bottom: 20px;
	background-image: url('../Imagens/Fundo.gif');
	background-position: left top;
	background-repeat: repeat;
}
div.corpo *
{
	margin-left: 110px;
	margin-right: 25px;
}
div.corpo h2
{
	margin-top: 15px;
	margin-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
div.corpo * *
{
	margin-left: 0;
	margin-right: 0;
}
div.corpo ul
{
	padding-left: 30px;
	margin-bottom: 10px;
}
div.mensagens
{
	margin-bottom: 20px;
}
div.mensagens div
{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
}
div.mensagens div.erro
{
	border-color: #EE0000;
	color: #EE0000;
}
div.mensagens div.aviso
{
	border-color: #EAB300;
	color: #EAB300;
}
div.mensagens div.sucesso
{
	border-color: #00AA00;
	color: #00AA00;
}
div.mensagens div.info
{
	border-color: #003366;
	color: #003366;
}
p
{
	margin-bottom: 7px;
}
ul.resultados
{
	border-top: 1px solid #CCCCCC;
	list-style-type: none;
	margin-bottom: 10px;
}
ul.resultados li
{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.resultados li .tipo
{
	margin-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
ul.resultados li .tipoErro
{
	background-color: #EE0000;
	color: #FFFFFF;
}
ul.resultados li .tipoAviso
{
	background-color: #EAB300;
	color: #000000;
}
ul.resultados li .local
{
	font-style: italic;
}
ul.resultados li .estrutura
{
	font-style: italic;
}
ul.resultados li p
{
	border-top: 1px dotted #DDDDDD;
	margin-top: 1px;
}
div.rodape
{
	width: 100%;
	height: 40px;
	background-image: url('../Imagens/RodapeFundo.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
div.rodape div
{
	padding-left: 25px;
	color: #DDDDDD;
	font-size: 80%;
	padding-top: 8px;
	position: relative;
}
input
{
	color: #000000;
}
fieldset
{
	width: 98%;
}
table.ficheiros
{
	border-collapse: collapse;
	margin-bottom: 5px;
}
table.ficheiros tr th.nome, table.ficheiros tr td.nome
{
	text-align: left;
}
table.ficheiros tr th.tamanho, table.ficheiros tr td.tamanho
{
	text-align: right;
}
table.ficheiros tr th.nome, table.ficheiros tr td.nome, table.ficheiros tr th.tamanho, table.ficheiros tr td.tamanho
{
	border: 1px solid #003366;
	padding: 2px 4px 2px 4px;
}