/* @override http://www.eif.org/technical/css/style.css */
/* @group Global Reset */
.hide, .print {
    display: none;
}

/* @end */
/* @group Typography */
body {
    margin-top: 10px;
    color: #444;
    background: #eee;
}

ul.imageFade li a img {
    padding-left: 0px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
    display: block;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    display: inline;
}

#body h1 {
    font-size:1.75em;
    font-family:Verdana;
    font-weight:bold;
}

#body .home_ h1 {
    display: none;
}

#body h2 {
background:transparent url(/img/site/dev/double-arrow-yellow-white-bg-8px.png) no-repeat scroll 0 8px;
font-size:1.5em;
font-weight:bold;
padding-left:15px;
}

h3, h4, h5, h6, h3 a, h4 a, h5 a, h6 a {
    letter-spacing: 0px;
    font-weight: bold;
    color: #00529F;    
}

h3 {
background:transparent url(/img/site/dev/double-arrow-yellow-white-bg-8px.png) no-repeat scroll 0 8px;    
padding-left: 15px;
}

a {
    text-decoration: underline;
    color: #00529F;
}

a:hover {
    text-decoration: none;
}

a.selected {
    color: #444444;
    text-decoration: none;
    cursor: default;
}

/*
 a:visited {
 color: #00A77F;
 }
 */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: .8em; 
	margin-bottom: 0em; 
	line-height: 1.875em;
}

html body ul {
    list-style: none;
    margin-left: 0;
    /*padding-bottom: 1em;*/
    margin-top: 10px;
}

html body ul li {
    background: transparent url(/img/site/dev/simple-arrow-blue-white-bg-6px.png) no-repeat scroll 5px 6px;
    padding-bottom: 1em;
    padding-left: 1.5em;
}

html body ul li ul li {
    background: transparent url(/img/site/dev/square-grey-6px.jpg) no-repeat scroll left 7px;
    padding-bottom: 1em;
    padding-left: 1.5em;
}

html body ul li ul li ul li {
    background: transparent url(/img/site/dev/square-grey-3px.jpg) no-repeat scroll left 10px;
    padding-bottom: 1em;
    padding-left: 1.5em;
}

hr.last {
    float: none;
}

.toUpper {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.no-margin {
    margin: 0;
}

/* @end */
/* @group Layout */
.wrapper {
    width: 982px;
    margin: 0 auto;
    padding: 0.5em 0;
}

#header.wrapper {
    background: #FFFFFF url(/img/site/dev/bg-header.jpg) no-repeat scroll left top;
    padding-bottom: 0;
}

#header .container a img{
	padding-left:2px;
}

#header .container .headerImage{
	padding-left:2px;
	padding-top:12px;
}


#menu.wrapper {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

#body.wrapper {
    position: relative;
    z-index: 1;
    padding-bottom:2em;
}

#menu.wrapper, #body.wrapper, #footer.wrapper {
    background: #FFFFFF url(/img/site/dev/bg-content.jpg) repeat-y scroll left top;    
}


#closing.wrapper {
    background: #FFFFFF url(/img/site/dev/bg-footer.jpg) no-repeat scroll left bottom;
    padding-bottom: 0.5em;
}

#closing .container div {
    margin-top: 0px;
}

#disclaimer {
    border-width: 1px;
    border-style: solid;
}

/* @end */
/* @group Header */
#header .logo {
    float: left;
    margin-top: 13px;
}

#header h1 {
    color: #9C9D9F;
    font-size: 1em;
	line-height: 1.5;
    font-weight: bold;
    margin-top: 78px;
}

#header .container #topControlWrapper {
    margin-top: 10px;
}

#header .container .search #search fieldset #qSkeywords .buttons {
    background-color: #EEEEEE;
    font-size: 1.5em; 
	line-height: 1; 
	margin-top:0.5em;
    width: 358px;
}

#header .container .search #search fieldset input#qSkeywords {
    background-color: #EEEEEE;
    font-size: 1.5em; 
	line-height: 1;
    width: 358px;
}

#header .container .search #search fieldset h1 {
    display: none;
}

#header .container .search #search fieldset legend {
    display: none;
}

/* @group Search */
#header form#search input.keywords {
    background-color: #EEEEEE;
    line-height: 1;
    font-size: 1.5em;
}

