@CHARSET
"UTF-8"
;

html, body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

th {
    font-weight: normal;
}

#main_content {
    width: 100%;
}

#icon_bar {
    cursor: pointer;
}

#icon_bar thead th {
    height: 25px;
    width: 132px;
    font-size: 8.25pt; /*font-weight: bold;*/

    color: #999;
    vertical-align: middle;
    text-align: left;
}

#icon_bar thead th a {
    padding-left: 10px;
    text-decoration: none;
    color: #999;
    vertical-align: middle;
}

/*
#icon_bar thead th.projectos a {
    padding-left: 7px;
}*/
#icon_bar tbody td {
    height: 87px;
    background-repeat: no-repeat;
    border-right: #fff solid 1px;
}

#icon_bar tbody td.destaques {
    background-color: #ffbe78;
}

#icon_bar tbody td.formacao {
    background-image: url( "/img/icon/formacao.png" );
}

#icon_bar tbody td.projectos {
    background-image: url( "/img/icon/projectos.png" );
}

#icon_bar tbody td.exames {
    background-image: url( "/img/icon/exames.png" );
}

/*---OVER---*/

#icon_bar thead th.destaques-over a {
    color: #c33;
}

#icon_bar thead th.formacao-over a {
    color: #c33;
}

#icon_bar thead th.projectos-over a {
    color: #c33;
}

#icon_bar thead th.exames-over a {
    color: #c33;
}

#icon_bar tbody td.destaques-over {
    background-color: #ccc;
}

#icon_bar tbody td.formacao-over {
    background-image: url( "/img/icon/formacao.on.png" );
}

#icon_bar tbody td.projectos-over {
    background-image: url( "/img/icon/projectos.on.png" );
}

#icon_bar tbody td.exames-over {
    background-image: url( "/img/icon/exames.on.png" );
}

#main_content.destaques #icon_bar tbody td.destaques {
    background-color: #ccc;
}

#main_content.destaques #icon_bar thead th.destaques a {
    color: #c33;
}

#main_content.formacao #icon_bar tbody td.formacao {
    background-image: url( "/img/icon/formacao.on.png" );
}

#main_content.exames #icon_bar tbody td.exames {
    background-image: url( "/img/icon/exames.on.png" );
}

#main_content.projectos #icon_bar tbody td.projectos {
    background-image: url( "/img/icon/projectos.on.png" );
}

#banner {
    border-top: #fff 1px solid;
    cursor: pointer;
}

#banner #banner_img {
    float: left;
    border-right: #fff 1px solid;
}

#banner #banner_txt {
    height: 108px;
    width: 374px;
    float: left;
    padding: 12px;
    background-color: #c33;
    color: #fff;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

#main_title {
    background-color: #f0f0f0;
    padding: 10px;
    color: #c33;
    font-size: 9pt;
    line-height: 130%;
    text-align: left;

    width: 511px;
}

#banner #banner_img img {
    width: 132px;
    height: 132px;
}

#banner #banner_txt h1 {
    font-weight: bold;
    font-size: 12pt;
    line-height: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
}

#banner #banner_txt h2 {
    font-size: 9pt;
    line-height: 16px;
    border-top: #fff 1px solid;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding-top: 5px;
    text-align: left;
}

#banner_sep {
    clear: both;
    width: 531px;
    height: 8px;
    font-size: 0;
    background-color: #ccc;
    border-top: #fff 1px solid;
}

#entries p.dossier_parent, #main_title p.dossier_parent {
    margin-bottom: 5px;
    font-size: 7.5pt;
}

#entries p.dossier_name, #main_title p.dossier_name {
    margin: 0;
}

ul.dossier_children {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 7.5pt;
}

#entries {
    width: 531px;
    min-height: 250px;

    font-size: 7.5pt;
    line-height: 13px;
    text-align: left;
}

#entries h3, #entries h3 a {
    margin: 0;
    padding: 0;
    color: #c33;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    line-height: 130%;
}

#main_content #entries h3,
    #main_content #entries a,
    #main_content #entries .apath,
    .dossier_name,
    .dossier_children * {
    color: #c33;
}

/*
#main_content .text a{
text-decoration: none;
background-color:#ff9;
}*/

#main_content.exames #entries h3,
    #main_content.exames #entries a,
    #main_content.exames #entries .apath,
    #main_content.exames .dossier_name,
    #main_content.exames .dossier_parent,
    #main_content.exames .dossier_parent a,
    #main_content.exames .dossier_children *,
    #main_content.exames #icon_bar thead th.exames a {
    color: #c33;
}

