@charset "utf-8";
/* CSS Document */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, strong, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight:normal;
}

@font-face {
    font-family: 'Flama';
    src: url('fonts/flama-bold-webfont.eot');
    src: url('fonts/flama-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/flama-webfont.woff') format('woff'),
    url('fonts/flama-webfont.ttf') format('truetype'),
    url('fonts/flama-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Flama';
    src: url('fonts/flama-bold-webfont.eot');
    src: url('fonts/flama-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/flama-bold-webfont.woff') format('woff'),
    url('fonts/flama-bold-webfont.ttf') format('truetype'),
    url('fonts/flama-bold-webfont.svg#FlamaBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {
    overflow-y: scroll;
}

h2 {
    font-size: 24px;
    font-family: Flama, sans-serif;
    font-weight: bold;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 18px;
}

h3 {
    padding-top: 10px;
    font-size: 16px;
    font-family: Flama, sans-serif;
    font-weight: bold;
}

h4 {
    padding-top: 20px;
    font-size: 16px;
    font-family: Flama, sans-serif;
    text-decoration: underline;
}

#siteContainer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    overflow: auto;
    border-bottom: solid 4px #d8df20;
    margin-top: 20px;
    margin-bottom: 17px;
    padding: 0 15px 0 10px;
    background: no-repeat top left url("images/logo.jpg");
}

#logo {
    float: left;
    width: 619px;
    padding-top: 170px;
}

#organization{
    font-family: Flama, sans-serif;
    font-size: 10px;
}

#organization p {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

#fmul {
    padding-right: 20px;
}

#languages {
    margin-top: 25px;
    font-family: Flama, sans-serif;
    font-size: 12px;
    float: right;
}

#ptLang {
    margin-left: 5px;
    padding-left: 25px;
    margin-right: 5px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    background: no-repeat left url("images/pt.jpg");
}

#ptLang.off {
    font-weight: normal;
}

#enLang {
    margin-left: 5px;
    padding-left: 25px;
    margin-right: 5px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    background: no-repeat left url("images/uk.jpg");
}

#enLang.off {
    font-weight: normal;
}

#menu {
    padding: 0;
    margin: 0;
    float: right;
    font-family: Flama, sans-serif;
    font-size: 14px;
}

#menu .menuEntry{
    padding: 0;
    padding-left: 6px;
    padding-right: 2px;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    border-left: solid 2px #d8df20;
    border-top: solid 2px #d8df20;
    font-weight: bold;
}

#menu .selected{
    background-color: #d8df20;
}

#menu a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#contentContainer {
    width: 100%;
    overflow: auto;
}

#sideMenu {
    float: left;
    width: 210px;
    border-top: solid 1px #aeaeae;
}

#sideMenu ul {
    list-style-type: none;
    font-family: Flama, sans-serif;
    font-size: 14px;
    color: black;
}

#sideMenu ul li {
    padding: 6px 0 7px 10px;
    height: 14px;
    border-bottom: solid 1px #aeaeae;
    /*cursor: pointer;*/
}

#sideMenu ul li a {
    color: black;
    text-decoration: none;
}

#sideMenu ul li:hover {
    font-weight: bold;
    background-color: #d8df20;
}

#sideMenu ul li.selected {
    font-weight: bold;
    background-color: #d8df20;
}

#sideMenu ul li.selected a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#sideMenu ul li.subMenu {
    padding-left: 30px;
    background-color: #e6ec72;
}

#sideMenu ul li.subSubMenu {
    padding-left: 50px;
    background-color: #f7f9d2;
}

#languageSelection img {
    float: right;
}

#content {
    float: right;
    /*margin-left: 25px;*/
    margin-right: 15px;
    width: 560px;
    min-height: 500px;
}

#contentImage {
    margin-bottom: 35px;
}

#content {
    font-family: Flama, sans-serif;
    font-size: 12px;
}

#content a {
    color: #000000;
}

#content h3, h4, h5 {
    padding-bottom: 20px;
}

#content p {
    font-family: Flama, sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 20pt;
    text-align: justify;
}

#content table {
    border: solid 1px #999999;
    font-family: Flama, sans-serif;
    font-size: 13px;
    line-height: 24px;
}

