@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1000;




	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FC0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 15px;
	border: 1px solid #666;
	height: auto;
	width: 200px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.25em;
	letter-spacing: 0.05em;
}
#certificate table p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
#section2 {
	height: auto;
	width: 508px;
}
#section2 a:hover {
	background-image: url(../refining/images/cert/section-2-ON.jpg);
	background-repeat: no-repeat;
	background-color: #039;
}

.tooltipContentinvestment {
	background-color: #FC0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #666;
	height: auto;
	width: 200px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
#section2 a:link {
	background-image: url(../refining/images/cert/section-2-ON.jpg);
	border: thick solid #F00;
}
#customer_contact {
	padding: 15px;
	height: 187px;
	width: 200px;
	background-color: #CCC;
	visibility: hidden;
	position: absolute;
	top: 309px;
	left: 567px;
	right: auto;
	z-index: 20000;
}
#itemization {
	padding: 15px;
	height: 250px;
	width: 200px;
	background-color: #CCC;
	visibility: hidden;
	position: absolute;
	top: 383px;
	left: 596px;
	right: auto;
	z-index: 20000;
}

