
/* - ++resource++lightbox.css - */
@media screen {
/* http://www.enea.it/portal_css/++resource++lightbox.css?original=1 */
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 0;
float: left;
}
#lightbox-nav-btnNext {
right: 0;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose,
#lightbox-secNav-btnClose:focus {
width: 26px;
float: right;
padding-bottom: 0.7em;
outline:none;
}

}


/* - raptus.article.css - */
@media screen {
/* http://www.enea.it/portal_css/raptus.article.css?original=1 */
/* */
/* */
#components ul {
margin:2em 0;
padding:0;
list-style:none;
}
#components ul li {
display:block;
clear:both;
background:none;
margin:-1px 0 0 0;
padding:5px 11px;
list-style:none;
position:relative;
border-width:1px 0;
border-style:solid;
border-color:#8cacbb White;
}
#components ul li a {
border:none;
}
#components ul li label {
cursor:pointer;
}
#components ul li input {
float:right;
margin:3px 5px 0 10px;
}
#components ul li img {
float:left;
margin:0 1em 0 0;
}
#components ul li strong {
display:block;
font-weight:normal;
font-size:15px;
line-height:20px;
}
#components ul li span {
display:block;
font-weight:normal;
margin:1em 0 0 0;
}
#components ul li .information {
display:none;
position:absolute;
right:40px;
top:30px;
background-color:#dee7ec;
border:1px solid #8cacbb;
border-top:none;
padding:0.5em 1em;
margin:0;
width:40%;
z-index:1;
border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-o-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
box-shadow: 2px 2px 2px #aaa;
-moz-box-shadow: 2px 2px 2px #aaa;
-webkit-box-shadow: 2px 2px 2px #aaa;
}
#components ul li.hover {
padding:5px 10px;
background-color:#dee7ec;
border-width:1px;
border-color:#8cacbb;
box-shadow: 2px 2px 2px #aaa;
-moz-box-shadow: 2px 2px 2px #aaa;
-webkit-box-shadow: 2px 2px 2px #aaa;
}
#components ul li.hover .information {
display:block;
}
#components ul li .information span {
margin:0;
}
#components .actionButtons {
clear:both;
}
.component {
margin:0 0 1em 0;
}
.hidden {
opacity:0.2;
-moz-opacity:0.2;
-o-opacity:0.2;
-webkit-opacity:0.2;
}
.hidden:hover {
opacity:0.6;
-moz-opacity:0.6;
-o-opacity:0.6;
-webkit-opacity:0.6;
}
.componentBlock {
margin:3em 0;
padding:1em 2em;
border:1px solid #8cacbb;
background-color:#dee7ec;
overflow:hidden;
}
.componentLeft {
float:left;
clear:left;
padding:0 1em 0 0;
}
.componentRight {
float:right;
clear:right;
padding:0 0 0 1em;
}
.componentFull {
text-align:center;
}
ul li.component a {
border-bottom:none;
}
ul.manageableList li,
.component {
position:relative;
}
ul.manageableList li .manage,
.component .manage {
position:absolute;
z-index:1;
top:2px;
right:4px;
padding:2px 5px;
background-color:#cde2a7;
border:1px solid #74ae0b;
border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-webkit-border-radius:3px;
box-shadow: 1px 1px 4px #aaa;
-moz-box-shadow: 1px 1px 4px #aaa;
-webkit-box-shadow: 1px 1px 4px #aaa;
opacity:0.6;
-moz-opacity:0.6;
-o-opacity:0.6;
-webkit-opacity:0.6;
}
ul.manageableList li .manage:hover,
.component .manage:hover {
opacity:1;
-moz-opacity:1;
-o-opacity:1;
-webkit-opacity:1;
}
ul.manageableList li .manage a,
.component .manage a {
display:inline !important;
border:none;
}
ul.manageableList li .manage a img,
.component .manage a img {
display:inline !important;
}
.clearfix:after,
.component:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix, .component {display: inline-block;}
/* \*/
* html .clearfix, * html .component {height: 1%;}
.clearfix, .component {display: block;}
/* */
/* */
}


/* - raptus.article.listings.css - */
@media screen {
/* http://www.enea.it/portal_css/raptus.article.listings.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
ul.listing {
clear:both;
margin:3em 0;
line-height:1.5em;
font-size:0.9em;
}
ul.listing h2 {
border:none;
margin-top:0;
font-size:1.3em;
}
ul.listing .component {
margin-bottom:0;
}
ul.listing li .component {
background-color:transparent;
}
ul.listing li .component a,
ul.listing li .component span {
display:block;
overflow:hidden;
float:left;
position:relative;
}
ul.listing li .component a img,
ul.listing li .component span img {
display:block;
}
ul.listing li {
overflow:hidden;
border-bottom:1px solid #8cacbb;
padding:1em;
margin:0;
}
ul.listing-left li .component a,
ul.listing-left li .component span {
height:65px;
}
ul.listing-right li .component a,
ul.listing-right li .component span {
height:65px;
}
ul.listing-columns {
overflow:hidden;
}
ul.listing-columns li .component a,
ul.listing-columns li .component span {
height:130px;
}
ul.listing-columns li {
float:left;
width:200px;
border-bottom:0;
margin-right:2em;
padding:0;
background-color:transparent;
}
ul.listing-columns .first {
clear:both;
}
ul.listing-columns .last {
margin-right:0;
}
ul.listing-columns .component {
margin-bottom:0.5em;
}
/* */
}


