﻿@charset "utf-8";
/* CSS Document */

/* CORES
fundo site: #d6d6d6
vermelho letras: #ed1c24
linhas: #bdbdbd
texto azul path: #094ca3
texto: #707070
fundo caixa texto: #ebebeb
texto update: #b4b3b3
fundo caixa lista candidatos: #f0efef
*/

/*titulo principal banner*/
h1{
	margin: 0;
	padding-top: 21px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 30px;
	color: #ed1c24;
	text-align: left;
}

/*titulo secund�rio banner*/
h2{
	margin: 0;
	/*padding-top: 20px;*/
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 25px;
	font-weight: 500;
	color: #ed1c24;
	text-align: left;
}

/*titulo body*/
h3{
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #094ca3;
}

/*sub-sub titulos body*/
h4{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #707070;
	text-align: justify;
}


/*sub titulo body*/
h5{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #094ca3;
}

body{
	margin: 0;
	padding: 0;
	background: #d6d6d6;
}

img{
	border: 0px;
}


#main{
	width: 908px;
	margin: 15px auto;
	padding: 0;
}

#efeitoTopo{
	width: 900px;
	height: 7px;
	background: url(../img/images/efeitoSuperior.png) no-repeat center;	
}

#caixaCentral{
	width: 904px;
	margin: 0;
	padding: 5px 9px;
	background: url(../img/images/efeitoLateral.png) repeat-y;
	position: relative;
}

#defineCaixa{
	width: 886px;
	margin: 0;
	/*background: black;*/
	position: relative;
}

#defineCaixaBanner{
	width: auto;
	height: 10px;
	background: url(../img/images/efeitoCaixaBanner.png) repeat-x top;
	position: relative;
}

#caixaBanner{
	width: auto;
	height: 119px;
	margin: 0;
	border-bottom: 1px solid #bdbdbd;
	position: relative;
}

#logo{
	width: 118px;
	height: 116px;
	margin: 1px 35px 0 5px;
	float: left;
}

#caixaTitulo{
	width: 610px;
	height: 116px;
	margin-top: 1px;
	float: left;
}

#logoErasmusMundus{
	width: 69px;
	height: 92px;
	margin: 12px 10px 5px 20px;
	background: url(../img/images/newLogoErasmus.jpg) no-repeat;
	float: left;
}

#caixaPath{
	width: auto;
	height: 18px;
	margin: 0;
	padding: 3px 0 7px 0;
}

#caixaPath UL{
	margin: 0;
	padding: 0 10px;
}

#caixaPath LI{
	margin: 0 2px;
	padding-left: 12px;
	background: url(../img/images/seta.png) no-repeat center left;
	display: inline;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #094ca3;
}

#caixaPath LI a:link, #caixaPath LI a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #094ca3;
}

#caixaPath LI a:hover{
	text-decoration: underline;	
}

#caixaPath LI.active a:link, caixaPath LI.active a:visited{
	text-decoration: none;
	font-style: normal;
	color: #094ca3;
}

#caixaPath LI.active a:hover{
	text-decoration: none;	
}

#caixaSeparador{
	width: auto;
	height: 3px;
	background: url(../img/images/separadorTopo.png) repeat-x;
}

#caixaDefineMenu{
	width: 210px;
	height:	321px;
	margin-top: 1px;
	padding: 0;
	background: url(../img/images/topoMenu.png) top left no-repeat;
	float: left;
}

#caixaLinks{
	width: 210px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#caixaLinks p{
	margin: 0;
	padding: 6px 0 0 20px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;	
}

#caixaMenus{
	margin: 0;
	padding: 0;
}

#caixaMenus UL{
	margin-top: 2px;
	padding: 0;
	list-style-type: none;
}

#caixaMenus UL LI{
	margin: 0 7px;	
	padding: 2px 0 2px 13px;
	display: block;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
}

#caixaMenus UL LI.active{
	margin: 0 7px;	
	padding: 2px 0 2px 13px;
	background: url(../img/images/seta2.png) no-repeat center left;
	display: block;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
}

#caixaMenus UL LI a:link, #caixaMenus UL LI a:visited{
	text-decoration: none;
	font-style: normal;
	color: white;
}