#main_content.exames #banner #banner_txt {
    background-color: #c33;
}

#main_content.formacao #entries h3,
    #main_content.formacao #entries a,
    #main_content.formacao #entries .apath,
    #main_content.formacao .dossier_name,
    #main_content.formacao .dossier_parent,
    #main_content.formacao .dossier_parent a,
    #main_content.formacao .dossier_children *,
    #main_content.formacao #icon_bar thead th.formacao a {
    color: #c33;
}

#main_content.formacao #banner #banner_txt {
    background-color: #c33;
}

#main_content.projectos #entries h3,
    #main_content.projectos #entries a,
    #main_content.projectos #entries .apath,
    #main_content.projectos .dossier_name,
    #main_content.projectos .dossier_parent,
    #main_content.projectos .dossier_parent a,
    #main_content.projectos .dossier_children *,
    #main_content.projectos #icon_bar thead th.projectos a {
    color: #c33;
}

#main_content.projectos #banner #banner_txt {
    background-color: #c33;
}

#main_content.ministerio a#linkMinisterio {
    color: #000;
}

#entries .apath {
    font-size: 7.75pt;
}

#entries .entry {
    border-top: #ccc 1px solid;
    padding: 10px;
    cursor: pointer;
}

#entries div.entry:hover {
    background-color: #f0f0f0;
}

#entries div.entry_hover {

    border-top: #ccc 1px solid;
    padding: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
}

#entries div.one_entry {
    padding: 10px;
}

#entries div.one_title {
    background-color: #f0f0f0;
    padding: 10px;
}

#entries div.one_title .adate {
    font-weight: normal;
}

/*#entries div.one_title*/
.summary {
    font-weight: normal;
    margin-top: 5px;
    font-size: 8.25pt;
    color: black;
}

#entries div.one_entry .text {
    margin-top: 6px;
}

#entries div.one_entry .text table {
    border: 0;
}

#entries div.one_entry .text td {
    padding: 3px;
    border: none 0 #ccc;
    border-style: solid;
}

#entries p {
    margin: 5px 0 0 0;
    line-height: 14px;
    font-size: 8.25pt;
    line-height: 130%;
}

#entries hr {
    color: #333;
    background-color: #333;
    height: 1px;
}

#entries ul {
    margin: 3px;
    padding-left: 0px;
    list-style-position: inside;

}

#entries li {
    line-height: 130%;
}

#entries div.text blockquote {
    margin: 10px 0px 0px 0px;
    padding: 5px 10px 10px 10px;
    border: solid 1px #ccc;
    border-collapse: collapse;
}

#entries .adate {
    color: #999;
}

#entries .one_entry {
    font-size: 8.25pt;
}

#entries .mapa, #entries .mapa a {
    color: #000 !important;
}

#entries_footer {
    margin-top: 6px;
    padding: 10px;
    border-top: #ccc 1px solid;
    font-size: 8pt;
    text-align: left;
}

#sidebar {
    width: 135px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    color: #999;
}

#sidebar a {
    color: #333;
    text-decoration: none;
}

#sidebar a:hover {
    color: #000;
}

#sidebar #nav1 {
    margin: 0px;
    padding: 21px 0 6px 0;
    width: 100%;
    height: auto;
    list-style-image: none;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    font-size: 6.75pt;
    line-height: 9px; /*border-bottom: #ccc 1px solid;*/
}

#sidebar #nav1 li {
    background: url( "/img/reddot.png" ) no-repeat;
    background-position: 1px 5px;
    margin: 0;
    padding: 0;
    border: 1px #fff solid;
}

#sidebar #nav1 li a, #sidebar #nav2 li a {
    display: block;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#sidebar #nav2 {
    margin: 0px;
    padding: 5px 0 4px 0;
    width: 100%;
    height: auto;
    list-style-image: none;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    font-size: 7pt;
    line-height: 9px; /*border-bottom: #ccc 1px solid;*/
}

#sidebar #nav2 li, #sidebar #nav1 li.nav2 {
    background: url( "/img/reddot1.png" ) no-repeat;
    background-position: 1px 5px;
    border: 1px #fff solid;
}

#sidebar #dossiers h3 {
    margin: 0px;
    padding: 6px 0 6px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 6.75pt;
    line-height: 9px;
    border-bottom: #ccc 1px solid;
    color: #c33;
}

#sidebar #dossiers a {
    color: #c33;
}

