@charset "utf-8";

.chartTbl{
	width:640px;
	margin:5px 0 25px 0;
	padding-bottom:20px;
	}

.chartTbl td.value {
	background-image: url(/images/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;
}
.chartTbl td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}
.chartTbl td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
.chartTbl th {
	text-align: left;
	vertical-align:top;
}
.chartTbl td.cap {
	width: 200px;
}
.chartTbl td.last {
	border-bottom:1px solid #e5e5e5;
}
.chartTbl td.first {
	border-top:1px solid #e5e5e5;
}

.chartTbl table {
	background-image:url(/images/bg_fade.png);
	background-repeat:repeat-x;
	background-position:left top;
	width: 630px;
	margin: 5px;
}
.chartTbl caption {
	font-size:90%;
	font-style:italic;
}