#caixaMenus UL LI a:hover, #caixaMenus UL LI a:hover{
	font-weight: bold;
	color: white;
}

#fundoMenu{
	width:auto;
	background: url(../img/images/restoMenu.png) left repeat-y;	
}

#caixaLinkMoodle{
	width: auto;
	margin: 0 20px;
	padding: 0;
	position: relative;	
}

#caixaLinkMoodle a{
	margin: 0;
	padding: 0;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

#caixaDeadLine{
	width: auto;
	margin: 0 20px;
	padding: 0;
	border: 1px solid white;
	position: relative;	
}

#caixaDeadLine p.titulo1{
	margin: 0;
	padding: 3px 5px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

#caixaDeadLine p.titulo2{
	margin: 0;
	padding: 3px 5px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
}

#caixaDeadLine p.titulo3{
	margin: 0;
	padding: 3px 5px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	text-align: left;
	text-decoration: underline;
}

#caixaDeadLine p.data{
	margin: 0;
	padding: 5px 15px 5px 15px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
}

#caixaDeadLine p.hora{
	margin: 0;
	padding: 2px 11px 5px 11px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
}

#caixaBody{
	width: auto;
	min-height: 500px;
	margin:	30px 30px 0 244px;
	padding: 0;
}

#caixaTexto{
	width: auto;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #bdbdbd;
	position: relative;
}

#caixaTextoFundo {
	margin: 0;
	padding: 0;
	background: #ebebeb;
}

#caixaTexto p, #caixaTextoFundo p{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	text-align: justify; 
}

#caixaTexto p.center{
	text-align: center;
}

#caixaTexto UL LI{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	text-align: justify; 
}

#caixaTexto UL LI.decimal{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	list-style: decimal;
	text-align: justify; 
}

#caixaTexto UL LI.letras{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	list-style: lower-latin;
	text-align: justify; 
}

#caixaTexto a{
	color: #ed1c24;
	text-decoration: underline;
	outline: none;
}

#caixaTexto TABLE{
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}

#caixaTexto TABLE span{
	font-weight: bold;
}

#caixaTexto TD{
	border: 1px solid #bdbdbd;
	border-collapse: collapse;	
}

#caixaTexto TD.especial{
	border-bottom: 2px solid #bdbdbd;
}

#caixaTexto TD.titulo{
	text-align: center;	
}

#caixaTexto TH{
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
	text-align: left;
}

#caixaTexto TH.normal{
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
	text-align: left;
	font-weight: 100;
}

#caixaTexto TH.normal span{
	text-align: left;
	font-weight: bold;
}

#caixaPartners{
	width: auto;
	margin: 0;
	padding-bottom: 5px;
	position: relative;
}

#caixaPartners a{
	margin: 0;
	padding: 5px 0 0 5px;
	outline: none;
	display: inline;
}

#caixaPartners p{
	margin: 0;
	padding: 5px 0 0 4px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
}

#caixaPartners p a{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #ed1c24;
}

#caixaFundo{
	width: auto;
	height: 45px;
	margin-top: 5px;
	padding: 0;
	clear: both;
	background: #f4f4f4
}

#caixaFundoSuperior{
	width: auto;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url(../img/images/caixaFundoCima.png) repeat-x top;
}

#caixaFundoInferior{
	width: auto;
	height: 16px;
	margin-top: 13px;
	padding: 0;
	background: url(../img/images/caixaFundoBaixo.png) repeat-x;	
}

#efeitoFundo{
	width: 900px;
	height: 4px;
	margin-left: 2px;
	background: url(../img/images/efeitoFundo.png) repeat-x center;
}

#caixaTextoCaixaFundo{
	width: auto;
	height: 43px;
	margin-top: -43px;
	padding: 0;	
}

#caixaTextoCaixaFundo p{
	margin: 0;
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #707070;
	text-align: center; 
}

#caixaTextoCaixaFundo a{
	color: #ed1c24;
	text-decoration: underline;
}

#caixaTextoCaixaFundo p span{
	color: #b4b3b3;
}

#caixaForm{
	width: auto;
	margin: 20px 0 30px 0;
	padding: 5px 5px;	
}

#caixaForm p{
	margin: 0;
	padding: 0;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: left;
}

