table {
	margin: 8px;
}

table td {
	padding: 2px 4px 2px 2px;
}

table th {
	font-weight: bold;
	padding: 2px 4px 2px 2px;
}

td.head {
	font-weight: bold;
}

/* Normal Tables */
table.normal {
	border-collapse: separate;
	width: 660px;
}

/* Border Tables */
table.border {
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
}

table.border td {
	border: 1px solid #aaaaaa;
}

table.border th {
	border: 1px solid #000000;
}

table.border th.sortInactiveDown {
	cursor: pointer;
}

table.border th.sortInactiveUp {
	cursor: pointer;
}

table.border th.sortInactiveDown {
	cursor: pointer;
}

table.border th.sortInactiveUp{
	cursor: pointer;
}