/* tables */
table.jobopenings {

}

table.jobopenings thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.jobopenings tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.jobopenings thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.jobopenings thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.jobopenings thead tr .headerSortDown, table.jobopenings thead tr .headerSortUp {
	background-color: #8dbdd8;
}