#header form#search fieldset { /* override forms.css */
    border: medium none;
    margin: 0px;
    padding: 0px;
}

/* @end */
/* @group Horizonial menu */
#menu .container {
    margin-left: 16px;
}

#menu .container dl.navigation dd{
	text-decoration: none;
	background: #9C9D9F;
}

#menu dl.navigation div {
	display: none;
}

#menu .container dl.navigation div a:hover{
	/*background: rgb(17,79,160);*/
	/*background: #00529F; #114FA0;*/
}

#menu .container dl.navigation a{
	color:#FFFFFF;
	display:block;
	padding-bottom:0.25em;
	padding-top:0.25em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#menu .container dl.navigation h2{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0;
	margin-bottom: 0;
	text-align: center;
}

#menu dl.navigation dd {
	position: relative;
	margin-left: 0;
}

#menu dl.navigation dd a:hover {
	/*border-bottom-color:#00529F;*/
	text-decoration:none;
}

#menu .container dl.navigation a.active {
	background: #9C9D9F;/*#menu dl.navigation dd {*/
	color: #444444;
}

#menu .container dl.navigation a:hover{
	background: #00529F;
}

#menu .container dl.navigation div.dropdown a:hover{
	background: none;
}

/* @group Mega drop down */
#menu dl.navigation dd.hovering div a, #menu dl.navigation dd.mega:hover div a {
    background: none;
    margin: 0;
    padding: 0;
    color: #444444;
}

#menu dl.navigation h2, #menu dl.navigation h2 a {
    font-size: 1em;
    margin-bottom: 0;
    letter-spacing: 0px;
}

#menu dl.navigation h2 a {
    padding: 0.25em 0;
}


#menu dl.navigation dd.mega div.dropdown {
	/* border-top: none; */	
	padding-top: 1.5em;
	z-index: 10;
	background: #FFFFFF url(/img/site/dev/h300.png) repeat-x scroll bottom left;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0 0 25px #666666;
	-webkit-background-clip: border;
	-webkit-background-inline-policy: continuous;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px #666666;
	background-clip: border;
	background-inline-policy: continuous;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 0px 25px #666666;
	border: 1px solid #666666;
	cursor: pointer;
	text-align:left;
	
}

/*= CSS hack for Opera 9.5 Rounded Corners */

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#menu dl.navigation dd.mega div.dropdown {
		border: none;
		background: transparent url(/img/site/dev/shadow.svg);
	}
}

#menu dl.navigation dd.mega div.dropdown a {
	text-transform: none;
}

#menu dl.navigation dd.jobs div.dropdown {
	margin-left: -110px;
}

#menu dl.navigation dd.mega div {
	margin-left: -6px;
	position: absolute;
	top: 2.2em;
	padding: 0.75em 1em;
}

#menu dl.navigation dd.mega div div, #menu dl.navigation dd.mega div dl dd {
	margin-left: 0;
	position: relative;
	padding: 0;
	background: transparent;
	top: 0;
}

#menu dl.navigation dd.hovering div {
	display: block;
}

#menu dl.navigation dd.mega div a {
	color: #444444;
	padding: 0;
	background-image: none;
	text-decoration: underline;
	text-align: left;
	border: none;
	display: inline;
}

#menu dl.navigation dd.mega div a:hover {
	text-decoration: none;
}

#menu dl.navigation dd.mega div a.more {
	font-weight: bold;
}

#menu dl.navigation dd{
	margin-left: 0;
}

#menu dl.navigation dd.mega div dl dd {
padding-left:15px;
/*background:transparent url(/img/site/dev/double-arrow-yellow-white-bg-8px.png) no-repeat scroll 5px 6px;*/
list-style-type:square;
}

#menu dl.navigation dd.mega div ul li {
background:none;
list-style:square outside none;
margin-left:1em;
padding-left:0;
padding-bottom:0;
}


/* @end */



/* @group Left Side Column */

#left .title{
	color: #00529F;
	font-weight:bold;
	padding-bottom:15px;
}

#left dl dt {
	background-color:#00529F;
	color:#FFFFFF;	
	display: none;	
	padding:5px;
	font-size:0.9em;
}

