/**********************************************************
 * Useful styles
 **********************************************************/
.clear_box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*.clear_box {display: inline-block;}*/
/* Hides from IE-mac \*/
* html .clear_box {height: 1%;}
.clear_box {display: block;}
/* End hide from IE-mac */

.alignleft {float:left;}
.alignright {float:right;}

.width-100{width:100%;}

.clearer {clear:both;line-height:normal;}

.escarlate {color:#00B0CA;	background-color: inherit; }
.escarlate a {color:#00B0CA; background-color: inherit; text-decoration:none; /*vertical-align: top; */margin-left: 0px;}

.left-text{text-align:left;}
.center-text{text-align:center;}
.right-text{text-align:right;}


/**********************************************************
 * Window styles [Using MetaPortal Specifications]
 **********************************************************/

.window {
	max-width:950px;
	min-width:760px;
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
	display:block;	
}

.window-top {
	margin-bottom: 10px;
	margin-top: 5px;
}

.window-center {
	margin-bottom: 10px;
}

window-bottom {
}

.windowContainer {
	/*background-color: blue;*/
}

/**********************************************************
 * Portlet styles [Using MetaPortal Specifications]
 **********************************************************/

/* Message */
.portlet-msg-status {
}

.portlet-msg-info {
}

.portlet-msg-error {
	height: 100px; 
	vertical-align: middle; 
	margin: 0; 
	padding: 0; 
	color: rgb( 239, 54, 40);
	background-color: inherit;
}

.portlet-msg-alert{
	background-color: inherit;
	margin: 0;
	padding: 0;
	color: rgb( 212, 156, 82);
	font-weight: bold;
}

.portlet-msg-success {
}


/**********************************************************
* Body styles [Specific IPL style]
**********************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #313131;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
}

body {text-align:center;}


* {margin:0; padding:0;}

h1 {
	font-size:1.2em;
}
.classH1 {
	font-size:1.2em;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
}

ul {
	margin-left: 30px;
}

ol {
	margin-left: 30px;
}
/**********************************************************
* Link styles [Specific IPL style]
**********************************************************/
a {
	color:#00B0CA;
	background-color: inherit;
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	color:#313131;
	background-color: inherit;	
}

a.gray {
	color:#313131;
	background-color: inherit;	
	text-decoration:none;
}

a.gray:hover {
	text-decoration:underline;
}

a.more {
	font-size:1.0em;
	text-align:right;
	display:block;
	padding-bottom:10px;
}

a img {
	border: 0;  margin: 0;  padding: 0;  background: transparent;		
}

/**********************************************************
* Table styles [Using MetaPortal Specifications]
**********************************************************/

.default-table {
	border:1px solid;
	padding:5px;
	border-collapse: collapse;
	text-align:left;
	font-size: 1.0em;
}

.default-table td {
	border: 1px solid;
	padding:5px;
}

.default-table th {
	background-color:#00B0CA;
	border: 1px solid #000000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}

/**********************************************************
* Header logo styles [Specific IPL style]
**********************************************************/
div#header-logo {
	/*height: 113px;*/
	/*width: 100%;*/
}

/*div#header-logo a{*/
	/*padding: 100px 0px 0px 0px;*/
	/*margin: 0;*/
	/*overflow: hidden;	*/
	/*background: url(images/header.gif) no-repeat;*/
	/*height: 0px !important;*/
	/*display:block;*/
/*}*/


/**********************************************************
* Header region styles [Specific IPL style]
**********************************************************/
div#header-region {	
	margin-top: 3px;	
}

div#header-region-user-info {
	float: left; 
	width: 60%; 
}

div#header-region-options {
	float: right; 
	width: 38%;
}


div#header-region table {
	width: auto;
}

div#header-shortcuts,  div#header-languages {
	float: left;
}

div#header-shortcuts {
	
}

div#header-languages {

}


/**********************************************************
* Navigation menu region styles [Specific IPL style]
**********************************************************/
div#navigation-menu {
	float: left;
	width: 180px;
	min-height: 200px; /* To be removed */
	
}

/**********************************************************
* Content region styles [Specific IPL style]
**********************************************************/
.right-content {
/*	clear: right;
	margin-left: 180px;*/
	float: left;
	padding-left: 10px;
	width: 750px;
}

.right-content img {
	margin: 2px;
}

.content {
	clear: right;
}

.content img {
	margin: 2px;
}

/**********************************************************
* Footer region styles [Specific IPL style]
**********************************************************/
div#footer-region {
	margin-bottom: 5px;
	clear: both;
}

/**********************************************************
* Columns region styles [Specific IPL style]
**********************************************************/
.column {
	background-color:#FFFFFF;
	color: inherit;
}
#column1{
	float: left;
	width: 17%;
}

