/* CSS Document */
table.chart {
	width: 100%;
}

table.chart label {
	float: none;
	display: inline;
	width: auto;
	font-weight: normal;
}

tr.labeltrue  td { color: white;   }
tr.labelfalse td { color: #7C806B; }

table.chart th { background-color: #7C806B; }

table.chart td { font-size: 0.83em; }
table.chart td.itemNew  { background: #201F1F URL('/_images/chart-new.png') no-repeat center center; }
table.chart td.itemUp   { background: #201F1F URL('/_images/chart-up.png') no-repeat center center; }
table.chart td.itemDown { background: #201F1F URL('/_images/chart-down.png') no-repeat center center; }

.buttonplayer {
  float: right;
}