table.tablesorter {

width:100%;
text-align:left;

}
table.tablesorter th {

	padding: 5px;

}
table.tablesorter td {

	padding: 5px;
	border:1px solid #000;
	background-color:#e0ecff;
}
table.tablesorter .header {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(../img/asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(../img/desc.png);
	background-repeat: no-repeat;
}

#functions {
padding:5px;
}