#caixaForm p span{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaForm p.notas{
	margin-top: 10px;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaForm p.texto{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaForm p.texto2{
	margin-left: 20px;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaForm p.etiquetas{
	margin-top: 3px;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaForm a{
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ed1c24;
	text-decoration: underline;
	outline: none;
}

#caixaForm a.recupPass{
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #094ca3;
	text-decoration: underline;
	float: right;
	outline: none;
}

#caixaForm FIELDSET{
	width: auto;
	background: white;
	border: 1px solid #bdbdbd;
}

#caixaForm LEGEND{
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaForm LEGEND SPAN{
	font-weight: 100;	
}

#caixaForm LEGEND.address{
	margin: 20px 0;
	padding: 0;
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaForm LABEL{
	margin: 0;
	padding: 2px;
	margin-top: 0.3em;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: right;
	float: left;
}

#caixaForm LABEL SPAN{
	color: #ed1c24;	
}

#caixaForm INPUT, #caixaForm TEXTAREA, #caixaForm SELECT{
	width: auto;
	margin: 3px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaForm INPUT.inicio{
	width: 180px;	
}

#caixaForm INPUT.data{
	width: 100px;	
}

#caixaForm INPUT.resident{
	width: 460px;	
}

#caixaForm INPUT.street{
	width: 425px;	
}

#caixaForm INPUT.number{
	width: 150px;	
}

#caixaForm INPUT.upload{
	width: 480px;	
}

#caixaForm INPUT.upload2{
	width: 450px;	
}

#caixaForm INPUT.upload3{
	width: 435px;	
}

#caixaForm INPUT.upload4{
	width: 425px;	
}

#caixaForm INPUT.medio{
	width: 300px;	
}

#caixaForm INPUT.upload5{
	width: 365px;	
}

#caixaForm TEXTAREA.especificar{
	width: 280px;
	height: 100px;
	text-align: justify;
}

.flash_message{
	padding-left: 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ed1c24;	
}

.flash_message2{
	margin-top: 20px;
	padding-left: 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ed1c24;	
}

#caixaRegisterSucess{
	margin-bottom: 250px;
}

#caixaRegisterSucess p.titulo{
	color: green;
	font: 17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#caixaRegisterSucess p.corpo{
	color: #707070;
	font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#caixaBodyInterna{
	width: auto;
	min-height: 500px;
	margin:	5px 30px 0 244px;
	padding: 0;
}

#caixaWelcomeUser{
	margin: 0;
	padding: 1px 5px 4px 5px;
	border-bottom: 1px solid #bdbdbd;
}

#caixaWelcomeUser p{
	margin: 0;
	padding: 0;
	color: #707070;
	font: bold 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline;
}

#caixaWelcomeUser p span{
	font-weight: 100;	
}

#caixaWelcomeUser a{
	margin: 0;
	padding-left: 10px;
	color: #ed1c24;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	text-align: right;
	outline: none;
	display: inline;
}

#caixaWelcomeUser a:hover{
	font-weight: bold;
	text-decoration: underline;	
}	

#caixaAdmissionCompleted{
	margin-bottom: 250px;
}

#caixaAdmissionCompleted p.titulo{
	color: green;
	font: 17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#caixaAdmissionCompleted p.corpo{
	color: #707070;
	font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#caixaAdmissionCompleted a{
	color: #ed1c24;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}

#caixaValidateRegister{
	margin-bottom: 250px;
}

#caixaValidateRegister p.titulo{
	color: green;
	font: 17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#caixaIntroducaoFormulario{
	width: auto;
	margin: 10px 0;
	padding: 0;	
}

#caixaIntroducaoFormulario p.titulo{
	margin: 0;
	padding: 0;
	font: bold 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaIntroducaoFormulario p.titulo2{
	margin: 10px 0;
	padding: 0;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	color: #707070;
	text-align: center;
}

#caixaIntroducaoFormulario p.titulo3{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaIntroducaoFormulario p.texto{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaIntroducaoFormulario p.texto2{
	margin: 0;
	padding: 0;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaIntroducaoFormulario p span{
	font-weight: bold;
}

#caixaIntroducaoFormulario UL LI{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaIntroducaoFormulario UL LI.sublinhado{
	text-decoration: underline;
}

#caixaIntroducaoFormulario UL LI.semPonto{
	padding: 3px 0;
	list-style-type: none;
}