#sidebar #noticias H3 {
    margin: 0;
    padding: 6px 0 3px 0;
    width: 100%; /*  height: auto;*/
    font-size: 6.75pt;
    line-height: 10px;

    background: url( "/img/reddot.png" ) no-repeat;
    background-position: 1px 8px;

    border-bottom: #c33 1px solid;
}

#sidebar #noticias H3 a {
    padding-left: 12px;
    color: #c33;
    width: 100%;
}

#sidebar #noticias_side_list {
    font-size: 7.5pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style-image: none;
    list-style-type: none;
}

#sidebar #noticias_side_list li {
    padding: 5px 0 5px 0;
    border-bottom: #c33 1px solid;
}

#sidebar #noticias_side_list li a {
    color: #999;
}

#sidebar #noticias_side_list .noticias_title {
    color: #c33;
}

#sidebar #side_list, #sidebar #side_list_articles {
    font-size: 7.5pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style-image: none;
    list-style-type: none;
}

#sidebar #side_list li, #sidebar #side_list_articles li {
    padding: 5px 0 5px 0;
    border-bottom: #ccc 1px solid;
}

#side_list_articles li {
    font-weight: normal;
}

#side_list_articles li.highlight {
/*text-transform:uppercase;*/
    font-weight: bold;
}

#main_content #side_list_articles li.highlight a {
    color: #c33;
}

#main_content.exames #side_list_articles li.highlight a {
    color: #c33;
}

#main_content.formacao #side_list_articles li.highlight a {
    color: #c33;
}

#main_content.projectos #side_list_articles li.highlight a {
    color: #c33;
}

#form_pesquisa {
    margin: 0;
    padding: 0;
    font-size: 0;
}

#form_pesquisa label {
    font-size: 1px;
    color: #fff;
}

input#pesquisa {
    width: 120px;
    color: #fff;
    background-color: #ccc;
    margin: 0;
    border: 0;
    padding: 3px;
    padding-right: 12px;
    height: 16px;
    font-size: 8pt;
    background-image: url( "/img/pesquisar.png" );
    background-position: right;
    background-repeat: no-repeat;
}

/*#footer {
    height: 38px;
    background-color: #ccc;
    text-align: left;
    margin-top: 10px;
}

#footer img {
    float: left;
}

#footer_txt {
    padding-top: 15px;
    padding-right: 15px;
    float: right;
}

#footer, #footer * {
    color: #fff;
    text-decoration: none;
    font-size: 6.75pt;
    line-height: 9px;
}

#footer #desc {
    float: left;
    padding-top: 15px;
    padding-left: 5px;
}

#footer a:hover {
    color: #333;
}*/

@media
print
{
#icon_bar {
    display: none;
}

#sidebar {
    display: none;
}

/*#footer   {display: none;}*/
}

#escola_side {
    margin: 0;
    padding: 6px 0 3px 0;
    font-size: 11px;
    line-height: 14px;
    color: #c33;
    border-bottom: #c33 1px solid;
}

#escola_side  .nome_escola {
    color: #c33;
    font-weight:bold;
}

/* registo formandos */

#formandos{
    padding-top:10px;
}

#formandos div.label {
    padding-bottom:5px;
    /*font-weight:bold;*/
}

#formandos div.value {
    padding-bottom:10px;
}

#formandos input {
    width:394px;
    font-size:10px;
    border:1px solid #ccc;
}

#formandos #erro {
    color:red;
    font-weight:bold;
    padding-bottom:5px;
}

/* admin */

#content_admin {
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    text-align:left;
    padding-left:140px;
}

#content_admin,#content_admin td,#content_admin p{
    font-size:11px;
}

#content_admin #tbFormandos td {
    padding-right:10px;
}

/* afericao */

#afericao {
    margin-top:5px;
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid #c33;;
    border-top:1px solid #c33;;
    color:#c33;;    

}

#afericao a{
    color:#c33;;
}

#afericao a:hover{
    color:#c33;;
    text-decoration:none;
}

/*footer*/
#footer {
    background: url("/img/bg_footer.png") no-repeat;
    width: 676px;
    height: 58px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: none;
}

#logo{
    width: 230px;
    float: left;
}

#des {
    width: 90px;
    float: left;
    padding-left: 80px;
}

#footer_txt {
    font-size: 8px;
    text-shadow: 0 1px 1px white;
    padding-top: 15px;
    float: right;
    width: 265px;
}

#footer_txt a{
    font-size: 8px;
    text-shadow: 0 1px 1px white;
}

