@charset "utf-8";
/*** 
 * RESET
 ***/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }      
img { display:block; }
abbr[title] { border-bottom:1px dotted; cursor:help; }
input, select, button { vertical-align:middle; }
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }
input[type="submit"], button { cursor:pointer; }
a:hover { text-decoration:none; }
td { word-wrap:break-word; }
.ie7 ol li {display:list-item; vertical-align:top; }

/***
 * PAGE LAYOUT
 ***/
html {
	height:100%;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

body {
	background:#153a66;
	height:100%;
	font:12px/1.35 Helvetica, Arial, sans-serif;
	width:100%;
	background:##153a66;
	-webkit-transition:opacity 0.4s ease-out;
	-moz-transition:opacity 0.4s ease-out;
	-ms-transition:opacity 0.4s ease-out;
	-o-transition:opacity 0.4s ease-out;
	transition:opacity 0.4s ease-out;
}

.js body {
	opacity:0;
	background: url(../img/load.gif) no-repeat center center #153a66;
}

.js body.loaded {
	opacity:1;
	background-image:none;
}

#wrapper {
	z-index: 2;
	filter: alpha(opacity = 89);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #14438f;
	opacity: 0.89;
	display:none;
}

.js #wrapper {
	display:block;
}

#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	width: 800px;
	margin-left: -400px;
	margin-top: -252px;
	display:none;
}

.js #intro {
	display:block;:
}

#intro p {
	color: #fff;
	font-family: DINEng, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0 auto;
	text-shadow: 1px  0px 8px #000;
	margin-bottom: 15px;
	text-align: justify;
}

#intro #ec-logo {
	display: block;
	margin: 0 auto 29px;
}

#see-map {
	text-align: center;
	width: 127px;
	height: 62px;
	background: url(../img/bg-see-map.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.15em;
	display: block;
	left: 50%;	
	margin: 10px auto 0;
	padding-top: 16px;
}

#map-wrap {
	min-height:100%;
	padding:0 0 0 270px;
	position: relative;
}

#map {
	width:100%;
	left:auto !important;
	right:0 !important;
	/*min-height:430px;*/
}

.ie {
	margin-right: -0.780%;
}

#africa {
	width: 40%;
	height: 12.96%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(../img/bg-africa.png) repeat-x 100% 0;
}

#near-east {
	width: 16%;
	height: 12.96%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: url(../img/bg-africa.png) repeat-x 100% 0;
}

.inner {
	background: url(../img/grad-africa.png) repeat-x 0 100%;
	width: 100%;
	height: 100%;
	
}

#vmlgroup {
	float:right !important;
	position:static !important;
}

/***
 * LOGO
 ***/
#logo {
	color:#fefefe;
	font-size:24px;
	padding:12px 0 13px 13px;
	margin:0;
	text-shadow:1px 1px #000;
	position:absolute;
	top:0;
	left:0;
	font-family:DINBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/***
 * POPUP Multilingue
 ***/
.multilang {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:13px;
	-webkit-user-select:none;  
	-moz-user-select:none;     
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	position:static;
}

.multilang.open {
	position:relative;
}

.hasBubble {
	background:url(../img/multilang.png) no-repeat 8px 3px;
	width:15px;
	margin-left:0;
	cursor:pointer;
	padding:3px 3px 3px 8px;
	*padding:3px 3px 0 8px;
}

#nav .multilang,
#data .multilang {
	margin:0 0 -6px -6px;
}

.wrapper {
	position:absolute;
	left:0px;
	top:16px;
	min-height:16px;
	display:none;
	padding:1px;
	*padding-top:3px;
	border:1px solid #b5b5b5;
	background:#fff url(../img/bg-multilg.png) repeat-x;
	z-index:500;
	line-height:20px;
	text-align:left;
	box-shadow:#cbcbcb -2px 2px 1px 0;
	zoom:1;
}

.wrapper i {
	position:absolute;
	top:-10px;
	left:0;
	width:100%;
	height:10px;
	background-color: #fff;
	opacity:0;
	filter:alpha(opacity=1);
}

.open .wrapper {
	display:block !important;
}

#nav .wrapper .lang_version,
#data .wrapper .lang_version {
	margin:0 3px 3px 3px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding:1px 0 2px;
	min-width: 15px;
	min-height: 11px;
	line-height: 11px;
	display: inline-block;
}

.lang_version a:hover {
	background: #f9f9f9;
}

.ico {
	margin: 0;
	padding: 0;
}

.lang_version {
	vertical-align: 0;
	line-height: 13px;
}

.ico {
	vertical-align: -3px;
}

.multilang .warning {
	display: none;
	z-index: 1000;
}

.open {
	z-index: 500;
}

.open .warning {
	display: block;
	position: absolute;
	top: 0;
	padding: 1px 2px 2px;
	*padding-top: 7px;
	border: 1px solid #b5b5b5;
	background: #fff;
	text-align: left;
	box-shadow: #cbcbcb -2px 2px 1px 0;
	z-index: 10000;
	zoom: 1;
}

/***
 * NAV
 ***/
#nav {
	box-shadow:1px 1px #000;
	width:230px;
	background-color:#f9f9f9;
	position:absolute;
	top:57px;
	left:0;
	list-style:none;
}

#nav a {
	text-decoration: none;
}

/*
 * NAV - TYPES
 */