#column2 {
	float: left;
	width: 16%;
	margin-right: 10px;
}
	
#column3{
	float: left;
	width: 33%;
}
	
#column4 {
	float: left;
	width: 18%;
}

#column5 {
	float: right;
	width: 14%;
	/*background: url(../images/students.jpg) no-repeat;
	height: 299px;*/
}

/**********************************************************
 * Quick links styles [Specific IPL style]
 **********************************************************/
.quickLinks {
 	padding-top: 1px;
	float: left;
}
 
.quickLinks ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#00B0CA;	
	background-color: inherit;	
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
}

.quickLinks ul.escarlate {
	width: auto;
}

.quickLinks ul li {
	list-style-type:none;
	float: right;
	margin-left: 2px;
}


#quickLinks ul li a {
	height:16px;
	float: left;
	display: block;
}

/**********************************************************
 * Shortcut and flag  [Specific IPL style]
 **********************************************************/
.flagLink {
	padding-top: 2px!important;
	height:16px;
	width: 16px;
	/*background: orange;*/
}

/**********************************************************
 * Action links  [Specific IPL style]
 **********************************************************/
a.more {
	font-size:1.0em;
	text-align:right;
	display:block;
	padding-bottom:10px;
	padding-top: 2px;
	margin-right: 2px;
}

#printLink {
	background: url(../images/print-icon.gif) no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#backLink {
	background: url(../images/print-icon.gif) no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

/**********************************************************
 * Banners  [Specific IPL style]
 **********************************************************/
div#banners div {	

}

#banners div ul{
	margin: 0 auto;
	width: 960px;
	padding-top:0px;
	height:42px;
	list-style-type:none;
	display:block;
}

#banners li{
	display:block;
	padding-right:5px;
	float:left;
}

#banners li a{
	color:#00B0CA;
	background-color: inherit;
	background-repeat:no-repeat;	
	text-decoration:none;
	height: auto !important; /* for most browsers */
	height /**/:42px; /* for IE5/Win */
	/*width:92px;*/
	display:block;
}

#euBanner{background-image:url(../images/banners/eu-logo.gif);}
#bOnBanner{background-image:url(../images/banners/bon-logo.gif);}
#cienciaptBanner{background-image:url(../images/banners/ciencapt-logo.gif);}
#ineBanner{background-image:url(../images/banners/ine-logo.gif);}
#bisturiBanner{background-image:url(../images/banners/bisturi-logo.gif);}




/**********************************************************
 * Main menu  [Specific IPL style]
 **********************************************************/

.navBox {
	background-color: #00B0CA;
}

.nav-separator {
	border-right:1px solid #FFFFFF;
	width:0px;
	height:15px;
	margin-top:5px;
}

ul.nav {
	z-index: 5555; 
	position:relative;
}

ul.nav, ul.nav * {
	display: block;
}

ul.nav, ul.smallMenu, ul.smallMenu ul, ul.largeMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;/*by vera*/
	background-color: #00B0CA;
	color: inherit;
}

ul.nav, ul.largeMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 188px;/*by vera*/
	background-color: #00B0CA;
	color: inherit;
}

ul.nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}	

ul.nav li {
	position: relative;
}

ul.nav li a, ul.nav li.smaller li a {
	width: 130px;
	display: block;
	text-decoration: none;
	color:#00B0CA;
	background-color: white;
	/*color: inherit;*/
	padding: 5px;
}



ul.nav {
	padding-left: 0px;
	width: 940px;	
	height: 25px;
	font-weight: bold;
	margin: auto;
}

ul.nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/*padding-left:8px;*/
	list-style: none;
}

ul.nav_pt-PT li{
	padding-left:8px;
}

ul.nav_en-EN li{
	padding-left:8px;
}

ul.nav li li {
	height: auto;
	padding-left:0px;
}

ul.nav li ul {
	position: absolute;
	left: 0px;
	top: 29px;
}

ul.nav li a {
	margin-right: 11px;
	margin-left: 11px;
	width: auto;
	display: block;
	text-decoration: none;
	color:white;
	background-color: #00B0CA;
	font-size: 0.9em;
	padding: 5px;
}

ul.nav li.smaller, ul.nav li.smaller a {
	width: auto;
}

ul.nav li a:hover, ul.nav li li a:hover  {
	color: white;
	background-color: #00B0CA;	
}

ul.nav li ul {
	border-bottom: 1px solid #00B0CA;
}

ul.nav li li {
	border: 1px solid #00B0CA;
	border-bottom: 0;
}

ul.nav li ul {
	position: absolute;
	left: 0;
	top: 23px;
	display: none;
	font-weight: normal;
}

