@define
{    
	TextNormalFont: Arial,Helvetica,Sans-Serif;
	TextNormalFontSize: 0.75em;
	TextNormalFontColor : #808080;
	TextNormalFontLinkColor: #e82d4c;
	TextNormalLineHeight: 1.5;
	TextFunctionLinksFontLinkColor: #e82d4c;
} 

/***************
/* ESTILOS CANAL 
/***************/
html, body { margin:0px; padding:0px}

.header-menus {
	position: relative;
    z-index: 2;
	width: 100%;
	min-height: 88px;	
	background-color: RGBA(40,78,154,1);
}
.logo-column {text-align: left;}
#logo {
    background: url(Img/LogoBig_color.png) no-repeat top center;
    position: relative;     
    width: 100%;    
    height: 88px;
	background-size: contain;
	max-width: 252px;
	margin-left: 25px;
}
#logo a {
    display: block;
    width: 100%;
    height: 62px;
}
.header-menus #main-menu-desktop {float: right;}
.header-menus #main-menu-mobile {float: right; height: 93px}
.header-menus #searchTrigger {
    display: block;
    text-align: left;    
}
.header-menus #loginLink {display: inline-block; margin-left: 15px; margin-right: 15px}
.header-menus #loginLink a,
.header-menus #searchTrigger a {color: #fff; opacity: 1;}
.header-menus #loginLink a:hover,
.header-menus #searchTrigger a:hover {color: #e50e42;}

#header-hero {
	width: 100%; 
	height: 157px;
	background-color: #284e9a;	
	background-position: right;
    background-repeat: no-repeat;
	background-size:auto;
}
#header-hero #header-breadcrumbs {
	padding-left: 65px;
	height: 100%;
	background-color: transparent;
	transition: background ease-in-out .5s;	
}
/* Lower than 960px */
@media screen and (max-width: 960px) {
	#header-hero #header-breadcrumbs  {
		height: 100%;
    	background-color: #284e9abb;
	}
}
#header-hero #header-breadcrumbs .MBreadcrumbsContainer {
	font-size: 16px;
	color: rgba(255, 255, 255,.5);
	margin-top: 10px;
	font-weight: 300;
}
#header-hero #header-breadcrumbs .MBreadcrumbsContainer a {
	color: #fff;
}
#header-hero #header-breadcrumbs .MBreadcrumbsContainer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#header-hero #header-breadcrumbs #ChannelName {
    font-family: "Poppins", arial, sans-serif;
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 3rem;
	padding-top: 20px;
}

/* QUICKLINKS BLOCK */
.quickbar {background-color: #f5f5f5;}
#quicklinks-block {
	display: flex;
	min-height: 112px;
	height: auto; 
	width: 100%; 	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
#quicklinks-block ul {
	display: flex;
    align-items: center;
	align-content: center;
    justify-content: center;
	flex-wrap: wrap;
	list-style: none; 
	width: 100%; 
}
#quicklinks-block ul li {
	position: relative;
	padding-right: 30px;
	text-align: left;
	display: inline; 
	padding-bottom: 0px;
}
#quicklinks-block li a {
	font-family: "Poppins";
	font-size: 0.813rem; /* ~13px */
	font-weight:600;
	color: #6E7477;	
}
#quicklinks-block li:hover a {color: #474B4D; text-decoration: none;}
#quicklinks-block li span {
	display: inline-flex;	
	opacity: .7;
	transition: opacity 200ms;
	font-size: 30px;
	top: 0;
	left: 0;
	text-align: center;
	color: #284E9A;
}
#quicklinks-block li:hover span {
	opacity: 1;
}

