/* tables */
table.upcomingDatesWithPackages {
	margin:10px 0pt 15px;
	text-align: left;
}
table.upcomingDatesWithPackages thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
}
table.upcomingDatesWithPackages thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 17px;
}
table.upcomingDatesWithPackages tbody td {
	padding: 4px;
}

table.upcomingDatesWithPackages thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.upcomingDatesWithPackages thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
