/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/1.1em verdana,geneva,sans-serif;
	background: #cbdbe9 url('../images/body-bg.jpg') repeat-x fixed top;
	text-align: center;
 
}

a , a:link { text-decoration: underline;}
a:hover { text-decoration: none;}

h1 {
	color: #000;
	font-size: 1.6em;
}
h2 {
	color: #000;
	font-size: 1.4em;
}
h3 {
	color: #000;
	font-size: 1.2em;
}

h4 {
margin: 0px 0;
padding: 10px 0;

}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 10px 35px; }
li { margin: 0 0 5px 0; }
p { margin: 0 0 0px 0; line-height: 1.5em }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }
strong { color:#11426F; font-weight: bold;}
.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }
.email_confirm { display: none; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .89em; }
.large { font-size: 1.11em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }
.red { color: #a30808; }
.hide { visibility: hidden; }

#container {
width: 1000px;
margin: 0 auto;
padding: 0 19px 0 20px;
background: url("../images/container-bg.png") repeat-y top left;

}


#header {
background: url("../images/header-bg.jpg") no-repeat 0 0;
text-align: left;
height:92px;
color: #fff;
position: relative;
z-index: 400000000;
}
#header .topnav {
padding: 1px 10px;
float:left;
}
#header .topnav a {
color: #fff;
font-size: 1.1em;
letter-spacing: 1px;
text-decoration: none;
}
#header .search-container {
float: right;
/*clear:both; */
padding: 0;
margin-right: 0px;
width: 30%;
}


#header .search input {
margin:0;
padding:0;
height: 10px;
width: 105px;
border: 1px solid #d1dce7;
font-size: 0.9em;
color: #000;
position: relative;
top: -1px;
font-family: verdana, geneva, sans-serif;
padding-bottom: 1px;
}

#header .search .button {
width: 31px;
height: 13px;
background: url("../images/search-button.jpg") no-repeat top left;
font-size: 1em;
border: 0;
margin-left: 2px;
position: relative;
top: 0px;
}



#header .topsubnav {
float: right;
position: relative;
top: 0px;
padding: 3px 0 3px 0px;
overflow: hidden;
width: 380px;
height: 17px;
}
#header .topsubnav a {
color: #fff;
font-size: 10px;
text-decoration: none;
padding: 0 2px;
cursor: pointer;
}

#header .logo {
width: 350px;
height: 60px;
cursor: pointer;
margin-bottom: 15px;
position:relative;
top:15px;
}
/* --------------------------------------------------------------------- NAV STARTS HERE!---------------------------------------------------------------------  */
#nav {
background: url("../images/nav-bg.jpg") repeat-x top left;
width: 1000px;
position: relative;
top: -5px;
height: 17px;
position: relative;
z-index: 100000;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
  padding: 0 0px;
	background: url("../images/nav-border.jpg") no-repeat top right;


}

#nav ul li.last {
background: 0;
padding-right: 4px;
}
#nav a.last {
}
#nav li a {
		 padding: 2px 34px 3px 34px;
}
#nav li ul { /* second-level lists */
		position: absolute;
		width: 16em;
		left: -999em;
		background: #255E95;
		text-align: left;
		overflow: hidden;

}

#nav li ul li {
background: #255E95;
width: 16em;
margin: 0;
padding: 0;

}
#nav li ul li a {
color: #fff;
text-transform: none;
width: auto;
padding: 5px;
border-bottom: 1px solid #fff;
border-top: none;
		

}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav li:hover, #nav li.sfhover {
    position: static;
	  
}

#nav li a:hover, #nav li a.sfhover {
    color: #FBCB4F;
      
		
	}
#nav li ul li:hover, #nav li ul li.sfhover {
  background-color: #4586c4;
		color: #fff;

	
}

#nav li ul a:hover, #nav li ul a.sfhover{
color: #fff;
height: auto;

		border-top: none;
padding-top: 5px;
}


/*--------------------------------------------------------------------- NAV ENDS HERE --------------------------------------------------------------------- */
/*--------------------------------------------------------------------- HOME BODY STARTS HERE --------------------------------------------------------------------- */
.news a {
text-decoration: none;
}

#body{
text-align: left;
top: 0px;
font-size:1.1em;
margin:0;
padding: 0;
line-height: 1.5em;
}