/* HELP BAR */
#helpbar-container {background-color: #ef3f53}
#helpbar-container span {
    font-family:'poppins', Arial, serif;
	font-weight:300;
	font-size: 24px;
    color: #fff;
}
.helpbar-msg, 
.helpbar-button {height: auto; line-height: 64px; padding: 10px 0 10px 0}
.helpbar-msg span,
.helpbar-button a {display: inline-block; vertical-align: middle; line-height: normal}
.helpbar-button .button {
    font-family:'Poppins', Arial, serif;
	font-weight:500;
	font-size: 14px;	
	color:#fff;
	letter-spacing:1px;
	background-color: none;
	padding:10px 20px 10px 20px;	
	text-align:center;
	text-decoration:none;
	border:solid 2px #fff;
    border-radius: 5px;
    opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
  	-moz-transition: opacity 0.2s ease-in-out;
  	-ms-transition: opacity 0.2s ease-in-out;
  	-o-transition: opacity 0.2s ease-in-out;
}
.helpbar-button .button:hover {
    opacity: 1;
}

/* FOOTER BAR */
#footerbar-container { background-color: #F5F5F5; padding: 50px 0 50px 0}
.footerbar-title {
    font-family:'Poppins', Arial, serif;
	font-weight:500;
	font-size: 16px;	
	color:#474B4D;
    opacity: .75;    
    padding-bottom: 30px;
}
.footerbar-column {
    list-style: none;
    text-align: left;
    padding: 0;
    display: inline-block;
}
#footerbar-container .MMapaSiteContainer {padding: 0px;}
.footerbar-item,
#footerbar-container .MMapaSiteContainer .rsmItem a,
.footerbar-item a,
.footerbar-item p {
    font-family:'Lato', Arial, serif;
	font-weight:600;
	font-size: 12px !important;	
	color: rgba(71, 75, 77, 0.75);
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
  	-moz-transition: color 0.2s ease-in-out;
  	-ms-transition: color 0.2s ease-in-out;
  	-o-transition: color 0.2s ease-in-out;
    padding-left: 0px;    
}
.footerbar-item a:hover,
#footerbar-container .MMapaSiteContainer .rsmItem a:hover {color: rgba(71, 75, 77, 1);}
#footerbar-container .MMapaSiteContainer .rsmItem.rsmDisabled a:hover {color: rgba(71, 75, 77, .50) !important; cursor: not-allowed}
.footerbar-item i {color: #474b4dc0;font-size: 18px; padding-right: 15px; vertical-align: middle}

/* COPYRIGHT BAR */
#copyrightbar-container {
    background-color:#fafafa; 
    padding: 25px 0 10px 0;
}
#copyrightbar-container .copyright-msg p {
    font-family:'Lato', Arial, serif;
	font-weight:bold;
	font-size: 14px;
    text-transform: uppercase;
	color:#6e7477;
    opacity: .75;
    text-align: left;
}
#copyrightbar-container .copyright-links {text-align: right}
@media screen and (max-width: 980px) {
    #copyrightbar-container .copyright-links,
    #copyrightbar-container .copyright-msg p {text-align: center}
}
#copyrightbar-container .copyright-links ul {padding: 0}
#copyrightbar-container .copyright-links ul li {
    list-style: none;
    text-align: left;
    display: inline;
    padding-left: 10px;    
}
#copyrightbar-container .copyright-links ul li a {
    font-family:'Lato', Arial, serif;
	font-weight:bold;
	font-size: 14px;	
	color:rgba(110, 116, 119, 0.75);
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
  	-moz-transition: color 0.2s ease-in-out;
  	-ms-transition: color 0.2s ease-in-out;
  	-o-transition: color 0.2s ease-in-out;
}
#copyrightbar-container .copyright-links li a:hover {color: #6e7477;}

/* LOGOS BAR */
#logosbar-container {background-color: white}
#logosbar-container ul {padding: 0; margin: 0;}
#logosbar-container ul li {
	list-style: none;
    text-align: left;
    display: inline-block;
    padding: 15px 10px;
	filter: grayscale(100%);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-ms-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
}
#logosbar-container ul li:hover {filter: grayscale(0%);}


/*===========================*/
/* PAGE ACTION BUTTONS       */
/* 1 Julho 2008              */
/*===========================*/
.PageActionsContainer{padding-right:10px; padding-top:15px}
.pageActionDiv {float:right;clear:left; padding-left:12px}
.pageActionLink {cursor:pointer;}
.pageActionText 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:@TextFunctionLinksFontLinkColor; 
	vertical-align:text-bottom;
	float:right;clear:left; 
	padding-right:-10px;
	line-height:16px;	
}