ul.nav li:hover ul, ul.nav li.over ul { 
	display: block; 
}

ul.nav li:hover ul ul, ul.nav li.over ul ul{ 
	display: none; 
}

ul.smallMenu li ul{
	position: absolute;
	left: 128px;
	top: -1px;
	display: none;
}

ul.nav li li li{
	position: relative;
}

ul.nav li li:hover ul, ul.nav li li.over ul { 
	display: block;
}

ul.nav li li:hover ul ul, ul.nav li li.over ul ul { 
	display: none;
}

ul.smallMenu li li ul{
	position: absolute;
	left: 128px;
	top: -1px;
	display: none;
}

ul.nav li li li {
	position: relative;
}

ul.nav li li li:hover ul, ul.nav li li li.over ul { 
	display: block;
}

ul.nav li li li:hover ul ul, ul.nav li li li.over ul ul { 
	display: none;
}

ul.smallMenu li a {
	margin-right: 0px;
	margin-left:0px;
	width: 118px;
	display: block;
	text-decoration: none;
	color:#000000;
	background-color: white;
	font-size: 0.8em;
	padding: 5px;
}


ul.largeMenu li a {
	margin-right: 0px;
	margin-left:0px;
	width: 176px;
	display: block;
	text-decoration: none;
	color:#000000;
	background-color: white;
	font-size: 0.7em;
	padding: 5px;
	
}

ul.largeMenu li ul {
	position: absolute;
	left: 186px;
	top: -1px;
	display: none;
}

ul.largeMenu li li a {
	width:118px;
}

ul.largeMenu li li ul{
	position: absolute;
	left: 128px;
	top: -1px;
	display: none;
}

/**********************************************************
 * Agenda styles  [Specific IPL style]
 **********************************************************/
#marquee {
	margin-top:5px;
	margin-bottom:10px;	
	/*background-image:url(../images/agenda/frame.png);
	background-position:top left;
	background-repeat:no-repeat;*/
	height:132px;
	z-index: 1;
	background-color: #ecedef;
}
	
#marquee .agenda {
	/*float:right;*/
	float:left;
	width:61.3%;
	padding:5px 10px 5px 25px;
}
		
#marquee .media {
	width:35%;
	/*float:left;*/
	float:right;
	text-align:right;
	background-position:top right;
	background-repeat:no-repeat;
	z-index: 999;
}

.summary {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

.summary h1 {
	font-size:1.1em;
}

.summary h2 {
	font-size:1.1em;
	padding-bottom:.7em;
}

.summary p {
	text-decoration:none;
}

.agenda-img-block {
	padding-right: 2px;
	width:333px;
	height:132px;
	/*background: url(../images/agenda/agenda-advertisement-V2.gif) no-repeat;*/
	/*background: url(../images/agenda/agenda-advertisement.png) no-repeat;*/
	/*background: url(../images/agenda/banner_p_estrategico.jpg) no-repeat;*/
	background: url(../images/agenda/acontece.jpg) no-repeat;
	z-index: 900;
}

.otherLink {
	color:#000000;
	background-color: inherit;	
	text-decoration:none;
	cursor: pointer;
}

.otherLink:hover {
	color:#00B0CA;
	background-color: inherit;	
}

.black-text{
	color:#000000;
	background-color: inherit;	
}

.white-text{
	color:#FFFFFF;
	background-color: inherit; /*transparent;*/
	margin: 200px 120px 0px 0px;
	/*margin-top:-200px;*/
	text-decoration:underline;
}

/***********************************************/
/* News styles  [Specific IPL style]	   */
/***********************************************/

#headline {
	padding-top:8px;
	padding-bottom:8px;	
	color:#00B0CA;
	background-color: inherit;	
	font-size:1.4em;
	font-weight:bold;
}

.news-separator {
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 10px;
}
	
.box{
	margin-right:10px;
}

.redbox{
	background-color:#00B0CA;	
	color: inherit;	
}

.gray {
	color: #313131;
	background-color: inherit;	
}

.news-image{
	width:298px;
}

#latestNews div.box {
	max-width:302px;
	width:302px;
	/*background-image:url(../images/bbottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
}
#latestNews div.summary{
	border-left:2px solid #00B0CA;
	border-right:2px solid #00B0CA;	
}	
#latestNews div.summary h2{	
	margin:0px; /* estava a 5px */
}	

#latestNews div.summary p{	
	margin:0px; /* estava a 5px */
	text-align: justify;
}
#latestNews div.summary a.more{	
	margin-right:10px;
}	

/*#latestNews div.endbox{
	background-image:url(../images/bbottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-top:-5px;
	height:10px;
}*/	