#body p {
padding: 5px 0 10px 0px;
line-height: 1.5em;
}

#body ul {

}

#body a{
color: #11426f;
text-decoration: underline;
}

#body a:hover {
cursor: pointer;
}

#body ul li a{
color: #11426f;
font-size:1.0em;

}

#body ul li a:hover {
text-decoration: underline;
}

#body .contentpaneopen h2, .sidenav h2{
font-size: 1.2em;
color: #245077;
background: url("../images/h2-bg.jpg") no-repeat top left;
height: 20px;
padding: 3px 0 0 25px;
margin: 5px 5px 0 5px;
}

#body .line {
height:1px;
border-top: 1px solid #cccccc;
margin: 5px 10px;
padding: 0;
}
/* --------------------------------------------------------------------- home left column begins ---------------------------------------------------------------------*/

#body .leftcol {
width: 180px;
float: left;
padding-left: 6px;
position: relative;
top: -4px;
}

#body .leftcol .policyareas {
width: 180px;
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
margin-bottom: 10px;
position: relative;
}
#body .leftcol .policyareas a {
color: #265077;
text-decoration: none;

}
#body .leftcol .policyareas a:hover{

text-decoration: underline;
}
#body .leftcol .policyareas ul {
list-style-type: none;
margin-left: 15px;
}
#body .leftcol .policyareas ul li{
background: url("../images/policyarea-li-dot.jpg") no-repeat 0px 5px;
padding-left: 10px;
}


#body .leftcol .subscribe {
text-align: center;
margin: 5px 10px;

border-top: 1px solid #ccc;
padding-top: 5px;
}

#body .leftcol .eufact{
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
}

#body .leftcol .eufact span {
margin: 5px 5px 0px; 
padding: 4px;
 display: block; 
 font-weight: bold;
background: #fff url("../images/h2-bg.jpg") repeat-x -20px 0;
 text-align: center;

}

#body .leftcol .eufact p {
padding: 5px 10px; 

text-align: left;
font-size: 1em;
line-height: 1.2em;

}
#body .leftcol .buttons-left a {
text-align: center;
margin:0 auto;
}
#body .leftcol .buttons-left{
padding-top: 20px;
padding-left: 10px;
}

/* --------------------------------------------------------------------- home left column ends ---------------------------------------------------------------------*/
/* --------------------------------------------------------------------- home middle column begins ---------------------------------------------------------------------*/
#body .middlecol {
width: 600px;
float: left;
padding-left: 11px;
position: relative;
top: -4px;
}

#body .middlecol ul {
list-style-type: none;
margin-left:25px;
padding-right: 10px;

}

#body .middlecol ul li{
padding-bottom: 10px;
}
#body .middlecol ul li a{
font-weight: bold;
text-decoration: none;

}
#body .middlecol ul li a:hover{
text-decoration: underline;
}

#body .middlecol ul li{
background: url("../images/middlecol-li.jpg") no-repeat 0px 1px;
padding-left: 20px;
}

#body .middlecol .news{
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
width: 598px;
margin-bottom: 10px;
position: relative;
}
#body .middlecol .news h3 {
font-size: 1.0em;
font-weight: bold;
color: #265077;
margin-top: 10px;
}

#body .middlecol .news p.firstnews {
border-bottom: 1px solid #ccc;

}

#body .middlecol .news img {
margin: 10px 5px 0 10px;
float: left;
}

#body .middlecol .news p{
text-align: justify;
margin: 0 10px;
color: #265077;
}

#body .middlecol .middleleft {
width: 292px;
float: left;

}

#body .middlecol .ambassador {
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
width: 292px;
margin-bottom: 10px;
height: auto;
min-height:120px;
position: relative;
}
#body .middlecol .ambassador .jb {
border: 1px solid #000;
margin: 10px;
padding: 0;
float: left;
}
#body .middlecol .ambassador ul {
float: none;
margin-left: 80px;
margin-top: 10px;
}

#body .middlecol .publications {
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
width: 292px;
position: relative;

}


#body .middlecol .spotlight {
position: relative;
width: 292px;
float: right;
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
}
/* --------------------------------------------------------------------- home middle column ends ---------------------------------------------------------------------*/
/* --------------------------------------------------------------------- home right column begins ---------------------------------------------------------------------*/
#body .rightcol {
width: 180px;
float: left; 
position: relative;
top: -4px;
padding-left: 10px;
}