/* - raptus.article.gallery.css - */
@media screen {
/* http://www.enea.it/portal_css/raptus.article.gallery.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
ul.gallery {
clear:both;
margin:0 0 2em 0;
line-height:1.5em;
font-size:0.9em;
}
ul.gallery li,
#content ul.gallery li {
background-color:transparent;
display:block;
}
ul.gallery li a,
ul.gallery li span,
ul.gallery li a img {
display:block;
}
ul.gallery li a,
ul.gallery li span {
overflow:hidden;
border:none;
}
ul.gallery-left {
width:200px;
padding:0 3em 1em 0;
background-color:White;
}
ul.gallery-left li a,
ul.gallery-left li span {
height:130px;
}
ul.gallery-right {
clear:right;
float:right;
width:200px;
padding:0 0 1em 3em;
background-color:White;
}
ul.gallery-right li {
text-align:right;
}
ul.gallery-right li a,
ul.gallery-right li span {
height:130px;
}
ul.gallery-columns {
overflow:hidden;
margin:3em 0 3em 0;
}
ul.gallery-columns li {
float:left;
border-bottom:0;
margin-right:2em;
padding:0;
background-color:transparent;
text-align:center;
width:200px;
}
ul.gallery-columns li a,
ul.gallery-columns li span {
height:130px;
}
ul.gallery-columns li.first {
clear:both;
}
ul.gallery-columns li.last {
margin-right:0;
}
ul.gallery-columns .teaser {
margin-bottom:0.5em;
}
/* */
}


/* - ++resource++inlinelightbox.css - */
@media screen {
/* http://www.enea.it/portal_css/++resource++inlinelightbox.css?original=1 */
.jquery-lightbox {
position: relative;
top: 0;
left: 0;
width: 100%;
text-align: center;
line-height: 0;
margin:0;
}
.jquery-lightbox a img { border: none; }
.lightbox-container-image-box {
position: relative;
background-color: #fff;
width:32px;
height:32px;
margin: 0 auto;
overflow:hidden;
}
.lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lightbox-image, .lightbox-image-prev {
display:block;
position:relative;
}
.lightbox-container-image {
overflow:hidden;
position:relative;
text-align:left;
}
.lightbox-container-image-prev {
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
text-align:left;
}
.lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background:url("++resource++inlinelightbox-blank.gif") transparent repeat;
}
.lightbox-container-image-box > .lightbox-nav { left: 0; }
.lightbox-nav a { outline: none;}
.lightbox-nav-btnPrev, .lightbox-nav-btnNext {
width: 40%;
height: 100%;
zoom: 1;
display: block;
}
.lightbox-nav-btnPrev {
left: 0;
float: left;
}
.lightbox-nav-btnNext {
right: 0;
float: right;
}
.lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: hidden;
width: 100%;
text-align: left;
}
.lightbox-container-image-data {
color: #666;
}
.lightbox-container-image-data .lightbox-image-details {
text-align: left;
}
.lightbox-image-details-caption { font-weight: bold; }
.lightbox-image-details-currentNumber {
visibility:hidden;
display: block;
clear: left;
padding-bottom: 1.0em;
}

}


/* - raptus.header.css - */
@media screen {
/* http://www.enea.it/portal_css/raptus.header.css?original=1 */
#portal-content-header{
text-align:center;
display:inline-block;
}
#portal-content-header p {
position:absolute;
left:0;
bottom:0;
}

}


