/*
 * ----------------------------------------------------------------------------
 * 'GumaxDD' style sheet for CSS2-capable browsers.
 *	   Loosely based on the monobook style
 *
 * @Version 1.1
 * @Author Paul Y. Gu, <gu.paul@gmail.com>
 * @Copyright paulgu.com 2006 - http://www.paulgu.com/
 * @License: GPL (http://www.gnu.org/copyleft/gpl.html)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 * http://www.gnu.org/copyleft/gpl.html
 * ----------------------------------------------------------------------------
 */
/*@import url("https://webgate.ec.europa.eu/fpfis/mwikis/eurydice/skins/eurydice/css/main.css");*/
@import url("https://webgate.ec.europa.eu/fpfis/mwikis/eurydice/skins/eurydice/css/eurydice_template.css");


body
{
	padding-top: 10px;
	padding-bottom: 10px;
}
div#eurydice-page{
	width:100%;
	background: none;
}
td.eurydice-content-td-center {
	padding:0px;
	margin:0px;
}
#eurydice-topbar, 
#eurydice-header,
#eurydice-p-login,
#eurydice_mainmenu_spacer,
#eurydice-p-navigation,
#eurydice-article-picture,
#eurydice-content-actions,
#eurydice_footer_spacer,
#eurydice-footer,
#eurydice-f-list,
table.toc, 
div#floatingbar,
div#floatingbar *,
div#beta-version-message,
p.beta-version-message-slide,
#eurydice-header,
#europaBreadcrumb,
#eurydice-p-search,
#eurydice-topbar,
#rightColumn,
#overviewColumn,
#topOfPage,
#eurydice-credit-list,
#hierarchySubordinates,
#hierarchyPrevNext{
	display: none; /* Hides all the elements irrelevant for printing */
	visibility:hidden; /* additional propoerty because some border remain...(??) */
}

.eurydice-rbcontentwrap { background: none; }
.eurydice-rbcontent { background: none; }
* html .eurydice-page { border: none; }

div, 
div#eurydice-page,
table#eurydice-content-table, 
table#eurydice-content-table > tbody > tr, 
table#eurydice-content-table > tbody > tr > td{
	border:none;
}
div#content {
	border-bottom:1px solid #eee;
}
/* firstHeading
-----------------------------------------------------------------------------*/
h1#firstHeading{
	font-size:25px;
	padding:15px 0px;
}
#namespaceTitle{
	display: inline;
}

/* printBanner
-----------------------------------------------------------------------------*/
img#printBanner {
	display:block;
}
body table.eurydice-content-table{
	background:none !important;
}