/* general styles */

table{
	
	width: 396px;
font-size:0.9em;
	margin-left:auto;
	margin-right:auto;	
}
table table{
	width:100%;
}

/* search form styles */
form {
	position:relative;
	display:block;	
	text-align:center;
}
select {
	width: 200px;
}

a:link, a:visited{

}

a:hover {

}

ul.search_options {
	float:right;
}
ul.search_options, ul.searchResults_options{
	list-style-type: none;
}
ul.search_options li a, ul.searchResults_options li a{
	display: inline !important;
	padding-left: 5px !important;
}
ul.search_options li{
	text-align:left;
}

ul.searchResults_options {
	
	padding:0;
	margin:0;
}
ul.searchResults_options li a{
	width:50px;
}
ul.searchResults_options li{
	display:inline;
	
}


/* Search Results Styles 
edit the following styles to change the look and feel of the search results/ job details and application form pages
*/

.job_title{
	color: #303030;
	padding:10px;
	background-color:#EEEEEE;
}

.job_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.job_summary{
	background-color:#FFFFCC;
}

.job_detail{
	background-color:#EEEEEE;
}

.search_headings{

}
.function_area{
	font-size:1.1em;
}

.search_criteria{

}
.page_title{
margin: 0px;
/*border: solid 2px #669933;/*
background:white;
}

.page_title h1{

}

.text_field{

}


  /***************************************************/
 /* table ids for each table on search_results page */
/***************************************************/

/* table containing all of the page content */
#pageContent_table {

}

/*Table containing the list of page options and the 'jobs basket status' at the top of the page*/
#searchOptions_top {

}

/*Table containing a job (NB - setup as a class as theres more than one job table on the page.)*/
.job_table{

}

/*table containing summary info about a job (company, location etc) */
.jobSummary_table{
	
}

/*element containing the 'more details' link*/
.job_footer {

}

/*table containing the list of page options at the bottom of the page*/
#searchOptions_bottom{

}

  /********************************************/
 /* table IDs for each table on results page */
/********************************************/

/*table containing summary info about a job (company, location etc) */

/*job title <tr> on resluts page (containing the job title and the 'this job has been viewed x times' message)*/
#results_job_title {

}

/*table containing summary info about a job (company, location etc) on the results page*/
#results_jobSummary_table {

}

/* Job description and requirements */
#results_job_details{

}

/* element containing job application and friend send buttons */
#results_job_options{

}

/* element containing the contact information for the job */
#results_contact_info{

}

  /***********************************/
 /* Table ID's for jobs Basket Page */
/***********************************/

/*table containing a single job on the jobs basket page */
.basket_job_table {

}

/*the job summary table */
.basket_jobSummary {

}

/*element containing the 'more details' and 'remove' links */
.basket_job_footer{

}

  /****************************************/
 /* Table ID's for jobs Application Page */
/****************************************/

/*table containing the application form and job summary */
#application_form{
  
}
#application_form input, #application_form textarea{
width:200px;
}

