/* --------------------------- legend --------------------------- */

#papers-legend {
	width: 936px;
	border: 1px solid #222;
	float: left;
	text-align: left;
	padding:30px;
	color: #FFF;
	font-size: 10px;
	}
	
#papers-legend h2 {
	font-size:18px;
	line-height:22px;
	color:#FF0;
	padding: 0px;
	margin-bottom:18px;
	}
	
#papers-legend ul {
	list-style: none;
	display: inline;
	padding: 0px;
	}

#papers-legend li {
	display: inline;
	float: left;
	padding: 0px;
	}
	
.papers-legend-acronym {
	position: relative;
	width: 182px;
	height: 21px;
	margin-bottom:10px;
	}
	
.papers-legend-code {
	position: relative;
	font-weight: bold;
	width: 78px;
	height: 19px;
	border: 1px solid #222;
	margin:0px 8px 10px 0px;
	}	


/* --------------------------- chart --------------------------- */

#papers {
	width: 994px;
	float: left;
	text-align: left;
	}

#papers ul {
	list-style: none;
	display: inline;
	padding: 0px;
	}

#papers li {
	display: inline;
	float: left;
	padding: 0px;
	}

#papers-masthead {
	height: 20px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background: #000 url(/images/papers-masthead.gif) no-repeat top left;
	padding: 40px 10px 0px 0px;
	}

#papers-row {
	height: 19px;
	width: 994px;
	font-size: 10px;
	color:#000;
	font-weight: normal;
	padding: 0px;
	clear:both;
	border-bottom: 1px solid #000;
	}
	
#papers .manu {
	position: relative;
	width: 140px;
	height: 19px;
	padding: 0px;
	margin-left: 5px;
	overflow:hidden;
	}
	
#papers .brand {
	position: relative;
	width: 240px;
	height: 19px;
	overflow:hidden;
	}
	
#papers .finish {
	position: relative;
	width: 112px;
	height: 19px;
	overflow:hidden;
	}
	
#papers .off {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	}	

#papers .cert {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #34800E;
	text-align:center;
	}
	
#papers .eco {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #17ACC7;
	text-align:center;
	}
	
#papers .bleach {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #F90;
	text-align:center;
	}
	
#papers .energy {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #FF0;
	text-align:center;
	}
	
#papers .calc {
	position: relative;
	float:left;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #F00 url(/images/papers-calculator.gif) no-repeat 0 0px;
	}
	
#papers .alt {
	position: relative;
	width: 24px;
	height: 19px;
	border-left: 1px solid #000;
	background: #71379D;
	text-align:center;
	}

#papers .precw {
	position: relative;
	width: 46px;
	height: 19px;
	padding-left:3px;
	border-left: 1px solid #000;
	background: #71379D;
	color:#FFF;
	text-align:left;
	}
	
#papers .precw-off {
	position: relative;
	width: 49px;
	height: 19px;
	border-left: 1px solid #000;
	}
	
#papers .postcw {
	position: relative;
	width: 68px;
	height: 19px;
	padding-left:3px;
	border-left: 1px solid #000;
	background: #71379D;
	color: #FFF;
	text-align: left;
	}

#papers .postcw-off {
	position: relative;
	width: 71px;
	height: 19px;
	border-left: 1px solid #000;
	}
	
/* --------------------------- tooltips --------------------------- */

a.tooltip{
	position:relative;
	z-index:24;
	width: 100%;
	height: 19px;
	display:block;
	text-decoration:none;
	background:url(/images/warning.gif) no-repeat top right;
	color:#FFF;
}

a.tooltip:hover {
	z-index:25;
}

a.tooltip span{
	display: none;
}

a.tooltip:hover span {
	display:block;
	position:absolute;
	width:353px;
	height:15px;
	top:-1px;
	left:-360px;
	border:1px solid #ffcc00;
	background-color:#ffff99;
	color:#000000;
	text-align: right;
	font-size: 10px;
	line-height:12px;
	padding:2px;
	z-index:30;
}