/* tables */
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	color: #e40080;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	color: #e40080;
}
#poststuff, #autorstuff {
	/*width: 90%; */
}
#ui-datepicker-div {
	background-color: white;
	padding: 10px;
	border: 1px solid #21759b;
}