#body .rightcol .headlines {
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
width: 180px;
margin-bottom: 10px;
position: relative;


}
#body .rightcol  .headlines .headlinesbottom  {
margin: 0 auto;
font-weight: bold;
text-align: center;
padding: 0 10px 5px 10px;
}
#body .rightcol  .headlines .headlinesmiddle  {
margin: 0 auto;
font-weight: bold;
text-align: center;
padding: 10px 0px 10px 0px;
margin: 10px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#body .rightcol  .headlines a {
text-decoration: none;

}
#body .rightcol  .headlines  a:hover {
text-decoration: underline;
}
#body .rightcol .headlines p{
text-align: left;
padding: 10px 10px 0 10px;
line-height: 1.3em;
}
#body .rightcol .headlines .line {
margin: 5px 10px;
}
#body .rightcol .headlines span {
background: url("../images/middlecol-li.jpg") no-repeat 0px 1px;
padding-left: 15px;
}

#body .rightcol .hottopics {
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
width: 180px;
position: relative;
}

#body .rightcol .hottopics a {
color: #265077;
text-decoration: none;
}
#body .rightcol .hottopics a:hover{

text-decoration: underline;
}
#body .rightcol .hottopics ul {
list-style-type: none;
margin-left: 15px;
}
#body .rightcol .hottopics ul li{
background: url("../images/policyarea-li-dot.jpg") no-repeat 0px 5px;
padding-left: 10px;
}
#body .rightcol .buttons-right a {
text-align: center;
margin:5px auto;
text-decoration: none;

line-height: 1.0em;
}

#body .rightcol .buttons-right img.first-button {
margin-bottom: 0;
padding-bottom: 0;
}
#body .rightcol .buttons-right{
padding-top: 20px;
padding-left: 10px;
}

/* --------------------------------------------------------------------- home right column ends ---------------------------------------------------------------------*/
/* --------------------------------------------------------------------- footer begins ---------------------------------------------------------------------*/

#footer {
  margin-top: 10px;
  
  color: #fff;
  height: 54px;
  background: url("../images/footer-bg.jpg") repeat-x 0px 0px
}

.scam {

}

.scam a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #a30808;
}

#footer a {
  color: #a30808;
  text-decoration: none;
}

#footer p {
width: 440px;
margin: 0 auto;
padding-top: 5px;
/* background: url("../images/footer-flag.jpg") no-repeat top left; */

}
#footer a:hover {

text-decoration: underline;
}


/* --------------------------------------------------------------------- footer ends ---------------------------------------------------------------------*/

/* --------------------------------------------------------------------- interior ---------------------------------------------------------------------*/


#toolbar .toolbar img {
border: 0 none;
padding: 0;
}

#body img {
border: 1px solid #eee;
padding: 3px;
}


#body .moduletable img, #body .ev_navigation img, #body .banner-page img, #body .heading-page img,  #body .body-page img {
margin: 0;
border: none;
}
#body .buttonheading img {
padding: 5px;
margin: 0;
border: none;
}

#body .leftnav {
  float:left;
}

#body .sidenav {
width: 180px;
margin-top: -2px;
margin-left: 8px;
background: #fff url("../images/box-bg.jpg") repeat-x 100% 100%;
border:1px solid #ccd6df;
margin-bottom: 10px;

}
#body .sidenav  a {
color: #265077;
text-decoration: none;

}
#body .sidenav  a:hover{

text-decoration: underline;
}
#body .sidenav ul {
list-style-type: none;
margin-left: 15px;
}
#body .sidenav ul li{
background: url("../images/policyarea-li-dot.jpg") no-repeat 0px 5px;
padding-left: 10px;
}


#body .sidenav .subscribe {
text-align: center;

border-top: 1px solid #ccc;
padding-top: 5px;
margin: 5px 10px;
}


#body .mainbody {
line-height: 1.5em;
width: 740px;
float: left;
padding: 0px 50px 10px 20px;

}

#body .mainbody .contentheading, #body .mainbody .componentheading, #body .componentheading-newsbriefs{
font-size: 2em;
width: 100%;
padding:0;
margin: 5px 0 15px 0;
height: auto;
background: none;
color:#A30808;
}



