#header {
    margin-bottom: 40px;
}

#nav {
    display: none;
}

#footer {
    display: none;
}

input {
    display: none;
}

* {
    font: serif;
    background-color: none;
    background-image: none;
    font-size: 9pt;
}

/* [ Detalhes */
div.detalhes h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid #c8c8c8;
}

div.detalhes table.recordlist th {
    text-align: right;
}

div.detalhes table.recordlist td {
    padding-left: 4px;
}

div.detalhes table.recordlist.detalhes.estagios th {
    text-align: left;
}

div.detalhes table.recordlist.detalhes.estagios td.col1 {
    text-align: right;
    font-weight: bold;3
}

div.detalhes table.recordlist.detalhes th,
div.detalhes table.recordlist.detalhes td {
    border: 0 none;
}
/* Detalhes ] */


/* [ Listagens */
td.control {
    display: none;
}

td.desactivar, td.activar, td.validar, td.detalhes, td.editar, td.contactos, td.apagar {
    display: none;
}
/* Listagens ] */
