h1{
	font-size:16px;
	font-weight:bold;
}
h2{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

ul{
	/*margin:0px;*/
	margin-right:0px;
}
li{
	/*list-style:none;*/
	margin-bottom:2px;
}

#projectContent{
    border-top-color:#34B44B !important;
}
.projectNavItem a:hover, .projectNavItem:hover a{
	color:#34B44B !important;
}
#bannerBottom{
    top:576px;
}


/* ----------------------- */
/* ----- PROJECT NAV ----- */
/* ----------------------- */

.projectNav{
	width:1024px;
	height:20px;
	background-color:#CCCCCC;
}
#projectNavEN{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}
#projectNavPT{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	display:none;
}
#projectNavPT a{
	font-style:italic;
}

.projectNavItem{
	float:left;
	width:60px;
	height:20px;
	padding:0px;
	padding-left:25px;
	padding-right:25px;
}

.projectNavItem img{
	margin:0px;
	/*margin-top:-20px;*/
	padding:0px;
	float:right;
}

.projectNavItem a:hover{
	color:#FF0000;
}

/* --- WARNING --- */

.noteWarning{
	color:#FF0000;
	font-style:italic;
	margin-bottom:10px;
	padding:2px;
	border:1px dashed #FF0000;
}


/* ----------------------- */
/* ----- TAB CONTENT ----- */
/* ----------------------- */

.tabContent{
	position:absolute;
	top:20px;
	left:0px;
	width:1024px;
	height:556px;
	overflow:hidden;
	display:none;
}
.tabContent a{
	color:#34B44B;
}
.tabContent a:hover{
	color:#666666;
}

.overlayPanel{
	position:absolute;
	top:20px;
	padding:10px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
}
.factsPanel{
	right:20px;
	width:200px;
	color:#000000;
}
.factsPanel li{
	margin-bottom:15px;
}

/* --- CLOSE X --- */

.closeX{
	float:right;
}
.closeX h1:hover{
	cursor:pointer;
	color:#FF0000;
}

/* ---------------------- */
/* --- TAB SIDE PANEL --- */
/* ---------------------- */

.tabMainPanel{
	position:absolute;
	top:0px;
	left:0px;
	text-align:justify;
}
.tabMainPanel p{
	margin-right:10px;
}
.tabMainPanelSlideshow{
	width:724px;
	height:556px;
	overflow:hidden;

}
.tabMainPanelText{
	width:720px;
	height:535px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:2px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.tabMainPanelText h3{
	font-size:14px;
	font-style:italic;
	margin-top:5px;
	margin-bottom:2px;
}


.tabSidePanel{
	position:absolute;
	top:0px;
	right:0px;
	width:290px;
	height:546px;
	padding:5px;
	border-left:1px solid #CCCCCC;
	color:#333333;
	overflow-x:hidden;
	overflow-y:scroll;
}
.tabSidePanel h3, .sidePanelList h3{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin-bottom:2px;
	/*cursor:pointer;*/
}
.tabSidePanel p{
	text-align:justify;
	font-size:10px;
}
.tabSidePanel img{
	margin:5px;
	margin-left:0px;
}

.sidePanelList{
	border-bottom:1px solid #666666;
	margin-bottom:20px;
	margin-top:10px;
}
.foldableList ul{
	margin-left:0px;
	margin-bottom:2px;
}
.foldableList li{
	font-size:11px;
	list-style-type:none;
	margin:0px;
	margin-left:5px;
	max-width:260px;
}
.foldableList li ul{
	margin-left:15px;
}
.foldableListCircle li{
	list-style-type:circle;
	margin-left:12px;
}

.listPlus{
	width:20px;
	height:20px;
	float:right;
	margin-top:-20px;
	text-align:center;
	vertical-align:center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

/* ------------------ */
/* --- NEWS ITEMS --- */
/* ------------------ */

.newsItem{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
.newsItem h1{
	margin-bottom:2px;
}
.newsItem p{
	margin-top:2px;
	margin-bottom:0px;
}
.newsDate, .eventDate{
	font-weight:normal;
}

/* ----------------- */
/* --- SCHEDULES --- */
/* ----------------- */

.eventItem{
	clear:both;
	margin-top:0px;
}
.eventItem ul{
	list-style:none;
}
.eventItem li{
	clear:both;
}

.eventItem img{
	float:left;
	margin:0px;
	margin-right:3px;
	padding:0px;
}

.eventTime{
	width:80px;
	font-style:italic;
	float:left;
}
.eventName{
	font-weight:bold;
	float:left;
}
.eventText{
	/*float:left;*/
}



/* table version */
.inSPagenda td{
	width:100px;
	padding:0px;
	margin:0px;
	height:24px;
}

/* ------------------------- */
/* --- LANGUAGE SETTINGS --- */
/* ------------------------- */

.langPT{
	display:none;
}