#body h2.menutitle {
font-weight: normal;
}

#body .mainbody .title4 strong, #body .mainbody .title4 b {
font-size: 1.3em;
color: #d5af00;

}

#body .AtoZ {
font-size: 2em;
line-height: 2em;
width: 100%;
background: none;
color:#A30808;

}
#body .mainbody .headersubpage{
color:#00265F;
font-family:verdana;
font-size:16px;
font-weight:bold;
line-height:14px;
text-decoration:none;
padding: 10px 0 15px 0;
}
#body .mainbody-newsbriefs  {
width: 970px;
padding: 0 20px;
position: relative;
}
#body .mainbody-newsbriefs .contentpaneopen {
width: 970px;
margin: 0 auto;
}

#body  .mainbody-newsbriefs .contentpane-newsbriefs tr td tr {
padding: 10px;
}

#body .mainbody .maintitle {
font-size: 1.4em;
color: #255e95;
font-weight: bold;
}

#body .mainbody p.maintitle  {
padding: 0;
margin: 0;
}

#body table.next-prev {
text-align: center;
margin: 0 auto;
}

#body .mainbody .contentpane h2 {
font-size: 2em;
font-weight: normal;
width: 100%;
padding:0;
margin: 0 0 15px 0;
height: auto;
background: none;
color:#A30808;
}






/*------- Special Magical Old CSS --------*/


div.wtf-event{
  padding: 8px 5px;
  width: 50px;
}

div.wtf-event div{
  font-weight: normal;
}

#main-table{
  margin: 0 auto;
}



