@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too_print.css : 2004.11.26
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, .hnav, .printHide, #go_to_en, #go_to_fr, #print, #navigtop, #hmenu_fr, #hmenu, #no_print, #chromemenu_fr, #chromemenu, #footer_noimp
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}

.no_print {
display:none;
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
#masthead, #footer
{
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */ 
}

#footer {
width: 80%;	
border: solid 1px #000;
border-width: 1px 0;
}

.inside {
width: 80%;
}

#masthead {
	height:50px;
}

* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
body *
{
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}

body, #masthead{
background-image: none;
}

.logo_ccip {
display:inline;
}

#masthead h1
{
	text-indent:0;
	margin: 20px;
	font-size: 20px;
	color:#000;
}

#masthead h2
{
	text-indent:0;
	margin: 0 0 0 20px;
	font-size: 10px;
	color:#000;
}

#middleColumn h2
{
	text-indent:0;
	margin: 0 0 0 20px;
	font-size: 15px;
	color:#000;
	border: 0;
	padding: 0 0 10px 0;
	background-image: none;
}


#abstract, #related{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}

#shadow_abstract, #shadow_related {
background-image: none;
}

#search_results table{
	width: 100%;
	border: 1px;
	margin: 0 0 0 20px;
	padding: 0;
}

#search_criteria {

	margin: 0 0 0 20px;
	padding: 0;
	border: 0;
}



#abstract h3{
font-size: 12px;
font-weight: bold;
}

#abstract h4{
font-size: 11px;
margin: 0 0 0 20px;
}

#abstracts_navbar {
display: none;
}

#back_to_search, #btm_navbar {
display: none;
}

h4.search_results_theme {
font-size: 13px;
color:#000;
margin-bottom: 10px;
margin-top: 10px;
}

/******************************************************************************/

