#jobListings {
	clear: both;
	margin: 10px 0;
	width: 100%;
}

#jobListings th, #jobListings td {
	margin: 0;
	padding: 0;
}

#jobListings th.sortingHeader span.sortingColumn { display: none; }

#jobListings th, #jobListings td { padding: 4px 8px; }

#jobListings tr.rowOdd td { background: #fff; }

#jobListings tr.rowEven td {
	background: #f5f8ff;
	border: 1px solid #ccddff;
	border-left: 0;
	border-right: 0;
}
#jobListings tr.rowEven td.topRowNoBorder { border-bottom: 0; }
#jobListings tr.rowEven td.bottomRowNoBorder { border-top: 0; }

#jobListings .listJobTitle {
	font-size: 15px;
	letter-spacing: 1px;
}
#jobListings .excerpt {
	color: #666;
	padding: 0 0 4px 8px;
}

#jobListings .exceprt span { font-size: 12px; }

#jobListings a{
	color:#A7966A;
}
