/* GCP Print CSS */
/* Modified 21-Apr-2008 */

@media print {

#esspnav, #topnavcontainer, #navcontainer {display:none;}

td#subnavcell {width:0; margin:0; padding:0; border:0;}

body {

	color:#000;
	background-color:#fff;
	background-image: none !important;
	font-size:11pt !important;
	}

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, input, select, span, td, textarea {
	color:#000 !important; background-color:#fff !important;}
	
#pagewrapper{
	background-image: none !important;
	background-repeat: no-repeat !important;
	}

#contentcontainer, #contentcontainerwide {
	background-image: none !important;
	background-repeat: no-repeat !important;
	}

#footer{
	text-align:center;
	margin-top:10px;
	height: auto;
	padding:7px;
	color:#000;
	background-color: transparent;	
	background-image: none !important;
	background-repeat: no-repeat !important;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}


/*table {font-size:inherit;font:100%;} /*Y!*/

a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}

/* styles for carbon trends HIGHLIGHTS table and cells */
	
.area-header {
	color: #000;
	text-align: center;
	background-color:#fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.area-desc-exp {
	color:#000;
	background-color:#fff;
	padding: 2em;
	line-height: normal;
	}

.imgcell {
	background-color:#fff;
	border-top: 1px solid #000;
	}

/* Hide form BACK button on simple layout */
#simpleheadernav form, #simpleheadernav a {display:none; visibility:hidden;}

/* Styles for the sidebar on 3-column layout */

#sidebar {			
	font-size: 100%;		
	line-height: normal;
	color:#000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}

#sidebar table {
	border: none !important;
	margin-bottom: 2em;
	}

#sidebar th {
	font-size:100%;
	background-color: #fff;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border: none !important;
	}
}