/* - ++resource++enea.skin.stylesheets/main.css - */
@media screen {
/* http://www.enea.it/portal_css/++resource++enea.skin.stylesheets/main.css?original=1 */
/* */
body{background-color: #ECEDF1; font-family: ExpresswayRegular;}
#visual-portal-wrapper{ overflow: hidden;  width:995px; margin:0 auto;   background: url("++resource++enea.skin.images/sf_wrapper.png") repeat-y scroll center bottom transparent;}
#visual-portal-padding{
width:960px; margin:0 auto;  background-color: white; overflow: hidden;}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.75em;
color: #444444;
}
h5 {
font-size: 1.00em;
color: #444444;
}
h6 {
font-size: 1.00em;
color: #8f3535;
}
h4 {
font-size: 1.00em;
color: #286647;
}
.imageLeft{
float: left;
padding: 0px 20px 20px 0;
}
#content li, dl.portlet li{
margin-bottom: 0;
}
#content li{
list-style-position: inside;
}
#content{
width: 100%;
margin-top: 0;
margin-left: 0;
margin-right: 0;}
#default-cgmap {
height:700px;
}
#collage .two-columns-largeleft .block_1 {
width: 64%;
margin-top: -2em;
}
#collage .two-columns-largeleft .block_2 {
width: 34%;
}
#content h1.documentFirstHeading {
border-bottom: 1px solid #e4e4e4;
color: #205C90;
margin-bottom: 10px;
line-height: 26px;
background-color: transparent;
}
#portal-leftactions{
float: left;
padding: 3px 5px;
}
#portal-rightactions{
float: right;
padding: 3px 5px;
}
#portal-rightactions li,
#portal-leftactions li{
display:inline;
}
dl.portlet ul.navTree .navTreeCurrentItem{
border-left: 0px;
}
.portlet.subjects .selected,
.portlet.years .selected{background-color: #EEEEEE;}
/* */
.panes .portletItemDetails{
text-transform: uppercase;
font-size: 12px;
margin-top: -17px;
padding: 0;
float: right;
}
.portletNewsEvents .portletHeader {
background: url("++resource++enea.skin.images/header-news.png") no-repeat scroll left bottom transparent;
border: medium none;
overflow: hidden;
padding: 12px 1em 28px;
}
.portletNewsEvents .portletHeader .menu li a:link{
border: none !important;
font-size: 17px;
}
.portletNewsEvents .portletHeader .menu li a:hover{
}
.portletNewsEvents .portletHeader span{
display:none;
}
.portletNewsEvents .menu li {
float: left;
font-size: 15px;
font-weight: normal;
margin-right: 5px;
padding: 0 10px 0 8px;
border-right: 1px solid #CCCCCC;
}
.portletNewsEvents .menu li:last-child{
border:none;
}
.portletNewsEvents .menu li a.current{
background: none;
color: #75AD0A !important;
font-size: 17px;
font-weight: normal;
text-transform: none;
border-right: 0px solid #CCCCCC;
}
.portletNewsEvents .menu li a{
color: white;
}
.portletNewsEvents .imageLeft,
#ytvideo2{float: left; margin-right: 10px; }
.portletNewsEvents .imageLeft{
padding: 0;
}
.portletNewsEvents .item{
overflow: hidden;
margin-bottom: 10px;
min-height: 65px;
height: 65px;
height: auto;
}
.portletNewsEvents h2{
font-size: 12px;
}
.portletNewsEvents h2.item-title{
font-weight: normal;
color: #0C3966;
line-height: 18px;
margin-bottom: 7px;
}
.portletNewsEvents h2.item-container{
font-size: 12px;
}
.portletNewsEvents .portletItem{
padding: 0px !important;
}
.portletNewsEvents .scrollable{
position:relative;
overflow:hidden;
width: 607px;
height: 365px;
}
.portletNewsEvents .scrollable .items {
/* */
width:20000em;
position:absolute;
}
.portletNewsEvents .items ul {
float:left;
width: 607px;
}
.portletNewsEvents .items ul li{
float: left;
width: 49%;
margin-right: 0;
margin-bottom: 18px !important;
border-bottom: 1px solid #ccc;
}
.portletNewsEvents .news-listing .odd{
margin-right: 10px;
}
.portletNewsEvents .navi{text-align: center;width: 54%;margin: 0 auto; }
.portletNewsEvents .navi a { padding: 0px 5px; cursor: pointer; margin: 0 2px; }
.portletNewsEvents .navi a.active{ font-weight: bold; }
/* */
.portletIAmContainer {
width: 690px;
}
.portletIAmContainer .portletHeader{
background: url("++resource++enea.skin.images/header-enea.png") no-repeat scroll left bottom transparent;
border: medium none;
overflow: hidden;
padding: 20px 1em;
}
#collage .portletIAmContainer .portletHeader{
padding: 14px 1em 26px;
}
/* */
.verticalslider {
background: url("++resource++enea.skin.images/sf_IAM.jpg") no-repeat scroll left center transparent !important;
height: 228px;
margin: 0;
}
.verticalslider_tabs {
float: left;
margin-right: 0;
padding: 6px 0 6px 5px;
width: 173px;
}
.verticalslider_tabs li {
margin: 0px;
padding: 0px;
list-style-type: none;
height: 33px;
}
.verticalslider_tabs a:link, .verticalslider_tabs a:visited {
display: block;
height: 20px;
padding: 7px 0px 7px 19px;
font-size: 13px;
font-weight: bold;
color: #999;
/* */
text-decoration: none;
background: #fff url("++resource++enea.skin.images/sf_item_IAM.jpg") no-repeat right center;
}
.verticalslider_tabs a:hover, .verticalslider_tabs a:active {
background: url("++resource++enea.skin.images/sf_item_hover_IAM.jpg") no-repeat right center;
color: #068fc5;
}
.verticalslider_tabs li:first-child a:link, .verticalslider_tabs li:first-child a:visited {
background-color: transparent;
border-top: none;
}
.verticalslider_tabs .activeTab a:link, .verticalslider_tabs .activeTab a:visited{
background: url("++resource++enea.skin.images/sf_item_hover_IAM.jpg") no-repeat 10px center;
border: none;
font-style: normal;
color: #fff;
}
.verticalslider_tabs .activeTab a:hover, .verticalslider_tabs .activeTab a:active{
background: url("++resource++enea.skin.images/sf_item_hover_IAM.jpg") no-repeat right center;
border-right: 1px solid #068fc5;
color: #fff;
}
.verticalslider_contents li {
margin: 0px;
padding: 0px;
overflow: hidden;
padding: 0px;
}
.verticalslider_contents li h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #333333;
margin: 5px 20px;
padding: 0px;
}
.verticalslider_contents li p {
margin: 0;
padding: 5px 0 5px 0;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.verticalslider_contents {
background: url("++resource++enea.skin.images/verticalslider_contents.jpg") repeat-y scroll -1px 0 transparent;
float: left;
height: 219px;
left: 0;
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
position: relative;
width: 499px;
top: 5px;
}
ul.verticalslider_contents{
margin: 0;
padding: 0;
}
.verticalslider_contents li {
display: none;
position: absolute;
margin: 0;
padding: 0;
list-style-type: none;
}
.verticalslider_contents .activeContent {
display: inline;
}
.verticalslider h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
float: left;
}
.verticalslider .playPause a{display:block;width: 60px;height: 60px;position:absolute;z-index:50;}
.verticalslider .play a:link,.verticalslider .play a:visited{background: url() no-repeat 0 0;display: none;}
.verticalslider .pause a:link,.verticalslider .pause a:visited{background: url(../images/pauses.png) no-repeat 0 0;}
.verticalslider .pause a:hover,.verticalslider .pause a:active,.verticalslider .play a:hover,.verticalslider  .play a:active{background-position:0px -60px;border-bottom: none;}
/* */
#textExample .verticalslider_contents li { display: none }
#textExample .verticalslider_contents li.activeContent { display: inline }
.item_link {
width: 223px;
background-color: transparent;
font-weight: bold;
margin: 0;
padding: 0;
text-indent: 10px;
}
.item_link a:link {
color: #205c90 !important;
text-decoration: none;
width: 188px;
}
.item_link a:visited {
color: #fff;
text-decoration: none;
}
.item_link a:hover {
color: #fff;
}
.item_link a:active {
color: #fff;
text-decoration: none;
}
.photo_box_content img {
margin: 0;
padding: 0;
}
.photo_box {
padding-left: 26px;
padding-top: 24px;
}
.clear {
clear: both;
}
.photo_box1 {
float: left;
width: 223px;
padding: 0 13px 0 0px;
}
.photo_box2 {
float: left;
width: 223px;
padding: 0;
margin: 0;
}
.photo_box3 {
float: right;
width: 223px;
padding: 0 135px 0 0;
margin: 0;
}
p.read_more { padding: 0 0 5px 0;}
p.read_more a {
padding-left: 40px;
color: #e49700;
text-decoration: none;
font-weight: bold;
}
p.read_more a:visited {
color: #e49700;
text-decoration: none;
}
p.read_more a:hover {
color: #e49700;
text-decoration: none;
}
p.read_more a:active {
color: #e49700;
text-decoration: none;}
#enea-top{
border-bottom:1px solid silver;
font-size:12px;
margin: 5px;}
#portal-rightactions li {
margin-right:15px;
}
#portal-languageselector {
background: transparent;
}
#portal-logo {
margin: 1em 0 5px 10px;}
#portal-searchbox {
margin: 2em 1em;
}
#portal-searchbox input.searchField{
-webkit-border-radius:5px;
-moz-appearance: none;
-moz-border-radius: 17px 17px 17px 17px;
border: 2px solid #205C90;
padding: 6px;
width: 216px;
vertical-align: middle;
}
#portal-searchbox .searchButton{
background: url("++resource++enea.skin.images/search.jpg") no-repeat scroll right center transparent;
border: none !important;
padding: 6px;
width: 21px;
height: 21px;
position: relative;
left: -40px;
margin-right: -14px;
vertical-align: middle;}
#LSResult {
margin-top: 0;
}
.verticalslider_contents li { display: none }
.verticalslider_contents li.activeContent { display: inline }
#content a:visited, dl.portlet a:visited {
border-bottom: none;}
#content a:link, dl.portlet a:link {border:none; background-color: transparent;}
div.position-0 { margin-left: -99.875%;}
#portal-header { margin-bottom:10px; }
#doormat-container{  background-color:#C2CDD9; margin:0px 0px 0px 0px;}
/* */
#portal-globalnav {
margin: 0 0 0; background-color: #205C90;
}
#portal-globalnav li a {
min-width: 1em; color: white; background-color: transparent !important; padding: 6px 12px;
}
#portal-globalnav .selected a:hover {
color:#dddddd;
}
/* */
#content dd {    margin: 0 0 0 0;}
.portletVideoPlaylist .playlist img{width: 70px; height:50px; }
.portletVideoPlaylist .playlist li{float: left;text-align: center;}
.portletVideoPlaylist .scrollable {
/* */
position:relative;
overflow:hidden;
width: 328px;
height:64px;
}
.portletVideoPlaylist .scrollable .items {
/* */
width:20000em;
position:absolute;
}
.portletVideoPlaylist .items ul {
float:left;
}
.portletVideoPlaylist li.eneavideo a {padding: 7px;
width: 70px;
height: 50px;
display: block;
}
.portletVideoPlaylist li.currentvideo a{ background-color: #D1E1FA !important; }
.portletVideoPlaylist .navi{ text-align: center;
margin-top: 5px;
width: 96%;}
.portletVideoPlaylist .navi a { padding: 0px 5px;
cursor: pointer;
margin: 0px 1px; }
.portletVideoPlaylist .navi a.active{ font-weight: bold; }
.portletVideoPlaylist h1{font-size: 15px; margin: 6px 0;}
.portletVideoPlaylist  .all-video-link{
float: right;text-transform: uppercase; position: relative;
top: 1.5em;
}
.portletVideoPlaylist .video-title{height: 11px; padding: 5px; width: 318px; border-bottom: 1px solid #ccc;
}
.portletVideoPlaylist .video-title.active {
border-bottom: 1px solid #ccc;
height: 10px;
padding: 5px;
width: 318px;
}
.section-index #portal-breadcrumbs {display:none;}
a.item-title{font-size: 14px;}
.portletItemDetails{text-align:right;}
dl.portlet.portletNewsEvents .pane{
margin-right: 30px;
font-size: 12px;
line-height: 16px;
}
.portletVideoStreaming span,
.portletVideoPlaylist span{
font-size: 17px;
font-weight: normal;
}
dl.portletVideoStreaming .portletHeader a.tile,
dl.portletVideoPlaylist .portletHeader a.tile{
color: #205C90 !important;
}
.portletVideoStreaming .portletHeader,
.portletVideoPlaylist .portletHeader{
margin-bottom: 1em;
background: url("++resource++enea.skin.images/header-video.png") no-repeat left bottom;
border: medium none;
height: 29px;
overflow: hidden;
padding: 18px 18px;
}
.portletVideoStreaming,
.portletVideoPlaylist {
width: 340px;
margin-top: -27px !important;
}
body:nth-of-type(1) .portletVideoPlaylist{
margin-top: -29px !important;
}
.portletVideoStreaming .portletItem,
.portletVideoPlaylist .portletItem{
padding: 0 !important;
margin: 0 !important;
}
.news-listing{
float: right;
width: 46%;
}
.news-listing img{
width: 80px;
height: 60px;
}
.img-first{
border: 9px solid #F6F7F7;
width: 285px;
height: 196px;
margin-bottom: 1em;
}
.portletImageContainer{
margin-left: 5.4em;
width: 270px;
margin-top: -22px;
}
.portletImageContainer .portletHeader{
background: url("++resource++enea.skin.images/header-focus.png") no-repeat scroll left bottom transparent;
width: 247px;
border: medium none;
overflow: hidden;
padding: 20px 1em;
}
#collage .portletImageContainer .portletHeader{
padding: 12px 1em 27px;
}
.portletIAmContainer .portletHeader span,
.portletImageContainer .portletHeader span{
color: #205C90;
font-size: 17px;
font-weight: normal;
}
.withborder.portletImage{
background: url("++resource++enea.skin.images/whiteboard.jpg") no-repeat center bottom;
height: 225px;
width: 268px;
text-align: center;
}
.withborder.portletImage img {
margin-top: 2.6em;
}
dl.portlet ul.navTree .navTreeCurrentItem {
margin-left: 0em;}
#content .documentDescription, #content #description {
margin-bottom: 10px;
}
/* */
.row_2  {padding:0px 0em;  width: 960px;}
div.width-5-3  { width:  17.75%    }
div.position-5-0  { margin-left: -99.875% }
div.position-5-1  { margin-left: -79.875% }
div.position-5-2  { margin-left: -59.875% }
div.position-5-3  { margin-left: -39.825% }
div.position-5-4  { margin-left: -19.875% }
div#home-banners {margin: 1em 0 1em;}
div#home-banners img {border:  2px solid #edef1; }
.portletVideoPlaylist .all-video-link { top: 0.5em }
p#home-banners{
text-align:center;
width: 104%
}
#home-banners img{
margin: auto 1em;
padding: 1px;
border: 3px solid #ECEDF1;
}
dt {
font-weight: normal;
}
#doormat-container {
font-size: 60%;
background-color: #ECEDF1;
margin-bottom: 15px;
}
#portal-leftactions { margin: 0 }
#portal-leftactions li{
margin-right: 15px;
}
.collage-row.image-inline {
border: 2px solid #ECEDF1;
float: none;
}
#content a:visited, dl.portlet a:visited {
color: #00823F;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
font-size: 75%;
padding-left: 1.5em;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
border-bottom: 0.1em dotted #DDDDDD;
line-height: 16px;
padding: 0.25em 0;
}
table.listing tbody th {
font-weight: normal;
}
table.vertical th {
text-align: right;
}
table.listing th {
background: none repeat scroll 0 0 transparent;
border: none;
color: black;
font-size: 12px;
text-align: right;
width: 110px;
}
.eventDetails table.listing{
border: 0;
background: url("../cal.png") no-repeat left 14px;
}
.eventDetails {
border-bottom: 1px dotted #E4E4E4;
}
.icons-on .contenttype-document, .icons-on .contenttype-event, .icons-on .contenttype-folder, .icons-on .contenttype-link, .icons-on .contenttype-news-item, .icons-on .contenttype-plone-site, .icons-on .contenttype-topic, .icons-on #plone-contentmenu-factories .contenttype-file, .icons-on #plone-contentmenu-factories .contenttype-image {
display: inline-block;
line-height: 18px;}
#content-core li {
background: url("++resource++enea.skin.images/bullet.png") no-repeat scroll -3px 2px transparent;
list-style-type: none;
padding-left: 16px;
}
#portal-sitemap li{
background: none;
}
#content ul{
margin-left: 0;
}
#menu-top{ float:left; }
#menu-top li{
display: inline;
float: left;
padding: 0.5em 1em;
}
.archive-news dt{
padding: 5px;
margin: 5px 0px !important;
background-color: #ebebeb;
}
.archive-news .portletItemDetails{
border-top: 1px dotted #e4e4e4;
clear: both;
}
div#content .followlink.documentByLine{ font-size: 95%;}
a.news-listing-action{
font-size: 70%;
float: right;
}
a.news-listing-action:visited{
color: #205C90 !important;
}
.portletNewsEvents .news-listing .even{
margin-right: 0px;
}
.image-inline {
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width:0;
}
.portal-content-header {
margin: 0 auto;
position: relative;
width: auto;
}
/* */
/* */
#cse,
#cse-search-box{margin-bottom:30px;}
#cse-search-box > div {
position: relative;
border: 2px solid #205C90;
}
#cse-search-box input{
background-image: none !important;
padding:5px;
-moz-appearance: none;
-moz-border-radius: 17px 17px 17px 17px;
border: none;
padding: 6px;
vertical-align: middle;
width: 80%;
color:#76797C;
}
input.gsc-input{
background-image: none !important;
padding:5px;
-moz-appearance: none;
-moz-border-radius: 17px 17px 17px 17px;
border: 2px solid #205C90 !important;
padding: 6px;
vertical-align: middle;
}
h2.title-cse-search-box{
color:#205C90;
}
#cse-search-box .searchButton {
text-indent:-99999em;
position:absolute;
background: url("++resource++enea.skin.images/search.jpg") no-repeat scroll right center transparent !important;
border: medium none !important;
height: 21px;
right: 0;
top: 4px;
padding: 6px;
vertical-align: middle;
width: 21px;
}
/* */
.gsc-branding{display:none;}
#archive-events dt {
font-size: 140%;
font-weight: bold;
}
#archive-events dd {
margin: 0 0 2em 4em;
color: #00823F;
font-weight: bold;
}
.listTypeUpperAlpha li,
.listTypeDecimal li,
.listTypeLowerAlpha li,
.listTypeLowerRoman li,
ol li{background-image: none !important; list-style-type: inherit !important; padding-left:0px !important; }
.mioh2 {
font-size: 1.75em;
color: #444444;
line-height: 1.8em;
padding-bottom: 10px;
}
.mioh5 {
font-size: 1.00em;
color: #444444;
padding-bottom: 5px;
}
.mioh6 {
font-size: 1.00em;
color: #8f3535;
padding-bottom: 10px;
text-transform: none;
}
.mioh4 {
font-size: 1.00em;
color: #286647;
padding-bottom: 8px;
}
.image-inline {
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width:0;
}
body.portaltype-article #content li,
#content .kssattr-atfieldname-text li,
#content *[id^='parent-fieldname-text'] li {
background: url("++resource++enea.skin.images/bullet.png") no-repeat scroll -3px 2px transparent;
list-style-type: none;
padding-left: 16px;
}
.puntoelenco li {
list-style-type: decimal;
background: none repeat scroll 0 0 transparent;
}
#dl.portlet a:link {
color: #205C90;
}
#doormat-container .doormatColumn {
width: 10%;
}
#parent-fieldname-text {
margin-top:20px;
}
#doormat-container .doormatColumn {
width: 8%;
}
#portal-colophon {color: #444;}
.event a {color: ##205C90;}
/* */
.tab-events .event-date,
#archive-events .event-date{
color: #00823F;
width: 36px;
height: 36px;
text-align: center;
font-weight: lighter;
background:transparent url(++resource++enea.skin.images/calendar.jpg) no-repeat scroll 0 top;
float: left;
padding: 0 9px 1px 0px;
}
.tab-events .event-date{
margin-top: 2px;
}
.tab-events .event-month,
#archive-events .event-month{
font-size: 10px;
position: relative;
top: -3px;
text-align: center;
text-transform: uppercase;
color: white;
}
.tab-events .event-month{
top:-1px;
}
.tab-events .event-day,
#archive-events .event-day{
position: relative;
top: -5px;
font-size: 15px;}
.tab-events .event-day{
top: -2px;
}
.tab-events .item .portletItemDetails {
font-size: 11px;
margin-top: -5px;
color: #00823F;
}
/* */
/* */
.portletFocus{
height:245px;
margin: 0px;
overflow:hidden;
margin-top: -18px;
margin-bottom: 30px;
}
.portletFocus .focus p {
margin-bottom: 0;}
.portletFocus .focus ul {
margin: 0 0 0 1.5em;
list-style: none;
}
.portletFocus .panes{
margin-top: 26px;
}
.portletFocus .focus {
background: #f0f0f0;
color: #444;
}
.portletFocus a.focus {
background: #f0f0f0;
padding: 2px;
}
.portletFocus .container{
width: 100%;
}
.portletFocus .tabs li{
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-radius-topleft: 5px;
-webkit-border-radius-topright: 5px;
float: left;
margin-right: 3px;
padding: 3px 0px;
background-color: white !important;
background-image: none !important;
border-left: 1px solid #E4E4E4;
border-right: 1px solid #E4E4E4;
border-top: 1px solid #E4E4E4;
}
.portletFocus .tabs li a{
padding: 3px 23px;
font-size: 15px;
color: #205C90 !important;
}
.portletFocus .tabs li.selected{
background: url("++resource++enea.skin.images/sf_li.jpg") repeat-x top !important;
}
.portletFocus .tabs li a.current{
color: white  !important;
}
.portletFocus .img-container{
width: 960px;
height: 219px;
}
.portletFocus .main_image h2 {
font-size: 18px;
font-weight: normal;
margin: 0 0px;
padding: 10px;
}
.portletFocus .main_image p {
font-size: 12px;
line-height: 1.4em;
padding: 10px;
margin: 0;
}
.portletFocus .block small { /**/
font-size: 1em;
padding: 0 0 0 20px;
}
.portletFocus .main_image .block small {margin-left: 10px;}
.portletFocus .main_image .desc{
line-height: 18px;
position: relative;
bottom: 0;
left: 1em; /**/
}
.portletFocus .main_image .block{
width: 500px;
}
.portletFocus .image_thumb {
float: left;
width: 221px;
opacity: 0.7;
border: none;
top: -219px;
position: relative;
}
.portletFocus .image_thumb ul {
margin: 0;
padding: 0;
list-style: none;
}
.portletFocus .image_thumb ul li{
margin-bottom: 2px !important;
padding: 1px 10px;
background: #f0f0f0;
width: 200px;
cursor: pointer;
float: left;
-moz-border-radius:0px;
-webkit-border-radius:0px
}
.portletFocus .image_thumb ul li.hover { /**/
background: #ddd;
cursor: pointer;
border-right: 5px solid #fff;
}
.portletFocus .image_thumb ul li.active { /**/
cursor: default;
}
.portletFocus .image_thumb ul li h2 {
font-size: 13px;
margin: 4px 0;
padding: 0;
}
.portletFocus .image_thumb ul li .block {
display: none;
}
.portletFocus .image_thumb ul li p{display: none;}/**/
.portletFocus .image_thumb {
border-bottom: 1px solid #ccc !important;
border-left: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
height: 217px;
top: -219px;
}
.portletFocus .main_image {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
color: #FFFFFF;
height: 217px;
overflow: hidden;
position: relative;
top: -219px;
}
.portletFocus .tabs li.selected {
background-color: #F0F0F0 !important;
background-image: none !important;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.portletFocus .tabs li.selected a{
color:#205C90 !important;
}
.portletFocus .tabs li a {
color: #205C90 !important;
font-size: 15px;
padding: 3px 23px;
}
.portletFocus .tabs li {
border-left: 1px solid #E4E4E4;
border-right: 1px solid #E4E4E4;
border-top: 1px solid #E4E4E4;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
float: left;
margin-right: 3px;
padding: 3px 0;
position: relative;
z-index: 9;
background-color: white !important;
}
.portletFocus .image_thumb ul li {
background: none repeat scroll 0 0 #F0F0F0;
border-radius: 0 0 0 0;
cursor: pointer;
float: left;
height: 27px;
margin-bottom: 0;
padding: 1px 10px;
width: 200px;
}
.old_site_item {
padding: 1em;
margin-bottom: 1em !important;
border: 1px solid #E4E4E4;
}
/* */
div.width-full {
width: 99.75% !important;
}
.olLayerGoogleCopyright {
display: none;
}
p.titletab{ font-size: 14px;
margin: 10px 0;  border-bottom: 1px solid black;
}
.collage-header {
margin-top: 30px;
}
#formfield-form-news_label,
#formfield-form-events_label,
#formfield-form-focus_label,
#formfield-form-editions_label{
border-top:2px solid #aaa;
margin-top:10px;
padding-top:10px;
}
#formfield-form-show_editions{
border-bottom:2px solid #aaa;
margin-bottom:10px;
padding-bottom:10px;
}
#formfield-form-target_news_collection fieldset,
#formfield-form-target_event_collection fieldset,
#formfield-form-target_focus_collection fieldset,
#formfield-form-target_editions_collection fieldset{
border:none !important;
font-weight:bold !important;
}
#portal-colophon,
#portal-columns > div.row {
/* */
clear: both;
}
.collage-row .row_0, .collage-row .row_0 td,
.collage-row .row_1, .collage-row .row_1 td,
.collage-row .row_2, .collage-row .row_2 td,
.collage-row .row_3, .collage-row .row_3 td,
.collage-row .row_4, .collage-row .row_4 td,
.collage-row .row_5, .collage-row .row_5 td,
.collage-row .row_6, .collage-row .row_6 td,
.collage-row .row_7, .collage-row .row_7 td,
.collage-row .row_8, .collage-row .row_8 td,
.collage-row .row_9, .collage-row .row_9 td{
border: none;
}
.portletStaticText {font-size:80% !important;}
.olLayerGooglePoweredBy {
display: none !important;
}
#portal-breadcrumbs {
height:30px;
}
.colophonWrapper{ text-align: center }
.colophonWrapper ul li a{ text-decoration: underline; }
.colophonWrapper ul li a:hover{ text-decoration: none; }
/* */
#top-bar #logo a {
background-image: none !important;
}
#top-header  > ul li { display: inline }
.mnu2 { width: auto !important }
#portal-languageselector {
background-color: transparent !important;
padding: 0 0 10px 0 !important;
margin-left: 10px !important;
}
#portal-personaltools{
padding: 0 !important;
border-radius: 5px;
margin-left: 4px !important;
}
#portal-personaltools a{ font-size: 0.9em !important }
.top-actions{
padding-top: 7px !important;
}
.font-size-selector{ display: inline; }
.collage-item .portletHeader{
padding: 12px 1em 28px !important;
}
.collage-item .portletNewsEvents {
width: auto !important;
}
.collage-item .portlet {
padding: 0 !important;
}
.portletNewsEvents .items ul li {
margin-bottom: 6px !important;
}
.portletNewsEvents .portletItemDetails {
margin-top: -16px !important;
}
a.portletItemDetails:hover{
text-decoration: underline !important;
}
.portletNewsEvents .navi {
width: 30% !important;
}
.portletVideoStreaming .portletHeader,
.portletVideoPlaylist .portletHeader {
background-position: left -11px !important;
padding: 18px !important
}
.portletNewsEvents .tab-events h2.item-title{
height: 40px;
margin-bottom:10px;
}
.portletNewsEvents .tab-events .portletItemDetails{
font-size:0.84em;
}
#doormat-container{
font-family: "Helvetica Neue",Arial,FreeSans,sans-serif;
font-weight: normal !important;
font-size: 60%;
background-color: #ECEDF1 !important;
margin-bottom: 15px;
}
#doormat-container h3{
text-transform: none !important;
font-size: 12px;
}
#portal-colophon {
font-size: 90%;
}
body {
font-family: ExpresswayRegular !important;
}
body.section-home a.external-link,
body.section-it a.external-link,
body.section-en a.external-link{
background:none;
}
/* */
.template-folder_contents .btn-group input[type="button"],
.template-folder_contents .btn-group input[type="reset"],
.template-folder_contents .btn-group input[type="submit"],
.template-folder_contents .btn-group .standalone,
.template-folder_contents .btn-group .destructive {
font-size: 14px !important;
padding: 4px 12px !important;
margin: 0;
text-transform: none;
}
/* */
padding: 1em;
text-align: center;
color: #050505;
border: 1px solid #444444;
}
.template-schedaateco_view .layout-service .subsection-container p,
.template-schedaateco_view .layout-service .subsection-container a {
color: #701712;
font-style: italic;
}
.template-schedaateco_view .layout-service p,
.template-schedaateco_view .layout-service a {
font-size:14px;
}
.template-schedaateco_view .layout-technology{
background-color:#EEF3E4;
}
.template-schedaateco_view .layout-technology h1{
color: #2C527E;
text-transform:uppercase;
}
.template-schedaateco_view .layout-technology .schedateco-title{
background-color: #C5D6E9;
font-size: 1.3em;
line-height: 1.3em;
margin-bottom: 1em;
padding: 1em;
text-align: center;
color: #282929;
border: 1px solid #444444;
}
.template-schedaateco_view .layout-technology .subsection-container p,
.template-schedaateco_view .layout-technology .subsection-container a {
color: #2C527E;
font-style: italic;
}
.template-schedaateco_view .layout-technology p,
.template-schedaateco_view .layout-technology a {
font-size:14px;
}
.template-schedaateco_view .schedateco-title {
font-size: 1.3em;
line-height: 1.3em;
text-align: center;
margin-bottom: 1em;
}
.template-schedaateco_view .layout-technology:last-child,
.template-schedaateco_view .layout-service:last-child {
padding-bottom: 1em;
}
.template-schedaateco_view .layout-technology h2,
.template-schedaateco_view .layout-service h2 {
font-style:italic;
font-size: 1.45em;
}
.template-schedaateco_view .subsection-container p{
display: inline;
}
.template-schedaateco_view .section-container ul li p {
display: inline;
}
.template-schedaateco_view .layout-technology .subsection-container .label,
.template-schedaateco_view .layout-service .subsection-container .label {
font-style:italic;
font-size: 1.2em;
}
.template-schedaateco_view ul.printActions{
padding: 1em 0;
}
.template-ateco_searchview .search-content{
clear:both;
margin-bottom:1.5em !important;
}
.template-ateco_searchview .tileItem{
padding: 1em 0;
border-bottom:1px solid #ccc;
}
.template-ateco_searchview .searchform .formControls{
margin:0 !important;
}
.template-ateco_searchview .searchform .formControls input{
color: #444444;
}
.template-ateco_searchview #content .tileItem .tileBody{
margin-bottom: 0 !important;
padding-top: 0 !important;
text-indent: 1.45em !important;
padding-bottom: 0 !important;
}
.portletCollectionFeatured img.featured_image{
width: 100%;
height: auto;
}
.portletCollectionFeatured a.tile{
display: block;
font-weight: bold;
margin: 0.5em 0;
}

}