#left .home_ dl dt {	
	display:block;		
}

#left .home_ dl dt a {	
	color:#fff;
	text-decoration: none;	
}

#left dl dd {
	margin: 0;
	padding: 0;	
}

#left dl dd a {	
	color: #ffffff;	
	background:#00529f url(/img/site/dev/double-arrow-white-blue-bg-8px.png) no-repeat scroll 3px 10px;
	padding:0.5em 5px 0.5em 15px;
	text-decoration:none;
	border-bottom:1px solid #fff;
	font-size:0.9em;
}

#left .home_ dl dd a {	
	color: #444444;	
	background:transparent url(/img/site/dev/double-arrow-blue-white-bg-8px.png) no-repeat scroll 3px 10px;	
}

#left dl dd a:hover {	
	text-decoration:underline;
	background:transparent #00529f url(/img/site/dev/double-arrow-white-blue-bg-8px.png) no-repeat scroll 2px 10px;
}

#left .home_ dl dd a:hover {	
	background-color:#f5f5f5;
	background:transparent #F5F5F5 url(/img/site/dev/double-arrow-blue-grey-bg-8px.png) no-repeat scroll 2px 10px;
}

#left dl dd dl dd a {
	font-weight: normal;
	padding-left:15px;
	background:transparent url(/img/site/dev/simple-arrow-blue-white-bg-6px.png) no-repeat scroll 5px 8px;
	border-bottom:1px solid #eee;
	font-size:0.8em;
}

#left p {
	color:#00529F;
	font-size: 1.25em; 
	line-height: 1.2; 
	margin-bottom: 1.2em; 
}

#left dl dd dl {
	padding-left: 0.5em;	
	display: none;
	margin:0;
}

#left dl dd dl a {
	color: #444444;
	padding-left: 0;
}
#left dl dd dl a:hover {
	background:#F5F5F5 url(/img/site/dev/simple-arrow-blue-grey-bg-6px.png) no-repeat scroll 5px 8px;
}

#left dl dd.active dl {
	background: #FFFFFF url(/img/site/dev/vnav-bg.jpg) bottom left no-repeat 6px;
}

#left dl dd.active a,
#left dl dd.active dl,
#left dl dd.active dl dd,
#left dl dd.active dl dd a {
	display: block;
}

#left dl dd.active dl dd dl {
	display: none;
}

#left dl dd.active dl dd.active a,
#left dl dd.active dl dd.active dl,
#left dl dd.active dl dd.active dl dd,
#left dl dd.active dl dd.active dl dd a {
	display: block;
}

#left dl dd dl dd {
	background: none;
}

#left dl dd dl dd dl dd a {
	padding-left: 16px;
	font-weight: normal;
	background:transparent url(/img/site/dev/eif-square-grey.jpg) no-repeat scroll left 10px;
}

#left dl dd dl dd dl dd a:hover {
	padding-left: 16px;
	font-weight: normal;
	background:transparent url(/img/site/dev/eif-square-grey.jpg) no-repeat scroll left 10px;
	background-color: #f5f5f5;
}


/* @end */

/* @group Left Side Column */
#right p {
font-size:0.9em;
padding:0.5em 0;
}

#right .highlightBox {
	background-color: #FDD73D;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left:5px;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;	
}
#right ul li  {
	font-size:0.9em;	
    	background: transparent url(/img/site/dev/double-arrow-yellow-white-bg-8px.png) no-repeat scroll 5px 6px;
}

/*#right .highlightBox h4 {
	color:#FFFFFF;	
	text-decoration: none;	
	padding-left:10px;
	margin:0px;
	font-family:inherit;
	font-style:inherit;
	font-weight:bold;
}*/

#right .highlightBox a {
	text-decoration: none;
	color: #FFFFFF;
}

#right p a img {
	padding-left:0px;
}

#right td {
	border-right: none;
	padding-left: 0px;
}

#right div {
	/*padding-bottom: 1.5em;??? BS*/
}

#right ul {
	margin:0px;
	padding:0.5em 0;
}

#right dl {
	margin-bottom: 0;
}

#right dl dt {
	display:none;
}

#right dl dd {
	margin-left: 0;
	padding: 0 0 1.5em;
	background-image: none;
}