/**********************/
/***     POPUPS    ***/
/*** 1 Julho 2008 ***/
/*******************/
.PopupContainer {background-color:#fff; margin:10px; padding:10px;}
.PopupTitleText {font-family :Arial, Helvetica, Sans-Serif;font-size: 12px;color:#333;}
.PopupFieldsText {font-family :Arial, Helvetica, Sans-Serif;font-size: 11px;color:#333;}


/******************************************/
/*** ESTILOS COMUNS A TODOS OS MÒDULOS ***/
/***         18 Março 2009            ***/
/***************************************/

/* MENSAGENS DE ERRO */
.warning_messages
{
	font:"Trebuchet MS";
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #CC0000;
	font-weight: 100;
}

/* Separador Listagens */
.ArquivoSeparador {
	width:100%; background-image:url(Img/separador.gif); background-repeat:repeat-x; height:10px; background-position:center}

/* Caixas de texto */
.CaixasTexto {padding:3px;}
.CaixasTexto,
.CaixasTextoMultilinha {
    font-family: @TextNormalFont;font-size: 11px;color:#333;border:1px solid #D5DFE5}

/* Botões */
/* DEPRECATED - movied to less version */

/* Pager */
.eContentPager {text-align: center}
.PageNumbers span
{
    font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
	text-decoration:none;
	color:#fff;
	background-color:#808080;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:1px;
}
.PageNumbers a {
 	font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;	color:@TextNormalFontColor;	background-color:#fff}
.PageNumbers a:hover { color:@TextNormalFontLinkColor;}
.Results
{
	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
	color:#333;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border:1px dotted #ccc;
}
.BackNextButton {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; background-color:#808080; border:1px solid #808080}
.BackNextLink {font-family:Verdana, Helvetica, sans-serif;font-size:11px; text-decoration:none; color: @TextNormalFontColor;}
.BackNextLink a,
.BackNextLink a:visited {color:@TextNormalFontLinkColor; text-decoration:none}
.BackNextLink a:hover {text-decoration:underline}
.Label {font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#333}

/* Message Boxes */
.MessageBox {font-family: "trebuchet MS";font-size:11px; margin-bottom:10px;}
.MessageBox .title {font-weight:bold; display:block;}
.MessageBox .informationBox {border: 1px solid #ededed; background-color: #F9F9F9}
.MessageBox .warningBox {border: 1px solid #edead5; background-color: #f9f6e0}
.MessageBox .errorBox {border: 1px solid #ede4e1; background-color: #faf0ed}
.MessageBox .successBox {border: 1px solid #e1edd8; background-color: #edfae4}


/*******************************/
/***  MODULO GALERIA MEDIA  ***/
/***     03 April 2009     ***/
/****************************/

/* Comon styles */
.MMediaGallery { font-family:@TextNormalFont; padding-top:15px}	
.MMediaGallery .Titles {
	font-family:@TextNormalFont; font-weight: bold; font-size: 12px; color: @TextNormalFontLinkColor;text-decoration:none}	
.MMediaGallery .FunctionLinks {
	font-family: tahoma, arial, sans-serif; font-size: 11px; color: @TextFunctionLinksFontLinkColor; text-decoration: none}
.MMediaGallery .Titles:hover,
.MMediaGallery .FunctionLinks:hover {text-decoration:underline}
.MMediaGallery .VerticalSeparator {font-family:@TextNormalFont; font-size: @TextNormalFontSize; color: @TextNormalFontColor;}

/* Edit styles */
.MMediaGallery .FormArea {
	    font-family: Arial, Sans-Serif; font-size: 13px;  background-color: #F9F9F9; padding: 10px}
.MMediaGallery fieldset { border: 1px solid #D5DFE5; padding: 2px; padding-top:0px}
.MMediaGallery fieldset legend {
	font-family:@TextNormalFont; color:@TextNormalFontColor; font-weight: bold; font-size: 12px; padding-bottom:4px;}
.MMediaGallery .FormTitles {font-family: tahoma, arial, sans-serif}
.MMediaGallery .FormTitles {FONT-SIZE: 11px; COLOR: #4d4d4d; font-weight:bold}
.MMediaGallery .MandatoryFields  {font-family:"Trebuchet MS";	font-size: 11px;color:#DE2929}
.MMediaGallery .OrderList select { width:400px; font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d}
.MMediaGallery .GalleryAvailableMediaList { width:400px; font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d}

/* Gallery Listing only */
.MMediaGallery dl{ margin:0 auto; padding-bottom:0px; overflow:hidden}
.MMediaGallery dt img{ float:left; margin:0 10px 0 0; border:0px; margin-right:15px}
.MMediaGallery dd {	overflow:auto; padding-top: 0.31em; margin-left:0px}
.MMediaGallery dd p{margin:0px; padding:0px}
.MMediaGallery dd .DateInfo {font-size: 10px; color: #999999}
.MMediaGallery .RssIcon {vertical-align:bottom}
.MMediaGallery .Descriptions,
.MMediaGallery dd .InfoTotalItems {
	font-family:@TextNormalFont; font-size: @TextNormalFontSize; color: @TextNormalFontColor; vertical-align:bottom}
.MMediaGallery .GalleriesRSSLink {
	vertical-align:bottom; font-family:Arial;font-size:10px;color:@TextNormalFontLinkColor;text-decoration:none}
.MMediaGallery .GalleriesRSSLink:hover {text-decoration:underline}

/* Media Item Listing only */
.MMediaGallery DIV.display .MediaTitles {
	font-family:@TextNormalFont; font-weight: bold; font-size: 12px; color: @TextNormalFontColor;text-decoration:none}
.MMediaGallery DIV.thumb_view .MediaTitles {
	font-family:@TextNormalFont; font-size: 9px; color: @TextNormalFontColor;text-decoration:none}
.MMediaGallery DIV.display UL {	PADDING: 0px; MARGIN: 0px}
.MMediaGallery DIV.display LI { FLOAT: left; WIDTH: 100%; PADDING-RIGHT: 5px; PADDING-LEFT: 5px;  PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 5px; list-style:none}
.MMediaGallery DIV.display LI .content_block { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; margin-bottom:10px}
.MMediaGallery DIV.display LI .content_block .titleBar { padding: 0px; MARGIN: 0px}
.MMediaGallery DIV.display LI .content_block P { PADDING: 5px; MARGIN: 0px}
.MMediaGallery DIV.display LI .content_block A IMG {
	PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; FLOAT: left; PADDING-BOTTOM: 5px; MARGIN: 0px 15px 0px 0px; BORDER-LEFT: #ccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
.MMediaGallery DIV.display LI .content_block A IMG:hover { border: 1px solid @TextNormalFontLinkColor;}
.MMediaGallery DIV.thumb_view LI { list-style:none; PADDING-TOP: 10px;PADDING-BOTTOM: 10px}
.MMediaGallery DIV.thumb_view .ArquivoSeparador { display:none}
.MMediaGallery DIV.thumb_view LI .titleBar { display: inline}
.MMediaGallery DIV.thumb_view LI P { display: none}
.MMediaGallery DIV.thumb_view LI .content_block { text-align:center}
.MMediaGallery DIV.thumb_view LI .content_block A IMG {	margin: 0px 0px 0px}


/*****************************/
/***  MODULO LIVE SEARCH  ***/
/***  04 Fevereiro 2009  ***/
/**************************/
.MLiveSearch {padding-top:10px; display: inline-block}
.MLiveSearch .VistaS {}
.MLiveSearch .VistaR {}
.MLiveSearch .VistaSR {}

.MLiveSearch .SearchContainer, 
.MLiveSearch .SearchText,
.MLiveSearch .SearchBox {font-family: Arial; font-size: 11px; font-weight:normal; color:@TextNormalFontColor;}
.MLiveSearch .SearchButton {margin-left: 3px; vertical-align:middle}

.MLiveSearch .SearchContainer {background-color:#E2EEFF; border:1px solid #AFD1FF; padding:10px; text-align:center}
.MLiveSearch .SearchContainer .SearchBox {
	border: #afd1ff 1px solid;
	padding-right: 5px;
	padding-left: 5px;		
	padding-top: 4px;
	width: 250px;
	height: 18px;
	vertical-align:middle;		
}

.MLiveSearch .MiniSearchContainer{
	width: 170px; border:0px solid; padding:0px;text-align:center; background-color: #eef5cd;}
.MLiveSearch .MiniSearchContainer .SearchBox {
	border: #eef5cd 1px solid;
	background-color: #eef5cd;	
	padding-right: 5px;
	padding-left: 5px;
	padding-top:0px;	
	width: 135px;
	height: 20px;
	vertical-align:middle;		
	line-height: 20px;
	color: #8eac1a;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:9px;
}

.MLiveSearch .ResultsHeaderContainer {font-family: Arial; font-size: 11px; font-weight:normal}
.MLiveSearch .ResultsItemContainer{font-family: Arial; font-size: 11px}
.MLiveSearch .ResultsItemContainer .Title {font-size: 12px; font-weight:bold}
.MLiveSearch .ResultsItemContainer .Title a,
.MLiveSearch .ResultsItemContainer .Title a:visited {color:@TextNormalFontLinkColor; text-decoration:none}
.MLiveSearch .ResultsItemContainer .Title a:hover {text-decoration:underline}
.MLiveSearch .ResultsItemContainer .Title .TitleIndex {font-weight:normal}
.MLiveSearch .ResultsItemContainer .DisplayURL {font-size:9px; color:Gray}
.MLiveSearch .ResultsItemContainer .Description { color:@TextNormalFontColor;}
.MLiveSearch .PagerContainer {margin-bottom: 20px;}


/********************************/
/*** MODULO INSCRICAO ALUNOS ***/
/***     05 Março 2008      ***/
/*****************************/
.MInscricaoAlunos .ActiveTab { background-color:#416ba0; font-family: Tahoma; font-size: 11px; font-weight:bold; color: #FFFFFF}
.MInscricaoAlunos .InactiveTab{ background-color:#e8e8e8; font-family:Tahoma; font-size: 11px; font-weight:bold; color: #787878}
.MInscricaoAlunos .CamposObrigatorios  {font-family:"Trebuchet MS";	font-size: 11px;color:#DE2929}
.MInscricaoAlunos .TitulosCampos {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d; font-weight:bold}
.MInscricaoAlunos .NodeMainCategory {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d; font-weight:bold}
.MInscricaoAlunos .NodeChildCategory {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d}
.MInscricaoAlunos .ListagemCategoriasEscolhidas select { width:500px; font-family: tahoma, arial, sans-serif;FONT-SIZE: 9px; COLOR: #4d4d4d}
.MInscricaoAlunos .TextoGeral {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; COLOR: #4d4d4d}
.MInscricaoAlunos .NomesVistas {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; color:#416ba0; font-weight:bold}

.MInscricaoAlunos .MessageBox
{
	border: 1px dotted #C6C6C6;
	background-color: #F9F9F9;	
	font-family: "trebuchet MS";
	font-size:11px;	
}
.MInscricaoAlunos .LinksGerais {font-family: tahoma, arial, sans-serif;FONT-SIZE: 11px; color:#416ba0; text-decoration: none}
.MInscricaoAlunos .LinksGerais:hover {TEXT-DECORATION: underline}

/* Row da tabela quando não existe eventos */
.MInscricaoAlunos .EmptyDataRowStyle
{
    color:#666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:normal;	
}
.MInscricaoAlunos .EmptyDataRowStyle td {border:0px;}

/* Células do cabeçalho da tabela de eventos */
.MInscricaoAlunos .HeaderStyle
{
    color:#666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	background-color:#f2f2f2;
	height:30px;
	text-transform:uppercase;	
}
.MInscricaoAlunos .HeaderStyle a {color:#666; text-decoration:underline}

/* Linhas da tabela */
.MInscricaoAlunos .SelectedRowStyle,
.MInscricaoAlunos .RowStyle td,
.MInscricaoAlunos .AlternatingRowStyle td
{
    color:#666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:0.7em;	
	border-bottom: solid 1px #f2f2f2;
	height:30px;
}
.MInscricaoAlunos .SelectedRowStyle a,
.MInscricaoAlunos .RowStyle a:link,
.MInscricaoAlunos .RowStyle a:visited,
.MInscricaoAlunos .AlternatingRowStyle a:link,
.MInscricaoAlunos .AlternatingRowStyle a:visited {color:#416ba0;text-decoration:none}

.MInscricaoAlunos .SelectedRowStyle a:hover,
.MInscricaoAlunos .RowStyle a:hover,
.MInscricaoAlunos .AlternatingRowStyle a:hover {color:#416ba0; text-decoration:underline}
.MInscricaoAlunos .SelectedRowStyle {background-color:#F1F5F9}

/* Controlo de paginação */
.MInscricaoAlunos .PagerStyle td
{
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
    color:#666;
	text-decoration:none;   
}
.MInscricaoAlunos .PagerStyle td span {	background-color:#f2f2f2;padding:2px}
.MInscricaoAlunos .PagerStyle td a {color:#666; text-decoration:none}
.MInscricaoAlunos .PagerStyle td a:hover {font-weight:bold}

.MInscricaoAlunos .FormConsultaInscricao td 
{ 
	border:1px solid #f7f7f7; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666
}


/**************************/
/*** MODULO FORM EMAIL ***/
/*** 22 Outubro 2009  ***/
/***********************/

/* DEPRECATED - movied to less version */


/***************************/
/*** MODULO REPOSITÓRIO ***/
/***   21 March 2009   ***/
/************************/
.MRepositorio {margin:10px; width:auto;} /* Width is mandatory! */

.MRepositorio .MessageBox
{
	border: 1px dotted #C6C6C6;
	background-color: #F9F9F9;	
	font-family: "trebuchet MS";
	font-size:11px;	
}
.MRepositorio .TitulosRepositorio,
.MRepositorio .TitulosDocumentos,
.MRepositorio .DescricoesRepositorio,
.MRepositorio .InfoActualizacao,
.MRepositorio .LinksFuncoes,
.MRepositorio .LinksGerais,
.MRepositorio .VerticalSeparator,
.MRepositorio .InfoTotalDocs,
.MRepositorio .MsgSemItens,
.MRepositorio .AutoresRepositorio,
.MRepositorio .TitulosCamposRepositorio {font-family: tahoma, arial, sans-serif}

.MRepositorio .CamposObrigatorios  {font-family:"Trebuchet MS";	font-size: 11px;color:#DE2929}

.MRepositorio .TitulosRepositorio {FONT-SIZE: 12px; font-weight:bold}
.MRepositorio .TitulosDocumentos {FONT-SIZE: 12px; font-weight:bold;COLOR: #4d4d4d; }
.MRepositorio .DescricoesRepositorio,
.MRepositorio .VerticalSeparator,
.MRepositorio .MsgSemItens,
.MRepositorio .InfoTotalDocs {FONT-SIZE: 11px; COLOR: #4d4d4d}
.MRepositorio .InfoActualizacao {FONT-SIZE: 10px; COLOR: #999999; WHITE-SPACE: nowrap}
.MRepositorio .LinksFuncoes,
.MRepositorio .LinksGerais {FONT-SIZE: 11px; color:#416ba0; text-decoration: none}
.MRepositorio .TitulosCamposRepositorio {FONT-SIZE: 11px; COLOR: #4d4d4d; font-weight:bold}
.MRepositorio .AutoresRepositorio {FONT-SIZE: 11px; font-style:italic; COLOR: #999999}

.MRepositorio .TitulosRepositorio,
.MRepositorio .LinksFuncoes {color: @TextFunctionLinksFontLinkColor; TEXT-DECORATION: none}
.MRepositorio .TitulosRepositorio:hover,
.MRepositorio .LinksFuncoes:hover,
.MRepositorio .LinksGerais:hover {TEXT-DECORATION: underline}

.MRepositorio .InfoTotalDocs IMG {padding: 0px; margin-right: 5px; vertical-align:middle}
.MRepositorio .RepositoryItem
{	
	LINE-HEIGHT: 16px;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 	
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 10px;
	MARGIN-BOTTOM: 0px
}
.MRepositorio .DocumentItem,
.MRepositorio .DocumentItem_Inactive {background-color:#f9f9f9}
.MRepositorio .DocumentItem_Active {background-color:#F1F5F9}


/*******************************/
/*** MODULO SELECTOR IDIOMA ***/
/***     1 Julho 2008      ***/
/****************************/
.MSelectorIdioma {}

.MSelectorIdioma .SeparadorLinks,
.MSelectorIdioma .ModoDropdownlist,
.MSelectorIdioma .ModoBandeira_e_idioma a,
.MSelectorIdioma .ModoCodigoIdioma a,
.MSelectorIdioma .ModoIdioma_e_pais a
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    color: #e3f0f6;
    text-decoration:none;
    vertical-align:middle
}
.MSelectorIdioma .SeparadorLinks {color:#bcdce9}
.MSelectorIdioma .ModoDropdownlist { background-color: #C5D5DD;}
.MSelectorIdioma .ModoBandeira {}
.MSelectorIdioma .ModoBandeira_e_idioma a:hover,
.MSelectorIdioma .ModoCodigoIdioma a:hover,
.MSelectorIdioma .ModoIdioma_e_pais a:hover { text-decoration: underline}
/* não alterar os settings do Separador e da Bandeira excepto as margens laterais. */
.MSelectorIdioma .SeparadorLinks {margin-left:4px; margin-right:5px}
.MSelectorIdioma .Bandeira img { vertical-align:middle}


/**********************/
/*** MODULO LOGIN  ***/
/*** 9 March 2010 ***/
/*******************/

/* DEPRECATED - movied to less version */


/************************************/
/*** MODULO REGISTO UTILIZADORES ***/
/***     1 Julho 2008           ***/
/*********************************/
.MRegistoUtilizadores {padding-top:15px;}

.MRegistoUtilizadores,
.MRegistoUtilizadores td {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px;color:#333}

.MRegistoUtilizadores .CamposObrigatorios  {color:#DE2929}
.MRegistoUtilizadores .NotasImportantesTituloContainer {color:#DE2929; font-weight:normal}
.MRegistoUtilizadores .NotasImportantesTituloContainer {font-size:11px;font-weight:bold}

.MRegistoUtilizadores .asterisco,
.MRegistoUtilizadores .NomeContainer,
.MRegistoUtilizadores .ApelidoContainer,
.MRegistoUtilizadores .ProfissaoContainer,
.MRegistoUtilizadores .NomeUtilizadorContainer,
.MRegistoUtilizadores .PasswordContainer,
.MRegistoUtilizadores .ConfirmePasswordContainer {height:22px; vertical-align:middle}

/* MSG registo com sucesso/registo indisponivel/registo sem sucesso */
.MRegistoUtilizadores .MsgAvisoContainer 
{width:100%; background-color:#FEFEFE; border:1px solid #333}
.MRegistoUtilizadores .MsgAvisoContainer p {margin:10px;}

.MRegistoUtilizadores .BotoesContainer {width:418px;text-align:right;}
.MRegistoUtilizadores .Botoes50 {}


/*****************************/
/*** MODULO GALERIA FOTOS ***/
/***     1 Julho 2008    ***/
/**************************/
.MGaleriaFotos {padding-top:15px; width:100%}
.MGaleriaFotos, .MGaleriaFotos .SelectorAlbuns
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 11px;		
}
.MGaleriaFotos .MiniaturaContainer 
{        
    background-color:#f8f8f8;
    border: 1px solid #EAEAEA;
    margin:5px;
    vertical-align:middle;
}
.MGaleriaFotos .MiniaturaContainer img
{	    
	margin:10px;	
	filter: alpha(opacity=75);	    
    cursor: pointer;    
}
.MGaleriaFotos .BotaoVer
{
	color : #fff;
	border : 0px;
	padding : 0px 8px 1px 8px;
	background-color : #888;
	font-size : 11px;
	height:20px;
	width : 50px; /* Commented Backslash fix hides rule from IE5-Mac - button needs a width \*/
	overflow : visible;
	width : auto; /* end IE5 Mac hide */						
}
.MGaleriaFotos_ImagemAmpliada {	background-color:#EAEAEA; }
.MGaleriaFotos_ImagemAmpliada img {	border:solid 10px #FFF;}
.MGaleriaFotos_ImagemAmpliada a,
.MGaleriaFotos_ImagemAmpliada a:visited
{
	font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold;
	color: #888;
	text-decoration:none;
}
.MGaleriaFotos_ImagemAmpliada a:hover { color: #555;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.MGaleriaFotos *{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;

	margin-left:15px; /* UPGRADE eContentManager */
	margin-top:5px; /* UPGRADE eContentManager */
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 10002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: auto; /* Original 25px Fix para as legendas muito compridas nao sobreporem a navegacao */
	padding:10px 15px 5px 15px; /* Fix original padding:7px 30px 10px 25px; */
	/*float:left;*/ /* Fix permite que a div ocupe toda a largura*/
	
	/* Upgrade - eContentManager */
	overflow:auto;
	max-height:80px;
	width:auto;
}

/* Upgrade - eContentManager */
#TB_iFrameCaption {
	height: auto; 
	padding:10px 15px 5px 15px;
	overflow:auto;
	max-height:80px;
	width:auto;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	/*padding:7px 0 5px 10px;*/ /*Fix nao era necessario*/
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;	
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:10003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:0px; /*original value 1px*/
	_margin-bottom:1px;
}


/****************************/
/*** MODULO MAPA DO SITE ***/
/***   1 Julho 2008     ***/
/*************************/

/* DEPRECATED - movied to less version */


/**************************/
/**** MODULO NOTICIAS ****/
/*** 06 Novembro 2009 ***/
/***********************/

/* DEPRECATED - movied to less version */


/*************************/
/***   MODULO HTML    ***/
/*** 20 Janeiro 2009 ***/
/**********************/

/* DEPRECATED - moved to less version */


/*************************/
/*** MODULO RSSFEEDER ***/
/***  09 March 2010  ***/
/**********************/
.MRssFeederContainer { margin-top:15px; padding:5px;}
.RssFeeder td 
{ 
    font-family:@TextNormalFont;
	color: @TextNormalFontColor;
    padding-bottom:15px; border-bottom:1 solid #fefefe 
}
.RssFeeder td h3 { display:none}
.RssFeeder img 
{ 
    float: left; 
    border:1 solid #fff margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 5px; 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);    
}

.RssFeeder .RssFeederLink a 
{
    font-weight:bold;     
    color:@TextNormalFontLinkColor;
    text-decoration:none;     
}
.RssFeeder .RssFeederLink a:hover { text-decoration: underline; }
.RssFeederData
{    
    font-family:@TextNormalFont;
	color: @TextNormalFontColor;
	font-size:9px;
}

/**************************/
/*** MODULO BREADCRUMB ***/
/***   1 Julho 2008   ***/
/***********************/

/* DEPRECATED - movied to less version */


/**************************/
/*** MODULO QUICKLINKS ***/
/***   1 Julho 2008   ***/
/***********************/
.MQuicklinksContainer
{
	width: 100%;	
	padding-top:0px;
	padding-bottom:10px;
	text-align:center
}
.Links
{
	font-family: Arial, Tahoma,Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
	color: #e8e4c4;
	text-decoration: none;
}
.Links:visited
{
	font-family: Arial, Tahoma,Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #e8e4c4;
	text-decoration: none;
}
.Links:hover
{
	font-family: Arial, Tahoma,Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
.Separadores
{
	font-family: Arial, Tahoma,Verdana,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #c0a473;
	padding-left: 1px;
	padding-right: 1px;
}


/***********************/
/***  MODULO MENUS  ***/
/********************/

/* DEPRECATED - moved to less version */


/***********************/
/*** MODULO EVENTOS ***/
/*** 1 Junho 2008  ***/
/********************/

/* DEPRECATED - movied to less version */
