/* table CSS */

table#chart thead th,tfoot td  {
			background:#C93;
		}
table#chart td, th	{
			border:1px solid #630;
			text-align: center;
			font-size: .85em;
		}
table#chart tr.ruled  {
        background:#333;
		color:#FFF;  	}	