/*
 * This stylesheet is used as printable version of the website
 */



/*
 * Filter n°1: filter IE4, NN4, and IE5 Mac.
 * read by IE5 Win, IE6+, and recent browsers.
 */
 
/*
@import "base.css";
@import "application.css";
@import "layout.css";
@import "dockbar.css";
@import "navigation.css";
@import "portlet.css";
@import "forms.css";
@import "custom.css";

@import "common.css";
@import "index_structure.css";
*/

/* 
 * Filter n°2: filter IE4, NN4, IE5 Mac and IE 5.01 Win.
 * read by IE 5.5, IE6+, and recent browsers.
 */
 
/*
@import"base.css";
@import"application.css";
@import"layout.css";
@import"dockbar.css";
@import"navigation.css";
@import"portlet.css";
@import"forms.css";
@import"custom.css";

@import"common.css";
@import"index_structure.css";

*/


body {
	font-size: 0.625em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em;
	background: none transparent;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

.lfr-component, .lfr-component ul, .lfr-component li,
.lfr-component dl, .lfr-component dt, .lfr-component dd {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs {
	margin-bottom: 1.5em;
	margin-left: 0;
}

.breadcrumbs li {
	display:inline;
	margin-right:5px;
	padding-right:15px;
}

.site-breadcrumbs ul {
	height: 2.3em;
	margin: 0;
}

.site-breadcrumbs li {
	background-image: none;
	float: left;
	line-height: 2.3em;
	margin-right: 0;
	padding-left: 0.75em;
	padding-right: 0;
}

.site-breadcrumbs li span {
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 0 15px 0 0;
}







/*
 * Hiddings and modifications for printable version
 */

#full_wrapper #top-banner,
#wrapper #header .home-link,
#wrapper #header .acs-selectors,
#wrapper #header .explore-cci,
#wrapper #header .france-map,
#wrapper #header .search-form,
#wrapper #header .login-form,
#wrapper #nav,
#wrapper #footer,
#wrapper #universe-banner .lefttop-corner,
#wrapper #universe-banner .left-side,
#wrapper #universe-banner .center,
#wrapper #universe-banner .image,
#wrapper #space-banner .lefttop-corner,
#wrapper #space-banner .left-side,
#wrapper #space-banner .center,
#wrapper #space-banner .image,
#wrapper #space-banner .menu,
#wrapper #space-banner .menu_right-side,
#wrapper #subspace-banner .lefttop-corner,
#wrapper #subspace-banner .left-side,
#wrapper #subspace-banner .back,
#wrapper .subspace_menu {
	display: none;
}


#wrapper .home-universe-box h2.box-title { background: transparent none; margin-bottom: 5px; }
#wrapper .home-universe-box_creators h2.box-title { border-bottom: 2px solid #c50c1f; }
#wrapper .home-universe-box_students h2.box-title { border-bottom: 2px solid #f08700; }
#wrapper .home-universe-box_enterprises h2.box-title { border-bottom: 2px solid #6e95c9; }
#wrapper .home-universe-box_cci h2.box-title { border-bottom: 2px solid #bdc1b0; }
#wrapper .home-universe-box_creators h2.box-title a { color: #c50c1f; }
#wrapper .home-universe-box_students h2.box-title a { color: #f08700; }
#wrapper .home-universe-box_enterprises h2.box-title a { color: #6e95c9; }
#wrapper .home-universe-box_cci h2.box-title a { color: #bdc1b0; }

#wrapper .std-box .box-top .top-tab,
#wrapper .std-box .box-top .top-free-right,
#wrapper .std-left-box .box-bottom,
#wrapper .std-right-box .box-bottom { background: transparent none; }


#wrapper #universe-banner,
#wrapper #space-banner {
	height: 75px;
}

#wrapper #universe-banner .pre-title,
#wrapper #space-banner .pre-title,
#wrapper #universe-banner h1,
#wrapper #space-banner h1,
#wrapper #subspace-banner h1 {
	color: inherit; width: auto; position: static; height: auto;
}
#wrapper #universe-banner .pre-title,
#wrapper #space-banner .pre-title {
	padding-top: 5px;
}
#wrapper #universe-banner h1,
#wrapper #space-banner h1,
#wrapper #subspace-banner h1 {
	text-transform: none; text-align: center; background-color: transparent;
}



