/*
 *	Styles that apply only to the empl job listing.
 */

/* buttons to other regions */
P.otherRegions {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	text-align: left;
}

/* legend */
P.legend {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}



/* table of jobs */
#list {
	position: relative;
	margin: 0 15px 0 15px;
}
#list-table {
	color: black;
	background-color: white;
}
#list-table TR.job {
	/* some browsers do not use inherited font size in table. */
	font-size: 13px;
}


/* table headings without bold */
 SPAN.no-bold-accent, SPAN.no-bold-accent A:link, SPAN.no-bold-accent A:visited {
	/* no underline */
	text-decoration: none;
	font-weight: normal;
}

/* explicit style for LINK for cases where browser over-rides parent style */
TR.accent A:link, TR.accent A:visited,
SPAN.accentFont A:link, SPAN.accentFont A:visited {
	/* no underline */
	text-decoration: none;
}