#right dl dd a {
	color: #444444;
	text-decoration: none;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
	padding-left:1.5em;
}

#right dl dd a:hover {
	text-decoration: none;
}

#right dl dd dl {
	padding-left: 0.5em;
}

#right dl dd dl {
	display: none;
}

#right dl dd dl a {
	background: none;
	color: #00529F;
	padding-left: 0;
}
#right dl dd dl a:hover {
	background: #E5EDF5;
}

#right dl dd.active dl {
	background: #FFFFFF url(/img/site/dev/vnav-bg.jpg) bottom left no-repeat;
}

#right dl dd.active a,
#right dl dd.active dl,
#right dl dd.active dl dd,
#right dl dd.active dl dd a {
	display: block;
}

#right dl dd.active dl dd dl {
	display: none;
}

#right dl dd.active dl dd.active a,
#right dl dd.active dl dd.active dl,
#right dl dd.active dl dd.active dl dd,
#right dl dd.active dl dd.active dl dd a {
	display: block;
}

#right dl dd dl dd {
	background: none;
}

#right dl dd dl dd dl dd a {
	padding-left: 16px;
	font-weight: normal;
}


.newsSection dl.news dd div {
	padding:0.5em 0 1em 1.5em;
	background-image:url(/img/site/dev/eif-dot.jpg);
	background-repeat:no-repeat;
}

.newsSection dl.news dd a {
	text-decoration: none;
	color: #444444;
}

/* @end */

/* @List parameter*/	

/* @group Metadata */

#details {
	margin-top: -1.5em;
}

#details li {
	background: none;
	color: #aaa;
	margin-bottom: 0;
	margin-left: -1em;
	float: left;
}

#details ul.contentLanguage {
	margin-right: 0;
}

#details ul.contentLanguage li {
	display: inline;
	margin-right: 0.5em;
}

/* @end */

/* @group Bottom metadata, print and email links */

.mailprint {
	font-size: .8em; 
	margin-bottom: 0em; 
	line-height: 1.875em;
}

.mailprint dd {
	float: left;
}

/* @end */

/* @group Image inner fade */

ul.imageFade {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	height: 216px;
}

