@charset "utf-8";
/* CSS Document */
#chart td.value {
	/**background-image: url(images/chartLines.png);**/
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:2px;
	border-bottom: none;
	background-color:transparent;
}
#chart td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;

}

#chart td.value img {
	vertical-align: middle;
	margin: 0;
}
#chart th {
	text-align: left;
	vertical-align:top;
}
#chart td.last {
	border-bottom:1px solid #e5e5e5;
	/*width: 33%;*/
}
#chart td.first {
	border-top:1px solid #e5e5e5;
	/*width: 33%;*/
}
#chart  .auraltext
{
	/**position: absolute;
	font-size: 0;
	left: -1000px;**/
	font-weight: bold;
	color: #336699;
	left: 338px;
	top: 217px;
}
.tableBkgd {
	/**width: 33em;**/
	background: url(images/chart-bkgd2.gif) repeat-x left top;
	float:left;
}
#chart caption {
	font-size:16px;
	font-style:italic;
	font-weight: bold;
	padding: 16px 0px;
	text-align: center;
}

