/* tables */
table.zebra {
}

table.zebra thead tr th, table.zebra tfoot tr th {
}
table.zebra thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.zebra tbody td {
}
table.zebra tbody tr.odd td {
	background-color:#F0F0F6;
}
table.zebra thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.zebra thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.zebra thead tr .headerSortDown, table.zebra thead tr .headerSortUp {
background-color: #66c6c6;
color: white;
}

