div#contents {
	margin:0 10px;
}
table.tablesorter {
	border:1px solid #ccc;
	background: transparent;
}
table.tablesorter>thead>tr>th,
table.tablesorter>tfoot>tr>th {
	border:1px solid #ccc;
/*	color: black;*/
	background-color: #e6EEEE;
	color: black;
}
table.tablesorter>tbody>tr>td {
	border:1px solid #ccc;
/*	color: black;*/
	background: transparent;
	color: white;
}
table.tablesorter>thead>tr>th,
table.tablesorter>tfoot>tr>th {
	white-space: nowrap;
	padding-right: 16px;
}
table.tablesorter>tbody>tr>td {
	white-space: normal;
}
table.tablesorter>tbody>tr>td>pre {
	font-family: Courier, monospace;
}
table.tablesorter>tbody>tr>td>a {
	color: black;
}

div#contents_pager {
	position: relative;
	height:26px;
}

div#pager {
	padding-top: 4px;
}
div#pager img {
	position: relative;
	top: 3px;
}
