/* CSS Document */

table {
	font: 1em helvetica, arial, sans-serif;
	float: none;
}

td, th {
	padding: 5px }

th {
	color: #fff;
	background-color: #9999CC;
	text-align: left }



#dataTable01 {
	width: 400px }

tr.highlightOffOdd {
	color: #000;
	background: #f2f2ff }

tr.highlightOffEven {
	color: #000;
	background: #e2e2f2 }

tr.highlightOn {
	color: #000;
	background: #cfc;
	 }

