@charset "UTF-8";
/* CSS Document */

#interactive_map {
	width:530px;
	height:300px;
	position:relative;
	background:url(../images/maps/operations-explorations_map_new.png) no-repeat;
}
/*#interactive_map.sept-2014 {background:url(../images/maps/operations-explorations-map-2014-09.png) no-repeat;}*/
/*#interactive_map.oct-2015 {background:url(../images/maps/operations-explorations-map-2015-11.png) no-repeat;}
#interactive_map.feb-2017 {background:url(../images/maps/operations-explorations_map2.png) no-repeat;}*/
#interactive_map.feb-2017 {background:url(../images/maps/ExpOperMapLR.png) no-repeat;}
#interactive_map.dec-2018 {background:url(../images/maps/ExpOperMapLR2018.png) no-repeat !important; background-size: cover !important;}



/* tooltip styling */
.tooltip {
	display:none;
	width:177px;
	font-size:11px;
	line-height:12px;
	color:#636466;
	z-index:100;
}
.operations2 {width:283px; height:153px;}

/*internal presentation tooltips*/
.tooltip p {width:235px; margin:0; padding:0; font-weight:bold;}
.tooltip h3 {text-transform:uppercase; color:#044874;}
.operations_bubble {height:153px; width:283px; line-height:14px;}
.operations_bubble p {width:105px; margin:25px 0 0 16px; padding-top:5px; line-height:normal !important; }
.ghana_bubble {background:url(../images/maps/popup_ghana.png) no-repeat;}
.cameroon_bubble {background:url(../images/maps/popup_cameroon.png) no-repeat; }
.morocco_bubble {background:url(../images/maps/popup_morocco.png) no-repeat;}
.suriname_bubble {background:url(../images/maps/popup_suriname.png) no-repeat; }
.mauritania_bubble {background:url(../images/maps/popup_mauritania.png) no-repeat; }
/*.ireland_bubble {background:url(../images/maps/popup_ireland.png) no-repeat; }*/
.saotome_bubble {background:url(../images/maps/popup_saotome.png) no-repeat; }
.portugal_bubble {background:url(../images/maps/popup_portugal.png) no-repeat; }
.senegal_bubble {background:url(../images/maps/popup_senegal.png) no-repeat; }

.popup3 {position:absolute; width:58px; height:70px; display:block; cursor:pointer; background:url(../images/maps/stars_2_blue-white-new-test.png) 1px -70px no-repeat; z-index:5; }
.popup1, .popup2, .popup4, .popup5, .popup6, .popup7, .popup8 {position:absolute; width:32px; height:30px; display:block; cursor:pointer; background:url(../images/maps/stars_blue-white.png) 0 -30px no-repeat; z-index:5; }
.popup1:hover, .popup2:hover, .popup3:hover, .popup4:hover, .popup5:hover, .popup6:hover, .popup7:hover, .popup8:hover{background-position:0 0;}
.ghana {left:306px; top:213px;}
.cameroon {left:357px; top:255px;}
.morocco {left:242px; top:86px;}
.suriname {left:211px; top:190px;}
.mauritania {left:245px; top:147px;}
/*.ireland {left:270px; top:21px;}*/
.saotome {left:348px; top:227px;}
.portugal {left:275px; top:41px;}
.senegal {left:245px; top:160px;}

.bubble-top {
	background:url(../images/maps/call-out_top2.png) no-repeat; 
	width:264px; 
	height:14px;
}

.bubble {
	position:relative;background:url(../images/maps/call-out_bg2.png) repeat-y; 
	padding:0 12px;
}

.bubble-bottom {
	background:url(../images/maps/call-out_bottom2.png) no-repeat; 
	width:264px; 
	height:23px;
}

.tooltip a {
	font-weight:bold;
}
/* 
.tooltip .label {
	color:yellow;
	width:35px;
}



a:link {
	color: #056839;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #056839;
}
a:hover {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
 */