#nav .type  {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #fff;
	zoom: 1;
	*margin-bottom: -2px;
}

#nav .active {
	background:#f0f0f0;
}

#nav .active ul {
	overflow: auto;
}

#nav .link {
	display:block;
	padding:12px 24px 12px 0;
	color:#266487;
	text-decoration:none;
	font-size:20px;
	/*margin-bottom:1px;
	*margin-bottom:0;*/
	font-family:DINEng, Arial, Helvetica, sans-serif;
	position:relative;
	/*height: 38px;*/
	*zoom: 1;
}

#nav .link:hover, #nav .link:focus {
	background:#f0f0f0;
	outline:none;
}

#colors {
	position:absolute;
	top:50%;
	left:0;
	margin:-19px 0 0;
	height:36px;
	width:14px;
	padding:0;
	border:0;
	background:#bc2024;
}

#colors .color {
	height:9px;
	display:block;
}
 
#b { background:#007eff; }
#y { background:#ffaf00; }
#g { background:#00a800; }

#nav .title {
	display:block;
	padding-left:10px;
	line-height:36px;
	border-left-width:14px;
	border-left-style:solid;
}

#nav-gas .title,
#nav .active #nav-gas .title {
	border-left-color:#007eff;
	line-height:19px;
	
}

#nav-wind .title,
#nav .active #nav-wind .title {
	border-left-color:#ffaf00;
}

#nav-carbon .title,
#nav .active #nav-carbon .title {
	border-left-color:#00a800;
}

#nav-electricity .title,
#nav .active #nav-electricity .title {
	border-left-color:#bc2024;
}

#nav.has-active .title {
	border-left-color:#b7b7b7;
}

/*
 * NAV - PROJECTS
 */
#nav .projects {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:12px 0 6px;
	display:none;
	position:relative;
}

#nav .summary {
	display:none;
	#margin:0 0 -3px;
}

#nav .active .projects, 
#nav .active .summary {
	display:block;
}

#nav .project {	
	margin:0;
	line-height:1.2;
	color:#000;
	padding:5px 3px 5px 24px;
	/*position:relative;*/
}

#nav .project a {
	margin: 0;
	color:#000;
}

#nav .projects a:hover span,
#nav .summary a:hover span {
	text-decoration: underline;
}

/*#nav .summary .project {
	margin:0 0 10px 24px;
}*/

#nav .name {
	display:block;
	padding:4px 24px;
}

#nav .on  {
	background:#d8d8d8;
	/*text-decoration: underline;*/
}

#nav .name:hover {
	text-decoration: underline;
}

#nav .ico {
	display:inline-block;
	*display:inline;
	margin:0 1px 0 2px;
}

/***
 * DATAS
 ***/
#data {
	position:absolute;
	top:0;
	right:10px;
	z-index:1;
	width:281px;
	margin:0 0 20px;
	font-family:Verdana, Geneva, sans-serif;
	zoom: 1;
}

.js #data .country {
	display:none;
}

#data .country div {
	zoom: 1;
}

.js #data .active {
	display:block;
}

#data .title {
	background:#000;
	color:#fff;
	padding:4px 30px 2px 11px;
	margin-bottom:10px;
	font-family:DINEng, Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
}

.js #data .title {
	background:url(../img/close.png) no-repeat 257px center #000;
}

/*.ie #data .title {
	line-height:18px;
}*/

#data .subtitle {
	float:left;
	border-left:14px solid;
	padding:5px 10px 3px 8px;
	margin:0 0 4px;
	background:#fff;
	color:#000;
	font-family:DINEng, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:19px;
	height:18px;
    font-weight:normal;
	vertical-align:middle;
}

.ie #data .subtitle {
	line-height:18px;
}

#data .gas .subtitle {
	border-left-color:#017eff;
}

#data .electricity .subtitle {
	border-left-color:#bc2024;
}

#data .offshore .subtitle {
	border-left-color:#ffaf00;
}

#data .carbon .subtitle {
	border-left-color:#01a800;
}
 
#data .projects {
	background:#fff;
	margin:0 0 0 14px;
	padding:10px 12px;
	margin-bottom:8px;
	clear:both;
	zoom: 1;
}

#showProject .projFocus {
	margin-left: 0;
}

#data  li {
	list-style:none;
	margin-bottom:5px;
	font-size:11px;
	zoom: 1;
}

#data li a {
	color:#1a73ce;
	zoom: 1;
}

#data li .lang_version {
	font-size: 9px;
	color: #000;
}

#data li .lang_version:hover {
	text-decoration: none;
	background-color:#f9f9f9;
}

#data li a:hover {
	text-decoration: underline;
}

#data li .lang {
	display: inline;
	vertical-align: baseline;
}
 
#data img { 
	display: inline;
}
 
/***
 * TOOLTIP
 ***/
#tooltip {
	position:absolute;
	font-family:DINEng, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	background:url(../img/bg-tooltip.png) right 0 no-repeat;
	height:39px;
	padding-right:2px;
	z-index:999999;
	top:-9999px;
	pointer-event:none;
	display:none;
}

#tooltip .txt {
	display:block;
	height:27px;
	float:left;
	overflow:hidden;
	margin:1px 0 0;
}

#tooltip .arrow {
	background:url(../img/arrow.png) 0 0 no-repeat;
	height:39px;
	display:block;
	padding:1px 8px 0 22px;
}