#latestNews div.classH1{
	color:#FFFFFF;
	background-color: inherit;	
	text-align:right;
	padding:5px;
	padding-right:10px;
}	
#latestNews div.media{
	padding-bottom:10px;
}

/**********************************************************/
/*	 ListMenu [Specific IPL style]	      				  */
/**********************************************************/

.title-left{
	color:#00B0CA;
	background-color: inherit;	
	font-size:1.9em;
	padding-left:0px;
	padding-top:15px;
	padding-bottom:15px;
}

.menu_left-first{
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 10px;
	padding-top: 15px;
	color: #707070;
}

.menu_left { 
	padding-bottom: 15px; 
 } 

.menu_left a, .menu_left-first a{
	color: #707070;
	background-color: inherit;	
}

.sub-title-active { 
	font-size:1.4em; 
 	font-weight:bold;        
 	color: #00B0CA; 
 	background-color: inherit;
} 

.menu_left a:hover, .menu_left-first a:hover{
	text-decoration: underline;
}

.sub-title{
	font-size:1.4em;
	font-weight:bold;
}

/**********************************************************/
/*	 Content Redering [Specific IPL style]	     		  */
/**********************************************************/

.title-right {
	color:#00B0CA;
	background-color: inherit;	
	font-size:1.9em;
	padding-left:0px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:normal;
}

.summary-image
{	
	margin-bottom: 5px;
}

.summary-text
{
	margin-bottom: 20px;
}

/*******************************************************************/
/*	 Main Items(like news, events,...) in main [Specific IPL style]*/
/*******************************************************************/

.item_main-first{
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 10px;
	padding-top: 15px;
}

.item_main a, .item_main-first a{
	color: #707070;
	background-color: inherit;	
}

.item_main a:hover, .item_main-first a:hover{
	text-decoration: underline;
}

.item_main_sub-title{
	font-size:1.4em;
	font-weight:bold;
}

/**********************************************************/
/*	 Form styles [Specific IPL style]				      */
/**********************************************************/
.field-title {
	margin-bottom: 3px;
}

.field-component-holder {
	margin-bottom: 15px;
	clear: both;
}

.calendar-handler {
	background: url(../images/calendar.png) no-repeat;
	height: 16px;
	width: 16px;	
	float: left;
	cursor: pointer;
}

.xsmall-field, .small-field, .medium-field, .large-field, .all-area-field {
	/*border: 1px solid rgb(91, 91, 91);*/
	padding: 1px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.file {
	padding: 1px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

input.all-area-field {
	width: 100%;
	height: 16px;
}
	
input.xsmall-field {
	width: 100px;
	height: 16px;
}

input.small-field {
	width: 166px;
	height: 16px;
}

input.medium-field {
	width: 220px;
	height: 16px;
}

input.large-field {
	width: 450px;
	height: 16px;
}

select.small-field {
	width: 166px;
	height: 19px;
}

select.xsmall-field {
	width: 100px;
	height: 19px;
}

select.medium-field {
	width: 220px;
	height: 19px;
}

select.medium-field option, select.small-field option, select.xsmall-field option {
	height: 15px;
}

/**********************************************************
* Navigation events [Specific IPL style]
**********************************************************/

.navigation-events-header{
	float: left; 
	width: 100%; 
	margin-bottom: 20px;
}

.navigation-events-footer{
	float: left; 
	width: 100%; 
	margin-top: 20px;
}

.navigation-events-link a{
	color: #707070;
	text-decoration: underline;
	background-color: inherit;
}


/**********************************************************
* Component Search Content
**********************************************************/


.search-field {	
	
	position: relative;
	top: -2px;
	overflow: hidden;
	/*float: right;*/
	padding: 0px 5px 0px 10px;
	width: 153px;
	height: 19px;
	
}
	

.search-field-btn {
	background: url(../images/icsearch.gif) 0 2px no-repeat;
	margin-left: 135px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.search-field-input-area {
	float: left;
}

.search-field-input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	font-style:italic; 
	color: rgb(104, 104, 104); 
	background-color: white; 
	
	border: 1px solid #00B0CA;
	width: 130px;
	height: 16px;
	margin: 0;
	padding-left: 2px;
}

/**********************************************************
* Components Agenda page
**********************************************************/

.input-combobox-agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	font-style:italic; 
	color: rgb(104, 104, 104); 
	background-color: white; 	
	border: 1px solid black;
	width: 130px;
	height: 19px;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}

/**********************************************************
* Content Archive 
**********************************************************/

.archive-left-region-years {
	float: left; 
	width: 80px; 
	min-height: 80px;
	margin-left: 5px;
}

.archive-main-region {
	float: left; 
	padding-left: 10px; 
	width: 840px;
}


