table.st, table.st td{
	font:90% Verdana, Helvetica, sans-serif;
	color:#000;
}
table.st{width:100%;border-collapse:collapse;margin:1em 0;}
table.st th, table.st td{text-align:left;padding:.5em;border:1px solid #fff;}
table.st th{
	color:#fff;
	background-color: #FFCC00;
	background-image: url(tr_back.gif);
	background-repeat: repeat-x;
}
table.st td{
	background-color:#ECECEC;
}

table.st tr.even td{
	background-color:#ECECEC;
}
table.st tr.odd td{
	background-color:#F9F9F9;
}

table.st th.over,table.st  tr.even th.over, table.st tr.odd th.over{
	background-color:#7C7C7C;
}
table.st th.down, table.st tr.even th.down, table.st tr.odd th.down{
	background-color:#EDDA6D;
}
table.st th.selected, table.st tr.even th.selected, table.st tr.odd th.selected{}

table.st td.over, table.st tr.even td.over, table.st tr.odd td.over{
	background-color:#FBFBD5;
}
table.st td.down, table.st tr.even td.down, table.st tr.odd td.down{
	background-color:#FFCC66;
	color:#fff;
}
table.st td.selected, table.st tr.even td.selected, table.st tr.odd td.selected{
	background-color:#FFCC66;
	color:#555;
}

table.st td.empty, table.st tr.odd td.empty, table.st tr.even td.empty{background:#fff;}
