﻿#search_results 
{
}
/* Criteria list */

#search_results div.Lst-CriteriaLabel
{

	padding: 0px 0px 10px 0px;
}

#search_results div.Lst-CrtLabel
{
	padding: 0px 0px 10px 0px;
}
/* Number of results */
#search_results caption.Lst-CountLabel
{

	text-align: left;
	padding: 0px 0px 10px 0px;
}


/* ========== Global table styles ========== */

#search_results table
{
	margin-bottom: 10px;
	font-size: 85%;
}

#search_results table td
{
	background-color: #f4f4f4;
	padding: 3px 3px 3px 3px;
	border: solid 1px #ffffff;
}

#search_results table th
{
	background-color: #e5e5e5;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #ffffff;
}

#search_results table th a
{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 1.4em;
	padding-top: 0.3em;
}
#search_results table th a:hover
{
	color: #000000;
	background-color: #d2d2d2;
}
#search_results table th a:hover
{
	color: #000000;
	text-decoration: underline;
}
#search_results tr.Lst-Header a.Lst-Subheading
{
}
#search_results a.Lst-SubheadingSel
{
	color: #ffffff;
	background-color: #739fcb;
}
#search_results a.Lst-SubheadingSel:hover
{
	color: #ffffff;
	background-color: #739fcb;
}


/* ========== Table column headings ========== */

/* job number */
#search_results table th.Lst-Head1
{
	width: 80px; 
}
/* job title */
#search_results table th.Lst-HeadT
{
	 width: 200px;
}
/* location */
#search_results table th.Lst-Head3
{
	width: 100px;
}
/* salary range */
#search_results table th.Lst-Head4
{
	width: 80px;
}
/* closing date */
#search_results table th.Lst-Head5
{
	width: 80px;
}


/* New PopUp */
#search_results span.NewPopUp
{
	
	display: none;
	visibility: hidden;	
}

/*========== List navigation ==========*/

#search_results table td.Lst-ResNav
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

/*========== Footer buttons ==========*/

#search_results #backToSearch a
{
	font-weight: bold;
	color: #000000;
	display: block;
	height: 1.8em;
	padding-top: 0.5em;
	background-color: #dddddd;
	border: solid 1px #000000;
	width: 6em;
	padding: 0.6em 10px 0px 10px;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
}
#search_results #backToSearch a:visited
{
	color: #000000;
	text-decoration: none;
}
#search_results #backToSearch a:hover
{
	color: #000000;
	text-decoration: none;
}

#search_results #backToSearch span.linkbracket 
{
	display: none;
	visibility: hidden;
}

#search_results #gApply
{
	display: none;
	visibility: hidden;	
}
#search_results #gotoSearchAgent
{
	display: none;
	visibility: hidden;
}

/*========== No jobs message ==========*/

#search_results #Lst-NoJob
{
	margin-bottom: 15px;
	font-weight: bold;
}

/* ======== Mr Ted Logo =============== */

#search_results #mrtedlogo
{
	display: none;
	visibility: hidden;
}


