#lightbox {
	text-align:left;
}
.mask {
	background-color:#000;
	bottom:0;
	display:none;
	left:0;
	opacity:.7;
	filter:alpha(opacity=70);
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.mask.block-scrollbars {
	overflow:auto;
}
.hide-scrollbars,
.hide-scrollbars * {
	overflow:hidden;
}
.hide-scrollbars select {
	display:none;
}
.show-scrollbars {
	overflow:auto;
}
.yui-zu-lightbox-hidden {
	visibility:hidden;
}
.pot_lightbox {
	background:#b0b2b5;
	margin-top:13px;
	padding:5px;
	text-align:left;	
}
.pot_lightbox.small {
	width:365px;
}
.pot_lightbox.medium {
	width:635px;
}
.pot_lightbox.large {
	width:870px;
}
.pot_lightbox.xlarge {
	width:975px;
}
.pot_lightbox.full_width {
	width:auto;
}
.pot_lightbox .yui-widget-bd {
	background:#fff;
	padding:0 45px;	
}
.pot_lightbox.iframe .yui-widget-bd {
	background:#fff;
	padding:0;
}
.pot_lightbox .height_adjust {
	overflow:auto;
}
.pot_lightbox .close {
	background:url(/sustainability_reports/2009/common/images/interface/skins/lightbox/lightbox_close_default.png) no-repeat;
	z-index:10010;
}
.pot_lightbox .yui-widget-hd {
	background:#fff;
	padding:45px 45px 0 45px;	
}
.pot_lightbox .yui-widget-ft {
	background:#fff;
	padding:0 45px 35px 45px;
}
.pot_lightbox .close {
	color:#fff;
	display:block;
	font-weight:bold;
	height:25px;
	line-height:24px;
	margin:3px -7px 0 0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:25px;
}
.pot_lightbox .utilities {
	color:#B0B2B5;
	font-size:93%;
	margin:30px 25px 0 0;
	position:absolute;
	right:0;
	top:0;
}
.pot_lightbox .print {
	color:#B0B2B5;
	font-size:93%;
	margin:30px 5px 0 0;
}
.pot_lightbox .utilities a {
	color:#B0B2B5;
}

/********** lightbox iframe styling ************/

#lightbox iframe,
#data_pot_lightbox iframe {
	border:none;
	height:2000px;
	width:100%;
}
iframe body {
	margin:100px;
}
#lightbox iframe.full_width {
	width:974px;
}

/************ Lightbox within lightbox ************/

.pot_lightbox .pot_lightbox .yui-widget-bd {
	background-image:none;
	border-top:none;
}
.pot_lightbox .pot_lightbox .yui-widget-hd {
	background:#fff;
	height:auto;
}

/* not sure if this is used anywhere */

#product_details {
	text-align:left;
}
.pot_lightbox .hide {
	display:none;
}

/* sharethis */

#stwrapper {
	position:fixed;
}

/* patch whitespace at top intermittent problem */
.yui-overlay {
	position:fixed !important;
}