ul.imageFade  li {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

/* @end */

.boxLink {
	text-align: right;
	width: auto;
}

.moreLink {
	background: url(/img/site/ArrowGrey.gif) no-repeat center left;
	padding-left: 1em;
}

.amount {
	text-align: right;
}

.internal {
	display: none;
}

input[type='image'] {
	vertical-align: middle;
}

/* @group Right to Left */

.rtl {
	direction: rtl;
	text-align: right;
}

.rtl ul {
	list-style-type: disc;
}

.rtl ul li {
	background-image: none;
}

/* @end */

/* @group Content Language */

dd.contentLanguage span {
	float: left;
	margin-bottom: 0;
}

dd.contentLanguage ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

dd.contentLanguage ul li {
	display: inline;
	background: none;
	padding: 0;
}

dd.contentLanguage ul a {
	margin: 0 1px;
	padding: 0 2px;
}

dd.contentLanguage ul a:hover {
	padding: 0 2px;
	margin: 0 1px;
}

/* @end */

/* @group Datatable */

table.datatable thead th {
	background-color:#00529F;
	color:#FFFFFF;
}

table.datatable tr.even td {
	background:#F5F5F5 none repeat scroll 0 0;
}


/* @end */

/* @group External links */

/* -------------------------------------------------------------- 
  
   link-icons.css
   * Icons for links based on protocol or file type.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */

body a.noicon {
	background: transparent none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Make sure the icons are not cut */

/*
a[href^="http:"], a[href^="mailto:"], 
*/

a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
	padding: 2px 22px 2px 0;
	margin: -2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

/* @group External links */

/*
a[href^="http:"] {
	background-image: url(/eib.org/img/site/dev/icons/external.png);
}

a[href^="mailto:"] {
	background-image: url(/eib.org/img/site/dev/icons/email.png);
}
*/

/* @end */

/* @group Files */

a[href$=".pdf"] {
	background-image: url(/img/site/dev/icons/pdf.png);
}

a[href$=".doc"] {
	background-image: url(/img/site/dev/icons/doc.png);
}

a[href$=".xls"] {
	background-image: url(/img/site/dev/icons/xls.png);
}

#footer a[href$=".pdf"] {
	display: none;
}

/* @end */

/* @group Misc */

a[href$=".rss"], 
a[href$=".rdf"] {
	background-image: url(/img/site/dev/icons/feed.png);
}

a[href^="aim:"] {
	background-image: url(/img/site/dev/icons/im.png);
}

/* @end */

/* @end */

/* @group Forms */

span.reqMark {
	float: right;
	color: #FF0000;
}

/* @group Jobs */

input.apply_button {
	padding: 0.1em 1em 0.1em 1em;
	position: relative;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Buttons */

.buttons .ui-icon {
	position: absolute;
	margin-top: 7px;
	margin-left: 364px;
}

.buttons input {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #F0F0F0;
	border: 1px solid #EEEEEE;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons input {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons input[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	/* line-height: 17px; /* Safari */
}

*:first-child+html input[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons input img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* @group Cancel */

.buttons input.cancel {
	background: #F0F0F0 url(/img/site/dev/icons/cross.png) no-repeat scroll 2px center;
	padding-left: 20px;
}

.buttons input.cancel:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

/* @end */

/* @end */

/* @group Large buttons */

.lbtn {
	background: transparent url() no-repeat scroll right top;
	clear: both;
	float: left;
	line-height: 40px;
	margin: 5px 0;
	padding: 0 10px 0 0;
}

.lbtn_contact {
	background-color: #7397C4;
}

.lbtn_more {
	background-color: #16519D;
}

.lbtn a:hover {
	text-decoration: underline;
}

.lbtn a {
	background: transparent url() no-repeat scroll left top;
	color: #FFFFFF;
	float: left;
	line-height: 3em;
	overflow: hidden;
	padding-left: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.overflowBox{
	overflow: hidden;
}

.borderBottom{
	background-color: #FED201;
}

.borderBox{
	border: 1px solid;
	margin: 0px;
	padding: 0px;
	border-color: #FED201;
	overflow: none;
}

.hrCoupe {
	position: absolute;
}

.yellowBox {
	padding-top: 10px;
	background-position: 10px 28px;
}

.yellowBox p {	
	
}

.yellowBox .summary {
	border-left:3px solid #FFD100;
	padding-left:1em;
	padding-right:6em;	
}

.yellowBox h3 {
	background:transparent url(/img/site/dev/arrows_index.png) no-repeat;
	margin:0 0 20px;
	padding-left: 33px;
	text-align:justify;
}

.yellowBox h3 a{
	background:transparent url(/img/site/dev/arrows_index.png) no-repeat;
	margin:0 0 35px;
	margin-bottom:2em;
	margin-left:0;
	padding-left:33px;
	padding-bottom:5px;
}

.yellowBox h4 {
	background:transparent url(/img/site/dev/arrow.png) no-repeat scroll 0 3px;
	margin:0 5px 20px;
	padding-left: 25px;
}

.yellowBox h4 a{	
	color: #000000;
	margin:0;
	padding-bottom:5px;
	text-decoration: none;
}

.yellowBox h4 a:hover{
	text-decoration: underline;
}
	
.searchable {
	margin: 0px;
	padding: 0px;
}

.home_{
	border-right:0px;
}

.home_ .gallery img{
	display: none;
}

/* @end */

/* @end */

/* @group Footer */

#footer #linksWrapper {
	padding-top: 1em;
	text-align: left;
}

#footer .block dt, #footer dl dd,
#footer p {
	text-decoration: none;
	font-size: .8em; 
	margin-bottom: 0em; 
	line-height: 1.875em;
}

#footer .block strong dt, #footer .block strong dt{
	text-decoration: none;
	font-size: 1em; 
}

#footer .block strong {
color:#00529F;
display:block;
font-size:11px;
text-decoration:none;
border-bottom:1px solid #eee;
}

#footer .block strong dl {
	margin-bottom:0px;
}

#footer .span-1 a {
	text-decoration: none;
}

#footer .block {
	font-size:0.8em;
	margin-top:10px;
}

#footer .block ul li{
	text-decoration: none;
	/*line-height: 1.875em;*/
	background: none;	
	background: none;
	padding-left: 0;
	/*padding-bottom:0.5em;*/
}

