/* CSS Document */
div.outOfScreen {	/* for accessibility */
	display: none;
}

.clear {
	clear: both;
}

/* hr */
hr {
	size: 1px;
}
/*---------------- images ------------------*/
img.imgBorder {
	border: 1px solid #cccccc;
}
img.imgMargin {
	margin-right: 10px;
}
img.imgBorderMargin {
	margin-right: 10px;
	border: 1px solid #cccccc;
}
img.imgFloatRight { 
	position:relative;	/* for IE6 */
	float: right;
	margin-left:10px;
}
/*-------------------------------- TEXT -------------------------------*/
.inline {
	display: inline;
}

.fontweighnormal {
	font-weight: normal;
}
.souligne {
	text-decoration: underline;
}
.smalltext{
	font-size: 8pt;
}
.lineBreak {
	clear: both;
}
.bold {
	font-weight: bold;
}
.minuscule {
	text-transform: lowercase;
}
.onzepx {
	font-size: 11px;
}
.spacer {
	clear: both;
}
* html .spacer { /*for IE */
	display: none;
}
.nodisplay {
	display: none;
}
.top{	/* top (back to top of page) */
	background: url(http://eacea.ec.europa.eu/img/icons/tall-up-arrow.gif) no-repeat right center;
	padding-right: 18px;
	float: right;
	color: #000000;
	display: block;	
	position: relative;	/* for IE6 */
	clear: none;	/*for IE6 */
}
.more {
	font-size: 0.8125em; /* 16x0.8125=13px */	
}
.rssTitle {
	padding-left: 25px;
	background: url(http://eacea.ec.europa.eu/img/icons/rss.gif) top left no-repeat;
}
.highlighttext {
	color: #cc0000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.highlighttextLight {
	color: #cc0000;
	font-family: "Courier New", Courier, monospace;
}
.text_eventsTitle {
	color:#004080;
	font-size:15px;
	font-weight: bold;
}

.text_eventsTitleRed {
	color:#990000;
	font-size:19px;
	font-weight:normal;
}

.text_eventsSmall {
	color:#004080;
	font-size:13px;
	font-weight:normal;
}

.text_eventsHp li ul {
	color:#004080;
	font-size:16px;
	font-weight:normal;
	background:url("http://eacea.ec.europa.eu/img/icons/bullet_grey.gif") no-repeat 
}

.quotation {
	font-size:15px;
	color:#036;
	font-style:italic;
}
/*---------------------- LIST bulleted / notBulleted ---------------------*/
/* onThisPage */
ul.onThisPage li a{
	text-decoration: none;
}
ul.onThisPage li a:hover{
	text-decoration: underline;
}
.bulleted a{
	background: url(http://eacea.ec.europa.eu/img/icons/bullet_grey.gif) left no-repeat;
	padding-left: 10px;
}
.notBulleted a{
	background: none;
	background-image: none;
	padding-left: 0;
}

#contentColumn ul.ul_bulletList li {
	list-style: disc;
	background: none;
	padding-bottom: 10px;
}

#contentColumn ol li {
	padding-bottom: 10px;
}
/*----------------------------------- DIV ---------------------------------*/
.clearfix {    /* clearfix (float cancellation hack) */
	display:block;
	position:relative;
	overflow:auto;
	margin-bottom:5px;
}
/* DIV highlightcell */
.highlightcell {
	background-color: #FBFBFB;
	border: 1px solid #C61B11;
	padding: 15px 15px 5px;
	vertical-align: top;
	margin:20px auto; 
	
}
.highlightcell span, .highlightcell p, .highlightcell h2{
	margin-top: 0px;
	padding-top: 0px;
	background: none;
}
/* rightContentColumn */
.rightContentColumn {
	width: 250px;
	float: right;
	margin:10px;
	margin-right:4px;
	position: relative;
	padding:1px;
}
/* eventBox */
.eventBox{
	width: 230px;
	border: 1px solid #eeeeee;
	padding:10px; 
	margin-bottom:10px;
	position: relative;
	background-color: #FFFFFF;	/* specifyed !important in specific programme CSS */
}
/* greybox */
.greyBox{
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
	background-color: #FFF1E6;
}
/* infodayBox */
.infodayBox a{
	display: block;
	border: 1px solid #ccc;
	background: #eeeeee;
}
.infodayBox a:hover{
	background: #FBFBFB;
	color: #666666;
	text-decoration: none;
}
/*--- twoColumns div template ---*/
.twoColumns {
	margin:0px;
	padding:0px;
	width: 100%;
	position:relative;
	margin-top:15px;
	overflow: auto; /* clear float for next element */
}
* html .twoColumns {	/*for IE6*/
	width: 99%;
}
.twoColumns div{
	width:50%;
	/width:49.8%; 	/*for IE7- */
	margin:0px;
	padding:0px;
	/*position:relative; comment to allow display in Dreamweaver */
}
.columnLeft {
	float:left;
	clear:left;
}
.columnRight {
	float:right;
	clear:right;
}
.twoColumns div div{
	margin-top: 12px;
	padding:5px;
	background: #ffffff;
	border:1px solid #d5edf5;
	width:auto;
}
.twoColumns .columnLeft div{
	margin-right: 10px;
}
.twoColumns .columnRight div{
	margin-right: 10px;
}
.twoColumns h2 {
	background:#F3FBFD;
	padding:5px;
	margin:0;
	color:#024172;
	font-size:15px;
}
/*------------------------------ TABLE -----------------------------*/
/* general */
table {
	width: 99%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: left;
}
table tr td, table tr th {
	padding: 5px;
}
table tr td, th{
	font-weight: normal;
	border: 1px solid #cccccc;
}
table tr td p, tr th p{ /* to start on top of cell */
	margin:0 0 15px 0;
}
/* 12px font-size */
table.tableFont_13px {
	font-size: 13px;
}
/* noBorder */
table.noBorder tr td, table.noBorder tr th {
	border: none;
	font-size: 13px;
}
 /* noDecoration */
table.noDecoration tr td a{
	text-decoration:none;
}
table.noDecoration tr td a:hover{
	text-decoration: underline;
}
/* colored */
table tr th, table tr td.colored {
/*background:url(http://eacea.ec.europa.eu/images/icons/BgGrey4.jpg) top left repeat-x;
	background-color: #ffffff;*/
	background: #F4F4F4; /*#F9F9F9; /* #eeeeee */
	font-weight: bold;
	vertical-align: middle;
}
/* merged */
table tr td.merged {
	border-bottom: none;
	border-top: none;
}
/* borderBottom */
table.borderBottom tr td, table.borderBottom tr th{
	border: none;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
table.borderBottom tr th{
	border-right: 1px solid #eeeeee;
	text-align: left;
}
/* table_no_decoration */
table.table_no_decoration tr td a{
	text-decoration: none;
}
table.table_no_decoration tr td a:hover{
	text-decoration: underline ;
}
/* description */
table.description td, table.description th {
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	border: none;
	background: none;
	font-weight: normal;
}
table.description tr th {
	width: 150px;
	text-align:left;
}
table.description tr td a{
	padding: 0px;
	text-decoration: underline;	
}
table.description tr td a:hover{
	background: none;
	text-decoration: none;
}
/* funding_page */
table.funding_page tr td, table.funding_page tr th{
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
	text-align: left;
	background: none;
	font-weight: normal;
}
table.funding_page tr th{
	border-right: 1px solid #cccccc;
	width: 200px;
}
/* publications (Eurydice) */
table.table_publications  tr td, table.table_publications  tr th {
	border: none;
	border-bottom: 1px solid #eeeeee;
	padding: 25px 5px 25px 5px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}
/*------------------------------ new and update -----------------------------*/
.newUpdate {
	text-transform: none;
}
.newUpdate a{
	color: #000000;
	text-decoration: none;
}
.newUpdate a:hover{
	color: #000000;
	text-decoration: underline;
}
.newUpdate a .newsDescription{
	color: #666666;
}
.newUpdate p{
	font-size: 1em;
	list-style: none;
	margin-bottom: 10px;
}
.datebox {
	/*font-family: monospace;*/
	font-size: 0.85em; 
	color: #f90;/*color: #f90;*/
	display: block;
	width: 98%; 
	border-top: 1px dashed #eeeeee;
}
/* for LLP subprogrammes */
.latestNews { 
	width: 200px; 
	border: 1px solid #cccccc; 
	float: right; 
	padding: 5px; 
	margin-left: 10px; 
	position: relative; 
	background: #FFFFFF;
}
/* ----- focus on ---- */
.focusOn{
	position:relative;
	overflow: hidden;
	margin-bottom:10px;
	padding-bottom:10px;
}
.focusOn h3{
	display: compact;
	position:absolute;
	top:0px; 
	left:0; 
	padding:10px;
	border:none;
	background: url(http://eacea.ec.europa.eu/img/icons/blue_transparent.png); 
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.focusOn img{
	width:100%; /*resize the img to 100% of width of the div - compensate by overflow:hidden; of #featured .ui-tabs-panel{ */
}
.focusOn img.noStretch{
	width:auto;
}
.focusOn .legend{ 
	position:relative; 
	/*bottom:0px; */

	left:0; 
	/*height:50px; */
	width: 100%; /* for iE7- */
	padding:0 5px;
	background: url(http://eacea.ec.europa.eu/img/icons/blue_transparent.png); 
	color:#fff;
}
.focusOn .legend a{ 
	color:#fff;
}
.focusOn .legend a.legendTitle { 
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	padding:3px;
}

.focusOn .legend .legendTitle { 
	font-size:15px;
	font-weight:bold;
}

/* focuOn by programme */
/*culture*/
.focusOn.focusOnCulture h3, .focusOn.focusOnCulture .legend{
	background: url(http://eacea.ec.europa.eu/img/icons/orange_transparent.png); 
}
/*education*/
.focusOn.focusOnEducation h3, .focusOn.focusOnEducation .legend{
	background: url(http://eacea.ec.europa.eu/img/icons/blue_transparent.png); 
}
