@charset "iso-8859-1";
/* CSS Document */
table .chart {
	background-image:url(bg_fade.png);
	background-repeat:repeat-x;
	background-position:left top;
	width: 33em;
}
table.chart caption {
	font-size:90%;
	font-style:italic;
}
table.chart td {
	padding: 3px 4px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
	font-size:10px;
}
table.chart th {
	text-align: left;
	vertical-align:top;
}
td.value {
	background-image: url(gridline58.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
td.value img {
	vertical-align: middle;
	margin: 3px 3px 3px 0;
}
td.last {
	border-bottom:1px solid #e5e5e5;
}
td.first {
	border-top:1px solid #e5e5e5;
}
.auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}
td.markg {
	background-color:#9F6;
}