#footer .block ul li ul {
	margin-top:0px;
}

#footer .block ul li ul li{
	margin-left:0px;
	margin-top:0px;
}

#footer .block ul li a{
	text-decoration: none;
}

#footer .block ul li a[href$=".pdf"]{
	text-decoration: none;
	background-image: none;
	display: inline;
}

#footer hr{
	margin: 0;
}

/* @end */

/* @group polypage specific settings */

#header.pp_homex ul.siteLanguages li {
	background: none;
	padding-left: 0em;
}

/* @end */

/* @group Blueprint custom settings */

hr.span-23 {
	clear: none;
	display: block;
	float: left;
}

/* @end */

/* @group jQueryTools */

div.overlay {
	/* background-image: url(/eib.org/img/site/dev/white.png[/system-asset]); */ 
	background: #FFFFFF url(/img/site/dev/h300.png) repeat-x scroll bottom left;
	z-index: 10;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0 0 25px #666666;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px #666666;
	border: 1px solid #666666;
	cursor: pointer;
	width: 470px;
	height: 290px;
	display: none;
	padding: 40px;
}

/*= CSS hack for Opera 9.5 Rounded Corners */

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	body div.overlay {
		border: none;
		background: transparent url(/img/site/dev/shadow.svg);
	}
}

div.overlay div.close {
	background-image: url(/img/site/dev/close.gif);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

div.overlay.black {
	background: url(/img/site/dev/transparent.png) no-repeat !important;
	color: #fff;
}

div.overlay.petrol {
	background: url(/img/site/dev/petrol.png) no-repeat !important;
	color: #fff;
}

div.black h2, div.petrol h2 {
	color: #ddd;
}

#gallery .info {
	color: #fff !important;
	font-size: 12px !important;
	padding: 10px 15px !important;
}

.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
	width: 675px;
	min-height: 200px;
	border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
	background-image: url();
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#img {
	border: 1px solid #666;
}

.next, .prev {
    position: absolute;
	top: 40%;
	border: 1px solid #666;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 11px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.prev {
	left: 0;
	border-left: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

.next {
	right: 0;
	border-right: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover {
	text-decoration: underline;
	background-color: #000;
}

.disabled {
	visibility: hidden;
}

.info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #666;
}

.info strong {
	display: block;
}

.progressbar {
	position: absolute;
	top: 45%;
	left: 50%;
	display: none;
}

.next, .prev, .info {
	background: #333 !important;
	background: rgba(0, 0, 0, 0.6) url(/img/site/dev/h80.png) repeat-x;
}

/* @end */

/* @group jQueryUI custom settings */

.ui-icon {
	float: left;
}

dl dd span.ui-icon,	
dl dd a span.ui-icon {
	margin-left: -1.5em;
}

/* dl dd a:hover span.ui-icon {
	background-image: url(/eib.org/technical/css/dev/images/ui-icons_999999_256x240.png);
} */

.imageRight {
	float:right;
}

.ui-tabs .ui-tabs-panel h3 {
	display:none;
}

/* @end */

dl dd a {
	display: block;
}
dl.mailprint dd a,
dl dd.font-size a {
	padding-right: 1em;
	display: inline;
	padding-right: 0.5em;
}

dl {
	_padding-bottom: 0.1em;
}

.error {
	border:2px solid red;
	padding:1em;
}

#breadcrumb dl {
	display:inline;
	margin-bottom:0px;
	overflow:hidden;
	vertical-align:top;
}
#breadcrumb dl dd, #breadcrumb dl dt {
	display:none;
	font-size:inherit;
}
#breadcrumb dl dd a {
	display:inline;
	padding-right: 5px;
}
#breadcrumb.small {
	margin-bottom:0px;
	min-width:630px;
	overflow:hidden;
}
#breadcrumb dl dd {
	background: #FFFFFF url(/img/site/dev/breadcrumb.jpg) no-repeat scroll 5px;	
	padding-left: 2em;	
}
#breadcrumb dl dd dl {	
	background: #FFFFFF url(/img/site/dev/breadcrumb.jpg) no-repeat scroll 2px;	
	display: inline-block;	
	_display: inline;
}
#breadcrumb dl dd dl dd {
	background:none;
	padding-left: 0;
}
#breadcrumb dl dt {
	display:inline;
	font-weight:normal;
	margin-right:-8px;
}

