table#search_results {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	}

table#search_results tr td, table#search_results th {
	text-align: left;
	padding: 5px 5px;
   	background: #fff;
	font-size: 11px;
	}

table#search_results td {
   	color:#000;
	border-bottom: 1px solid #ccc;
	height: 35px;
	}

table#search_results th {
	background: #009;
	color: #fff;
	}

table#search_results tr th a { color: #fff; }

table#search_results tr th a:hover {
	text-decoration: none;
   	color:#fff;
	}

table#search_results tr.odd td{ 
	background: #eee;
	}

table#search_results tr.bold td {
	background: transparent url(/images/bgJobBold.gif) top left repeat-x;
	font-weight: bold;
	}

/*********************************************************
	 HAVE TO DO A SPECIAL CASE FOR THE EXPANDED SEARCH
**********************************************************/

table#search_results tr td h3 {
	font-weight: normal;
	}

table#search_results tr.bold td h3 {
	font-weight: bold;
	}

table#search_results tr td.date {
	text-align: center;
	}

table#search_results tr.bold td.job_details {
	font-weight: normal;
	}

div.job_logo {
	margin: 0 auto;
	width: 75px;
	overflow: hidden;
}

/* ---------------------------------------
	END SPECIAL CASE FOR EXPANDED SEARCH
------------------------------------------ */

/******************************
	LINKS IN TABLE CELLS
*****************************/

table#search_results tr td a:link, table#search_results td {
	text-decoration: underline;
	color: #009;
	}

table#search_results tr td a:hover {
	text-decoration: none ;
	}


table#search_results tr td a:visited {
        text-decoration: underline;
        color: #7f48a5;
        }

