/* tables */
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter thead tr .header:after {
	content:  url(bg.gif);
	margin-left: -4px;
}
table.tablesorter thead tr .headerSortUp:after {
	content:  url(asc.gif);
	position: relative;
    top: -2px;
}
table.tablesorter thead tr .headerSortDown:after {
	content:  url(desc.gif);
	position: relative;
    top: -2px;
}

#searchArea .article table.tablesorter th {
	min-width: 65px;
}
#sideOtherRoom table.tablesorter th {
	min-width: 57px;
}

#articleVacancy table.tablesorter thead tr th em {
	display: inline-block;
	padding: 5px 0;
}

#articleVacancy table.tablesorter thead tr .header:after,
#articleVacancy table.tablesorter thead tr .headerSortUp:after,
#articleVacancy table.tablesorter thead tr .headerSortDown:after {
	margin-left: -4px;
}

#articleVacancy table.stripe.tablesorter .floor {
	width: 54px;
}