#caixaIntroducaoFormulario UL LI IMG{
	margin-left: 5px;
	outline: none;
}

#caixaIntroducaoFormulario p a{
	margin: 0;
	padding: 0;
	color: #ed1c24;
	text-decoration: underline;
	outline: none;
}

#caixaIntroducaoFormulario TABLE.candidatos{
	margin-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #707070;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#caixaIntroducaoFormulario TABLE.candidatos TH, #caixaIntroducaoFormulario TABLE.candidatos TD {
    border: 1px solid #ddd;
    padding: 0.1em 0.5em;
}

#caixaIntroducaoFormulario TABLE.candidatos TD.icone {
	width: 5%;	
	text-align: center;
}

#caixaIntroducaoFormulario TABLE.candidatos TH {
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-bottom-color: #bbb;
    text-align: center;
    background-image: url(../img/images/header_background.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

#caixaIntroducaoButtom{
	margin-bottom: 10px;
	padding: 0;
	text-align: center;	
}

#caixaButtom{
	margin: 10px 0;
	padding: 0;
	text-align: center;	
}

#caixaIntroducaoButtom INPUT, #caixaButtom INPUT{
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaEspaco{
	width: auto;
	height: 40px;	
}

#caixaEspaco2{
	width: auto;
	height: 200px;	
}

.checkbox{
	padding: 2px 1px 3px 1px;	
}

#caixaError{
	margin-bottom: 290px;
}

#caixaErrorInterior{
	margin-top: 90px;	
	width: auto;
	height: 70px;
	border: 1px solid #ed1c24;
	background-color: #ebebeb;
}

#caixaErrorImagem{
	margin: 10px 0 0 50px;
	padding: 0;
	float: left;
}

#caixaErrorTexto{
	margin: 0;
	padding: 20px 0 0 180px;
	color: #707070;
	font: bold 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}

#caixaConstrucao{
	width: auto;
	margin-bottom: 350px;	
	padding: 0;
	color: #666;
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}

#caixaMembros{
	width: auto;
	height: 120px;
	margin-top: 30px;
	padding: 0;	
}

#caixaMembros UL{
	margin: 0;
	padding: 0;
	display: inline;
}

#caixaMembros UL LI.imagem{
	float: left;
	margin: 0;
	padding: 12px 20px 0 20px;
	display: inline;
	list-style: none;
}

#caixaMembros UL LI.texto{
	width: 300px;
	height: auto;
	float: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	display: inline;
	border: 1px solid #bdbdbd;
	list-style: none;
}

#caixaMembros a{
	margin: 0;
	padding: 0;
	color: #ed1c24;
	text-decoration: underline;
	outline: none;
}

#caixaMembrosStaff{
	width: auto;
	margin: 0;
	padding: 0;	
}

#caixaMembrosStaff TABLE{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	border: none;
}

#caixaMembrosStaff TD.titulo, #caixaMembrosStaff TD.tituloDireita{
	font-weight: bold;
	text-align: left;
	border: none;
}

#caixaMembrosStaff TD.tituloDireita{
	padding-left: 20px;	
}

#caixaMembrosStaff TD.professor{
	padding-top: 10px;
}

#caixaMembrosStaff TD.professorDireita{
	padding: 10px 0 0 20px;
}

#caixaMembrosStaff TD{
	padding-left: 20px;
	text-align: left;
	border: none;
}

#caixaEscura{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0%;
	left: 0%;
	background: gray;
	 -moz-opacity: 0.05;
    -khtml-opaciy: 0.05;
    opacity: 0.05;
    filter: alpha(opacity=5);
	position: fixed;
	display: none;
	z-index: 1;
}

#caixaUpload{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0%;
	left: 0%;
	position: fixed;
	background: transparent;	
	display: none;
	z-index: 2;
}

#caixaUpload IMG{
	left:50%;
	top:50%;
	position: relative;
}

#caixaUsefulLinks{
	width: 210px;
	margin-top: 15px;
	padding: 0;
}

#caixaUsefulLinks p{
	margin: 0;
	padding: 6px 0 0 20px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;	
}

#caixaUsefulLinks a{
	margin: 0;
	padding: 6px 0 0 20px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	text-align: left;
	text-decoration: underline;
	outline: none;
	display: block;	
}

