@charset "utf-8";
/* CSS Document */

body{
	font-family: Helvetica, Arial, sans-serif;
}

#barra_menu,
#caminho,
#barra_menu,
#footer,
.voltar,
.pesquisa,
.toolbox,
.tools,
.icone,
.imprimir,
.help{
	display: none;
}

img{
	border: 0;
}

.clear{
	clear: both;
}

#wrapper{
	width: 600px;
}

a{
	color: #000;
	text-decoration: none;
}

h1{
	font-size: 140%;
	font-weight: bold;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 120%;
	font-weight: bold;
}

/*******
* FICHA
*******/
dt, dd{
	display: block;
	float: left;
	margin: 0;
}
dt{
	clear: both;
	width: 20%;
	font-weight: bold;
}
dd{
	width: 80%;
}

table th{
	font-weight: bold;
}

table th,
table td{
	padding: 2px 5px;
}

fieldset{
	display: block !important;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin-bottom: 20px;
}

a#terminar-sessao,
ul#menu,
ol#group_list,
.countchars,
.fd-screen-reader,
button,
fieldset.botoesfinais{
	display:none;
}

fieldset legend{
	font-weight: bold;
	font-size: 18px;
	padding:0;
}

div#utilizador{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

input.dia,
input.mes,
input.ano{
	width: 50px;
}


fieldset ol{
	list-style-type: none;
	padding-left:0;
}

fieldset ol li{
	margin-bottom: 15px;
}

fieldset ol li label{
	display:block;
}

div#wrapper{
	width: 100%;
}

textarea{
	width:100%;
}

input[type=text],
input[type=password],
input[type=checkbox],
textarea,
select{
	border: 1px solid #ccc;
}