#content table th {
    font-weight: bold;
    padding: 0 5px;
    border-bottom: solid 1px #999999;
}

#content table td {
    padding: 0 5px;
}

#content table tr.bordered td {
    border-bottom: solid 1px #CCCCCC;
}

#footer {
    width: 100%;
    overflow: auto;
    margin-top: 45px;
    border-top: solid 1px #1A1A1A;
    height: 50px;
    padding-left: 6px;
    padding-top: 15px;
    margin-bottom: 50px;
}

#portugal {
    padding-left: 65px;
    line-height: 37px;
    background: no-repeat url("images/portugueseFlag.jpg");
    font-family: Flama, sans-serif;
    font-size: 12px;
    color: #777777;
    float: left;
}

#fctContainer {
    float: left;
    padding-left: 34px;
}

#fct {
    float: left;
}

#legal {
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    font-family: Flama, sans-serif;
    font-size: 10px;
    color: #777777;
}

#content ul li {
    font-family: Flama, sans-serif;
    font-size: 16px;
    margin-left: 20px;
    padding-top: 3px;
    line-height: 18pt;
}

#content #yourSliderId li {
    margin: 0;
    padding: 0;
}

#content ol li {
    font-family: Flama, sans-serif;
    font-size: 16px;
    margin-left: 30px;
    padding-top: 3px;
    line-height: 18pt;
}

#content ol ul {
    list-style-type: square;
}

#content ol ul li ul {
    list-style-type: circle;
}

#datesTable {
    width: 100%;
}

#datesTable tr {
    font-family: Flama, sans-serif;
    font-size: 16px;
    line-height: 20pt;
}

#content #registrationForm label {
    display: inline-block;
    height: 26px;
}

#content #registrationForm input {
    float: right;
    width: 300px;
}

#content #registrationForm select {
    float: right;
    width: 140px;
}

#content #registrationForm input.short {
    float: right;
    width: 136px;
}

#content #registrationForm input.checkbox {
    float: right;
    width: 10px;
}


#content #registrationForm input.publicContacts {
    float: left;
    width: 10px;
    margin-right: 15px;
}

#content #ideaForm {
    line-height: 26px;
}

#content #ideaForm input {
    /*margin-left: 20px;*/
}

.strong {
    font-weight: bold;
    font-size: 14px;
}

#totalVisible {
    text-align: right;
}

#submit {
    width: 400px;
}

.secondLabel {
    padding-left: 20px;
}

#grau {
    width: 182px;
    margin-left: 15px;
}

#nome {
    width: 448px;
    margin-left: 62px;
}

#agrupamento {
    width: 372px;
    margin-left: 20px;
}

#morada {
    width: 448px;
    margin-left: 53px;
}

#codigoPostal {
    width: 80px;
    margin-left: 20px;
}

#localidade {
    width: 259px;
    margin-left: 20px;
}

#concelho {
    width: 448px;
    margin-left: 43px;
}

#telefone {
    margin-left: 47px;
    width: 182px;
}

#eMail {
    margin-left: 58px;
    width: 182px;
}

#escolaridade {
    margin-left: 20px;
}

.nomeCompletoAluno {
    margin-left: 10px;
    width: 231px;
}

.dataNascimento {
    margin-left: 10px;
    width: 70px;
}

.nomeCompletoProfessor {
    margin-left: 10px;
    width: 234px;
}

.disciplina {
    margin-left: 10px;
    width: 120px;
}

.telefone {
    width: 90px;
}

.eMail {
    width: 326px;
}

.telefone, .eMail {
    margin-left: 20px;
}

#grupoDisciplinar1 {
    width: 326px;
}

#submitIdea {
    float: right;
}

.news {
    padding: 10px;
    border: solid 1px #d8df20;
    margin-bottom: 4px;
    font-family: Flama, sans-serif;
    font-size: 15px;
}

.news .title {
    border-bottom: solid 1px #cbcbcb;
    margin-bottom: 5px;
    height: 25px;
}

.news .titleText {
    font-weight: bold;
    float: left;
}

.news .date {
    float: right;
    font-size: 12px !important;
}

.news .text {
    padding: 0 !important;
    line-height: 120% !important;
}