table.filtertable	{width: 90%;margin: 0 auto 1.5em auto;border-collapse:collapse;}

th	{
	font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1c1c1c;
	border: 1px solid #676767;
	text-align: left;
	padding: 8px 12px 4px 12px;
	background: #676767 url(../images/bg_header.jpg) no-repeat;
	vertical-align:middle;
}

table.filtertable th.sortable, table.filtertable th.sortable-text, table.filtertable th.sortable-date, table.filtertable th.sortable-keep, table.filtertable th.sortable-date-dmy,
table.filtertable th.sortable-numeric, table.filtertable th.sortable-currency, table.filtertable th.sortable-sortByTwelveHourTimestamp,
table.filtertable th.sortable-sortIPAddress, table.filtertable th.sortable-sortEnglishLonghandDateFormat,
table.filtertable th.sortable-sortScientificNotation, table.filtertable th.sortable-sortImage, table.filtertable th.sortable-sortFileSize,
table.filtertable th.sortable-sortAlphaNumeric, table.filtertable th.sortable-sortEnglishDateTime	{
	cursor:pointer;
	background: #676767 url(../images/bg_header_sortable.jpg) no-repeat;
	padding: 8px 12px 4px 16px;
}

table.filtertable th.forwardSort	{background:#676767 url(../images/bg_header_down.jpg) no-repeat 0 0;}
table.filtertable th.reverseSort	{background:#676767 url(../images/bg_header_up.jpg) no-repeat 0 0;}
table.filtertable thead th.forwardSort a, table.filtertable thead th.reverseSort a	{color:#f0f0f0;text-decoration:none;}

table.filtertable th.tablegrad a	{text-decoration:none;color: #1c1c1c;background:transparent;}
table.filtertable th.tablegrad a:hover	{text-decoration:none;color: #b8b8b8;background:transparent;}
table.filtertable td.tablegrad a	{text-decoration:none;color:#1c1c1c;background:transparent;}
table.filtertable td.tablegrad a:hover	{color:#1c1c1c;border:1px dotted #1c1c1c;background:transparent;}

table.filtertable td	{
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #676767;
	padding: 6px 12px 6px 12px;
}

table.filtertable td.lft	{text-align:left;}
table.filtertable tr.alt	{background: #F5FAFA; color: #797268;}
table.filtertable tr:hover	{background: #d6d6d6;}