div.componentheading-newsbriefs {
  color: #000080;
  font-size: 24px;
  padding-bottom: 10px;
  font-family: verdana, geneva, sans-serif;
}
.contentpane-newsbriefs tr.sectiontableentry1-newsbriefs td, .contentpane-newsbriefs tr.sectiontableentry2-newsbriefs td{ padding: 5px; }
.contentpane-newsbriefs tr.sectiontableentry2-newsbriefs td{ background-color: #EEEEEE; }
.back_button { padding: 10px 0 0 0; }



.heading  {
background-image: url(/eu/images/heading-triangle.jpg);
background-repeat: no-repeat;
background-position: left center;
font-size: 9pt;
font-weight: bold;
font-family: Verdana; 
background-color: #f5f7f8;
padding: 3px 3px 3px 25px;
margin: 5px;
display: block;

}


.componentheading-page {
color:#000080;
font-family:verdana,geneva,sans-serif;
font-size:24px;
}

.banner-page {

background: url('/eu/images/euresearch/eu-research-header.jpg') no-repeat;
width: 740px;
height: 150px;
margin: 0;
padding: 0;
clear: both;

}


.heading-page-copy {
border-top: 1px dotted #cc0000;
border-bottom: 1px dotted #cc0000;
color: #800000;
font-weight: bold;
padding:5px 0 25px;
height: 60px;
}
.contentpaneopen .banner-page img  {
padding: 0;
}
.contentpaneopen  .heading-page img {
padding: 0;
}

.heading-page {

/*float: right;*/
height: 80px;
margin-top: 20px;
padding: 5px 20px 5px 0;


}

.h2-page  {
color: #cc0000;
font-size: 1.3em;
font-weight: bold;
}

.h3-page  {
color: #cc0000;
font-size: 1.3em;
font-weight: bold;
display: block;
padding: 0px 10px 10px 0;

}

.body-page {
margin:0;
padding: 0;
padding: 0 20px 0 0;
}

.body-page li {
list-style-type: none;
margin-bottom: 5px;
padding-left: 20px;
margin-left: -25px;
background: url('http://www.eurunion.org/eu/images/heading-triangle.jpg') no-repeat 0% -1px;

}
.body-page p {
font-size: 11px;
}

.photogallery {
height: 60px;
}
.downloads-page {
border-top: 1px dotted #cc0000;
border-bottom: 1px dotted #cc0000;
margin-bottom: 10px;
padding-top: 10px;
}
.downloads-page td{
margin:0;
padding: 0;
}
.innerNavigation {
float: right;
clear: both;
padding: 10px;
border: 1px solid #eee;
background: url('http://www.eurunion.org/eu/images/bg_grad.jpg') repeat-x bottom;
margin-left: 10px;
margin-bottom: 15px;
}
.innerNavigation  ul {
padding:0;
margin: 0;
list-style-type: none;
}

.studyineu {
padding: 10px;
border: 1px solid #fadc2a;
}

.euUsResearch {
width: 760px;

}

.euUsResearch h2 {
color: #cc0000;
font-size: 0.9em;
font-weight: bold;
padding:0;
margin: 0;

}

.euUsResearch h3 {
font-size: 1.2em;
color: #800000;
font-weight: bold;
margin-bottom: 10px;
}

.euUsResearch blockquote {
margin-left: 15px;
}

.euUsResearch ul {
font-size: 11px;
}

.euUsResearch p {
font-size: 11px;
}

.euUsResearch ol li{
margin-bottom: 5px;
}


.useful-resources {
 clear:both;
 padding: 10px; 
 border: 1px solid #eee;
 height: 120px;
 margin-bottom: 15px;
}
.useful-resource ul {
list-style-type: none;
}
.contentpage  td {
margin-bottom: 15px;
}
tr.sectiontableentry1-page  td{
background-color: #efefef;
font-size: 1.3em;
padding: 5px 0 5px 5px;
display: none;
margin-bottom: 5px;
}

tr.sectiontableentry2-page td{
background-color: #fff;
font-size: 1.3em;
display: none;
padding: 5px 0 5px 5px;
margin-bottom: 5px;
}

.componentheading-183, .contentheading-183, div.componentheading-newsbriefs-183{
font-size: 2em;
font-weight: normal;
width: 100%;
padding:0;
margin: 5px 0 15px 0;
height: auto;
background: none;
color:#A30808;
}
.sectiontableentry1-183,.sectiontableentry2-183 {

display:none;
}
.contentdescription-183 {
padding-top: 15px;
}

/*+++  JOOMLA +++*/

body { text-align: center; }

#Table1 { border: solid 0 #ffffff; }

.search { width: 100%; }
.search input { margin: 0 2px; }

.componentheading, .contentheading, div.componentheading-newsbriefs {
  color: #000;
  font-size: 24px;
  font-family: verdana, geneva, sans-serif;
}

.contentpane-newsbriefs tr.sectiontableentry1-newsbriefs td, .contentpane-newsbriefs tr.sectiontableentry2-newsbriefs td{ padding: 2px; }
 
table {
  font: 11px verdana, geneva, sans-serif; 
	text-align: left;
}

/*.m1mainSXMenu2 div { text-align: left; }*/
#m1mn1popup, #m1mn2popup, #m1mn4popup, #m1mn5popup, #m1mn6popup { text-align: left; }

.contentpaneopen img{ padding: 5px;}

.contentpane td { padding: 3px; }
.contentpane span a { text-decoration: underline; }

/* .contentdescription {text-align: } */
.contentdescription a { color: #0000cc; }
.contentdescription a:visited { color: #0000cc; }

.sectiontableheader { font-weight: bold; }

.sectiontableentry1 {
	background: #ffffff;
}
.sectiontableentry2 {
	background: #efefef;
}
.sectiontableentry1 td, .sectiontableentry2 td {
  padding: 5px;
}

a[href $='.pdf'] { 
  padding: 0 18px 5px 0;
  background: transparent url('/eu/images/icon_pdf.gif') no-repeat center right;
}

a[href $='.doc'] { 
  padding: 0 18px 5px 0;
  background: transparent url('/eu/images/icon_doc.gif') no-repeat center right;
}
a[href $='.DOC'] { 
  padding: 0 18px 5px 0;
  background: transparent url('/eu/images/icon_doc.gif') no-repeat center right;
}

/*a[target ='_blank'] {
  padding: 0 18px 5px 0;
  background: transparent url('/images/icon_external.gif') no-repeat center right;
}*/



/*ul { list-style: none;}*/



input.gsc-input {
  padding: 0px;
  height: 15px;
}

input.gsc-search-button {
  padding: 0px;
  font-size: 78%;
}

table.gsc-search-box td {
  vertical-align: top;
}


td.gsc-branding-text  {
  width: 105px;
}

td.gsc-branding-text a {
  color: white;
}

div.message  {
  background:none repeat scroll 0 0 #00FFFF;
  font-size:15px;
  margin-bottom:10px;
  padding:5px;
}