/* Area reservada*/
#caixaAreaReservadaListCandidates{
	margin: 20px 0 -25px 0;
	padding: 0;	
}

#caixaAreaReservadaListCandidates p.titulo{
	margin: 0;
	padding: 0;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaAreaReservadaListCandidates TABLE{
	margin: 30px auto;
	padding: 10px 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	background: #f0efef;
	border: 1px solid #bdbdbd;
}

#caixaAreaReservadaListCandidates TABLE TR{
	margin: 0;
	padding: 0;	
}

#caixaAreaReservadaListCandidates TABLE TD.centrado{
	padding: 0 30px;
	text-align: center;
}

#caixaAreaReservadaListCandidates TABLE TD.titulo{
	font-size: 15px;
	padding: 0 30px 5px 30px;
	text-align: center;
	font-weight: bold;	
}

#caixaNotas{
	width: 310px;
	margin: 10px 0;
	padding-bottom: 20px;
	border-top: 1px	solid #bdbdbd;
}

#caixaNotas UL{
	width: auto;
	height: 26px;
	margin: 5px 3px;
	padding: 0;
	display: block;
}

#caixaNotas UL LI{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#caixaNotas UL LI.texto{
	padding-left: 10px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: left;
}

#caixaAreaReservadaCandidateForms{
	margin: 20px 0 -25px 0;
	padding: 0;	
}

#caixaAreaReservadaCandidateForms p.titulo{
	margin: 0;
	padding: 0;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaAreaReservadaCandidateForms p.titulo2{
	margin: 0;
	padding: 0;
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaAreaReservadaCandidateForms TABLE{
	margin: 30px auto;
	padding: 10px 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	background: #f0efef;
	border: 1px solid #bdbdbd;
}

#caixaAreaReservadaCandidateForms TABLE TR{
	margin: 0;
	padding: 0;	
}

#caixaAreaReservadaCandidateForms TABLE TD.centrado{
	padding: 0 30px;
	text-align: center;
}

#caixaAreaReservadaCandidateForms TABLE TD.titulo{
	font-size: 15px;
	padding: 0 30px 5px 30px;
	text-align: center;
	font-weight: bold;	
}

#caixaCandidateFormsIdentification{
	width: auto;
	margin: 30px 0 15px 0;
	padding: 0;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

#caixaCandidateFormsIdentification p{
	margin: 5px 5px;
	padding: 0;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: left;
}

#caixaCandidateFormsIdentification p span{
	margin: 0;
	padding: 0;
	font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: left;
}

#caixaReservedAreaButtom{
	width: auto;
	margin-top: -30px;
	padding-bottom: 50px;	
	text-align: center;
}

#caixaReservedAreaButtom INPUT{
	margin: 0 auto;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaReservedAreaDownload{
	margin: 0;
	padding: 0;
	position: relative;	
}

#caixaReservedAreaDownload TABLE{
	margin: 0 0 10px 0;
	padding: 0 5px; 
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	border: none;
	background: none;
	display:block;
}

#caixaForm TABLE SPAN{
	color: #ed1c24;	
}

#caixaForm TABLE TD.textoLabel{
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaAreaReservadaGrid{
	margin: 20px 0 -25px 0 ;
	padding: 0;	
}

#caixaAreaReservadaGrid p.titulo{
	margin: 0;
	padding: 0;
	font: bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaAreaReservadaGrid p.titulo2{
	margin: 0;
	padding: 0;
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: center;
}

#caixaAreaReservadaGrid TABLE{
	margin: 20px 0 30px 0;
	paddin: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	color: #707070;
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}

#caixaAreaReservadaGrid TD{
	text-align: center;
	border: none;
	border: 1px solid #bdbdbd;
}

#caixaAreaReservadaGrid TD.titulo{
	background: #ebebeb;
	font-weight: bold;
}

#caixaAreaReservadaGrid TABLE TR.separa{
	border-top: double #bdbdbd;
}

#caixaAreaReservadaGrid TABLE INPUT{
	width: 70px;
	margin: 0;
	paddin: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	color: #707070;
	text-align: center;
	border: none;
}

#caixaAreaReservadaGrid TABLE INPUT.tamanho1{
	width: 75px;
}