#breadcrumb .what_we_do_{
	overflow:hidden;
	width:1000px;
}

.moreinfo .title {
	font-weight:bold;
}

.logo img{
	padding: 0;
}

.Article .accroche{
	
}

dl#AtoE dt{
	padding-left:1.5em;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
}

dl#FtoJ dt{
	padding-left:1.5em;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
}

dl#KtoO dt{
	padding-left:1.5em;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
}

dl#PtoT dt{
	padding-left:1.5em;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
}

dl#UtoZ dt{
	padding-left:1.5em;
	background:transparent url(/img/site/dev/eif-dot.jpg) no-repeat scroll left top;
}

dl#AtoE dd{
	margin:10px;
}

dl#FtoJ dd{
	margin:10px;
}

dl#KtoO dd{
	margin:10px;
}

dl#PtoT dd{
	margin:10px;
}

dl#UtoZ dd{
	margin:10px;
}

.innerfade{
	margin-bottom: 0px;
}

.container .article a img.manager{
	padding-left:0px;
	height: 156px;
	width:150px;
}

.highlightBoxText img {
	padding-left:0px;
}

.highlightBoxText td,th {
	padding-left:0px;
	border: none;
}

.zebraWrapper td, th {
	border-left: none;
	border-right: none;
}

.searchable .zebraWrapper td {
	vertical-align:top;
}

.jobs #details{
	display: none;
}

.border .faq {
	border-right: none;	
}

.pdr .Glossary {
	display: none;
}


.border .form {
	border-right: none;
}

.zebraWrapper th {
	background-color: #F5F5F5;
}

.home_ .searchable p {
	margin: 0 0 0;
}

#body .container .boardofdirector {
	border-right: none;
}

.article table tr td {
	border-left: none;
	border-right: none;
}

#body .container .jobs {
	border-right: none;
	border-left: none;
}

.shareholder table tr td p img {
	width: 150px;
}

.shareholder table tr td a img {
	width: 150px;
}

.zebraWrapper table tr td h3 {
	color: #00529F;
}


.home_ .zebraWrapper{
	padding-bottom: 0px;
}

/*#body .zebraWrapper table {
	width: 100%;
}*/

h3.blue {
	color:#00529f;
	font-family:Helvetica;
	text-align:center;
}

#body .boardofdirector .article .subfunction {
	font-style: italic;
}

#body .manager h4 {
	font-style: italic;
}

#footer a img {
	padding-left:0px;
}

blockquote.home {
	font-size:150%;
	margin:1em;
	font-style:normal;
}

.bqstart {
	color:#00529F;
	float:left;
	font-family:Georgia;
	font-size:700%;
	height:70px;
	margin-right:20px;
	margin-top:-60px;
}

.bqend {
	color:#FDD73D;
	float:right;
	font-family:Georgia;
	font-size:700%;
	height:23px;
	line-height:45px;
	padding-top:35px;
}

.signature {
	font-size:11px;
	padding-right:45px;
	text-align:right;
	font-style: italic;
}

.quote {
	
}

table.border {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}

table.border td {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.callsTable table thead tr th.country {
	width: 100px;
}

.callsTable table thead tr th.ref {
	width: 70px;
}

.callsTable table thead tr th.desc {
	width: 300px;
}

.callsTable thead tr th.clos {
	width: 200px;
}

.callsTable thead tr th.type {
	width: 200px;
}

.withoutLeftnav table thead tr th.country {
	width: 100px;
}

.withoutLeftnav table thead tr th.ref {
	width: 70px;
}

.withoutLeftnav table thead tr th.desc {
	width: 400px;
}

.withoutLeftnav thead tr th.clos {
	width: 100px;
}

.withoutLeftnav thead tr th.type {
	width: 100px;
}

.zebraWrapper table {
	background-image: none;
}

.who_we_are_governance_board_of_directors_ img.Alternate{
	display:none;
}

.who_we_are_ a img{
	padding-left:0px;
}

td.rightCell {
	text-align:right;
}
.right {
float:right;
}