#caixaAreaReservadaGrid TABLE INPUT.tamanho2{
	width: 95px;
}

#caixaReservedAreaGridButtom{
	width: auto;
	margin-top: -30px;
	padding-bottom: 40px;	
	text-align: center;
}

#caixaReservedAreaGridButtom INPUT{
	margin: 0 auto;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
}

#caixaNotasGrid{
	width: auto;
	margin: 0;
	padding-bottom: 20px;
	border-top: 1px	solid #bdbdbd;
}

#caixaNotasGrid p{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	text-align: justify; 
}

#caixaNotasGrid UL LI{
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #707070;
	text-align: justify; 
}

#caixaImprimir{
	margin: 20px 10px 10px 0;
	padding: 0;
	position: relative;
}

#caixaImprimir TABLE{
	margin: 0;
	padding: 0;
	border: none;	
	float: right;
}

#caixaImprimir TR, #caixaImprimir TD{
	margin: 0;
	padding: 0;
	border: none;	
}

/*editar dados*/
#caixaNotasAppForm{
	width: auto;
	margin: 10px 0;
	padding-bottom: 20px;
	border-top: 1px	solid #bdbdbd;
}

#caixaNotasAppForm TABLE{
	margin: 5px 3px;
	padding: 0;
	border: none;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
	text-align: justify;
}

#caixaNotasAppForm TABLE TR TD{
	border: none;	
}


/** NOVO MODULO AREA RESERVADA */

#caixaChoicePerfil{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: white;
    vertical-align: middle;
	position: relative;
}

#caixaPerfil {
    border: 1px solid #bdbdbd;
    width: 60%;
	margin: 10% 0 10% -30%;
	padding: 10px 10px;
    left: 50%;
    text-align: center;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #707070;
    position: relative;
}

#caixaPerfil UL LI{
	padding: 3px 0;
	margin-left: 40%;
	text-align: left;	
}

#caixaPerfil A { 
	color: #707070;
	text-decoration: none;
}

#caixaPerfil A:hover { 
	text-decoration: underline;
}

#caixaUser {
	width: 100%;
	margin:	0;
	padding: 2px 0;
	position: relative;
}

#caixaUser p {
	margin:	0;
	padding: 0;
	text-align: right;
	color: #707070;
	font: 10px Verdana, Geneva, sans-serif;
}

#caixaUser a:link, #caixaUser a:visited {
	margin:	0;
	padding: 0;
	text-align: right;
	color: #707070;
	font-weight: bold !important;
	font: 10px Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#caixaUser a:hover {
	text-decoration: underline;
}


#caixaMenu {
	width: 100%;
	margin-top: 2px;
	padding: 0;
	background-color: #d11118;
	float: left;
	position: relative;
}


#caixaMenu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#caixaMenu UL LI {
	float: left;
	margin: 0;
	display: inline;
}

#caixaMenu UL LI a:link, #caixaMenu UL LI a:visited{
	margin: 0;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	font-size: 0.7em;
	font-family: Verdana,sans-serif;
	z-index:10;
	display: block;
}

#caixaMenu UL LI a:hover, #caixaMenu UL LI:hover a{
	background: #ed282f;
}

#caixaMenu UL LI UL{
	position: absolute;
	left: auto;
	width: auto;
	display: none;
	z-index: 11;
	background-color: white;
	border: 1px solid #bdbdbd;
}

#caixaMenu UL LI UL LI{
	margin: 0;
	padding: 0;
	min-width: 110px;
	background: white;
	display: block;
	clear: both;
	width: 100%;
}

#caixaMenu UL LI:hover UL{
	display: block;	
}

#caixaMenu UL LI UL LI a:link, #caixaMenu UL LI UL LI a:visited{
	text-decoration: none;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana,sans-serif;
	display: block;
	color: #707070;
	background-color: white;
}

#caixaMenu UL LI UL LI a:hover{
	color: white;
	background: #ed282f;
}

#container {
	margin: 10px 10px;
	padding: 20px 0 0 0;
	min-height: 450px;
	clear: both;
	position: relative;
}

#container_reservedArea {
	margin: 0;
	padding: 0;
	width: 75%;
	float: left;
	position: relative;	
}

#container_sidebar {
	margin-top: 40px;
	padding-top: 40px 1em;
	width: 25%;
	float: left;
}

#container_sidebar .group{
	margin: 0 0 1.5em 2em;	
}

#container_sidebar span{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #707070;
}

#container_sidebar UL{
	margin: 0;
	padding: 0;
	list-style-type: square;	
}

#container_sidebar UL LI{
	margin-left: 1.5em;
	padding: 0;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 0.7em;
	color: #707070;
}

#container_sidebar UL LI a:link, #container_sidebar UL LI a:visited {
	margin: 0;
	padding-left: 0.5em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 1.2em !important;
	font-weight: normal;
	color: #ed1c24;
	text-decoration: none;
}

#container_sidebar UL LI a:hover {
	text-decoration: underline;
}

#caixaPartners_reservedArea {
	width: auto;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	position: relative;
	clear: both;
}

#caixaPartners_reservedArea IMG{
	margin: 0;
	padding: 0 40px;
	display: inline;
	position: relative;
}

/*  titulo area reservada */
h6{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #094ca3;
}

#container_reservedArea fieldset {
	border: 1px solid #bdbdbd;
}

#container_reservedArea p{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #707070;
}

#container_reservedArea legend {
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #707070;
}


#container_reservedArea table {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
    border-spacing: 0;
}

#container_reservedArea table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    background-image: url("../img/images/header_background.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    border-color: #bdbdbd #bdbdbd #bdbdbd;
    border-image: none;
    border-style: solid;
    border-width: 1px;	
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #707070; 
    text-align: center;
}

#container_reservedArea table td {
	margin: 0;
    padding: 0.1em 0.5em;
	border: 1px solid #bdbdbd;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #707070; 
    text-align: center;
}

#container_reservedArea table td a img{
	margin: 0;
	padding: 0;
    text-align: center;
	vertical-align: center;
}

.tablepar {
	background-color: #fcfcfc;
}

#container_reservedArea table td.processactive{
	color: #093 !important;	
}

#container_reservedArea table td.processpending{
	color: #094ca3 !important;	
}

#container_reservedArea table td.processclosed{
	color: #ed1c24 !important;	
}

#caixaLegenda{
	width: 310px;
	margin: 30px 0;
	padding: 0;
	border-top: 1px	solid #bdbdbd;
}

#caixaLegenda UL{
	width: auto;
	height: 26px;
	margin: 5px 3px;
	padding: 0;
	display: block;
}

#caixaLegenda UL LI{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#caixaLegenda UL LI.texto{
	padding-left: 10px;
	font: 12px "Trebuchet MS",arial,verdana,sans-serif;
	color: #707070;
	text-align: left;
}

.tip {
    background-color: #DEE3EE;
    background-image: url("../img/images/info.png");
    background-position: 1em 1em;
    background-repeat: no-repeat;
    border: 2px solid #8293AB;
    color: #707070;
    font-size: 0.75em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-top: 10px;
    padding: 1em 2em 1em 5em;
    width: 73%;
}


.msg-ok {
    background-color: #FFF8C5;
    background-image: url("../img/images/dialog-ok.png");
    background-position: 1em 50%;
    background-repeat: no-repeat;
    border: 2px solid #00AA00;
    color: #00AA00;
    font-size: 1.1em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em 2em 1em 4em;
	width: 73%;
}

.msg-error {
    background-color: #FFF8C5;
    background-image: url("../img/images/dialog-error.png");
    background-position: 1em 50%;
    background-repeat: no-repeat;
    border: 2px solid #AA0000;
    color: #AA0000;
    font-size: 1.1em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em 2em 1em 4em;
	width: 73%;
}

.textoForm {
	font-family: "Trebuchet MS",arial,verdana,sans-serif !important;
}


#form_grades {
	margin: 1em 0;
	padding: 0;	
	position: relative
}

#form_grades LABEL {
	color: #707070;
    font-size: 0.8em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
    font-weight: bold;
}

#form_grades INPUT.notas_ficheiro {
	color: #707070;
    font-size: 0.8em;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
    font-weight: normal;
}

/* TABELA DOS ALUNOS */

table.tabela_alunos, table.tabela_alunos tr, table.tabela_alunos td{
	border: none !important;
}